Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] How to change title?
<title>Vanilla Forum</title> - I want to just change this title.
Not the one <a><span>Vanilla Forum </a></span>
Not the one <a><span>Vanilla Forum </a></span>
0
Best Answer
-
camo New@prabhavathi
/conf/locale.php
like this $Definition['All Discussions'] = 'WHATEVER YOU WANT HERE';
/conf/config.php
Like This '$Configuration['Garden']['Title'] = "WHATEVER YOU WANT HERE";
You can also leave this blank like so
'$Configuration['Garden']['Title'] = "";
Then you only have the first part!
first part will change your start page title only
second part appears all pages0
Answers
/conf/locale.php
like this $Definition['All Discussions'] = 'WHATEVER YOU WANT HERE';
/conf/config.php
Like This '$Configuration['Garden']['Title'] = "WHATEVER YOU WANT HERE";
You can also leave this blank like so
'$Configuration['Garden']['Title'] = "";
Then you only have the first part!
first part will change your start page title only
second part appears all pages
This didn't work for me, this is my /conf/locale.php:
$Definition['All Discussions'] = 'FINN VEGG.NO';
if (!defined('APPLICATION')) exit();
And this is how it looks like in my /conf/config.php:
Yet, the title is "http://finnvegg.no/"
This is how it looks like now: http://finnvegg.no/
Help?