vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   what can i do to set this to site name - page title (https://vborg.vbsupport.ru/showthread.php?t=259952)

edyy 03-06-2011 03:38 PM

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.

edyy 03-06-2011 03:58 PM

1 Attachment(s)
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.

Attachment 127205

Attachment 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.

edyy 03-06-2011 05:21 PM

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.

edyy 03-06-2011 06:05 PM

As far as i can see i already have this in my templates, but why isn't shows as it should
Code:

        {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.css,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).

edyy 03-07-2011 05:58 AM

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.


All times are GMT. The time now is 06:31 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00969 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete