Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How can I alter the title of the page
Hi. I wonder if anyone can help. I want to remove the aoto inclusion of the forum title in the Meta title.
I'm currently getting this displayed.
<title>Green Building Forum - HIPs (Housing Information Packs) and Energy Rating</title>
I really want this.
<title>HIPs (Housing Information Packs) and Energy Rating</title>
In other words, just the subject of the page.
Any advice as to were the code is that is adding this would be appreciated.
0
This discussion has been closed.
Comments
to /path/to/vanilla/themes/vanilla/head.php
and change this line:
<title>'.$this->Context->Configuration['APPLICATION_TITLE'].' - '.$this->Context->PageTitle.'</title>
to this:
<title>'.$this->Context->PageTitle.'</title>
Are you sure you didn't post in a similar discussion?
Are you the only one this is happening to (this is the first I've heard of it)?
There was a bug I just resolved that caused posts to not be posted back properly - but you should have received an error when posting.
Posted: Wednesday, 28 February 2007 at 9:54AM (AEDT)