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?

edited October 2011 in Vanilla 2.0 - 2.8
<title>Vanilla Forum</title> - I want to just change this title.
Not the one <a><span>Vanilla Forum </a></span>

Best Answer

  • camocamo New
    Answer ✓
    @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 pages

Answers

  • just get a hold of "vanilla SEO plugin" It's better and you get to change the title of each page of your forum. The sweetest thing is you change it the way you want it. very cool plugin. just try it out
  • camocamo New
    Answer ✓
    @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 pages
  • Thanks for the detailed explanation.
  • This didn't work for me, this is my /conf/locale.php:

    <?php

    $Definition['All Discussions'] = 'FINN VEGG.NO';
    if (!defined('APPLICATION')) exit();

    And this is how it looks like in my /conf/config.php:

    $Configuration['Garden']['Title'] = 'FINN VEGG.NO';

    Yet, the title is "http://finnvegg.no/"

    This is how it looks like now: http://finnvegg.no/

    Help?

Sign In or Register to comment.