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 do I change the text of the Startpage Title?*
phreak
MVP
Hi all,
I'd like to change the title "all discussions - myforum.com" just for the startpage.
How is this possible?
It doesn't really impress people to click it in the search results.
Thanx
I'd like to change the title "all discussions - myforum.com" just for the startpage.
How is this possible?
It doesn't really impress people to click it in the search results.
Thanx
- VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
- VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
Tagged:
0
Best Answer
-
camo New@phreak This works:
/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
Worked 1A.