Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Change Page Title
Is a way to change the page title from "All Discussions" to the actual name of my forum? If you are already working on it you can dismiss this post.
Tagged:
0
Comments
It was really useful me.
1) Create a locale pack (preferred, but longer method) or access the Vanilla core locale file at
/applications/dashboard/locale/en-CA/defintions.php
(overwritten when upgrading, but quicker method)2) Insert the following line to the bottom of the locale file located in Step 1:
$Definition['All Discussions'] = 'Your Forum Name';
3) Adjust 'Your Forum Name' to your specific forum name
4) Save and reload the forum page in your web browser to see the new effects.
Anyone else with this problem, here is what you do.. Simple method.
go into the /conf folder
open config.php
Locate
$Configuration['Plugins']['SEO']['DynamicTitles']['discussions'] =
and there you go.
Just delete the part where it says recent discussions.