Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 12

6apxatconnectrgarygaryleafmonstersarowlwp422 +6 guests

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:

Comments

  • Posts: 2
    Aite..aite...
  • Posts: 2,610
    Can you not change this in the theme?
  • Posts: 4
    I believe so, but when I go to change the "Application Title" it doesn't change the one on the tab in the browser.
  • Posts: 17
    İf you use vanilla 2.. You can change class.headmodule.php in dashboard/modules.
  • Posts: 3
    @Clough, thank you !

    It was really useful me.
  • Posts: 77
    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.
Sign In or Register to comment.