View Full Version : what can i do to set this to site name - page title
When i keep the mouse over an tab in explorer it apears "xxxx site - Post New Thred ". When i do that on my site just apears "Post new thred "
what can i do to set this to site name - page title
Thanks!
Lynne
03-06-2011, 03:43 PM
Mouse over what tab? Can we get a link to see this? If it's an image, then you would just put the text into the "title" property for the image.
i've atached the two ways of what i am talking about. i want in that description to apear teh site name and the page title.
127205
127206
Lynne
03-06-2011, 04:57 PM
That's just your <title> tag that is getting shown when you hover. Just add {vb:raw vboptions.bbtitle} into the title tag.
i thought that was an option in vbulletin without any modification to the core of the software
Lynne
03-06-2011, 05:31 PM
No. It is in the title tag for the FORUMHOME template, but it isn't in the SHOWTHREAD template.
As far as i can see i already have this in my templates, but why isn't shows as it should
{vb:raw headinclude}
<title>{vb:raw vboptions.bbtitle}</title>
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile forumhome-rollup.css}
<vb:else />
{vb:cssfile forumbits.css,forumhome.css,widgets.css,sidebar.cs s,options.css,tagcloud.css}
</vb:if>
Lynne
03-06-2011, 08:28 PM
That is in your SHOWTHREAD template? You linked to a showthread page, so you need to check the template for that page. It looks like you are showing the FORUMHOME template which already has that in there (as I stated above).
i understand what are you say but on in my cms page it shows as it should , in any other page is not , with the showthred page was just a coincidente. I want this to work for my main forums (groups) not for threads, and i want it because google use this title to show it in search. I hope i've explainded a little more clear ( englesh is not my main language )
Lynne
03-07-2011, 05:30 PM
Then you need to add it to the <title> tag for that page. It isn't an option to turn on/off, you need to do template edits.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.