The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How To Make vb3.8.5 Forum Title Same As vb4.04 ?
i don't know what to call it..but i noticed, in vb4 above, when we open a thread, the forum name won't appear..
but in vb3.xx, it still shows the forum name in showthread for example : so, is this possible to make sure 3.8.x forum name works same as 4.0x ? i mean, how to make forum name will not appear anymore in showthread or other place, likes vb4.0x ? i want it appears on homepage only.. this modification is really important for me.. please help me.. --------------- Added [DATE]1278561283[/DATE] at [TIME]1278561283[/TIME] --------------- --------------- Added [DATE]1278561328[/DATE] at [TIME]1278561328[/TIME] --------------- please guys --------------- Added [DATE]1278610782[/DATE] at [TIME]1278610782[/TIME] --------------- no one know ? |
#2
|
|||
|
|||
You want to edit your FORUMDISPLAY and SHOWTHREAD templates..
In FORUMDISPLAY you want to change: <title>{vb:raw foruminfo.title_clean}</title> to <title>{vb:raw foruminfo.title_clean} - Budimans site!</title> In SHOWTHREAD you want to change: <title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title}</title> to <title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title} - Budimans site!</title> There's probably another option.. but that'll work! Rob --------------- Added [DATE]1278798120[/DATE] at [TIME]1278798120[/TIME] --------------- oops.. I got it backwards.. If you want to take it OUT of there.. Edit the two pages and take out: - $vboptions[bbtitle] |
#3
|
||||
|
||||
Quote:
Code:
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title> |
#4
|
|||
|
|||
thanks both of you..i'll try first. :-)
--------------- Added [DATE]1278836365[/DATE] at [TIME]1278836365[/TIME] --------------- yes..finally it works... thanks so much again.. |
#5
|
|||
|
|||
You'd probably want to use $vboptions[bbtitle] just in case you change your board name, otherwise you'll have to update the template again.
|
#6
|
||||
|
||||
The board name stuff was removed for SEO purposes. It helps search engines define the content of the forum/thread.
|
#7
|
|||
|
|||
yes..i know... vb4 is more better for SEO right... :-)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|