You can also attack this problem using Vanilla locale files. This is the preferable method if you'd like to change every mention of "All Discussions" on your Vanilla install to reflect your specific forum name.
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.
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.