Log in

View Full Version : How To Make vb3.8.5 Forum Title Same As vb4.04 ?


BUDIMAN
07-07-2010, 05:47 PM
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 :

http://img20.imageshack.us/img20/2126/30864165.png

http://img341.imageshack.us/img341/1170/16955972.png


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 1278561283 at 1278561283 ---------------

--------------- Added 1278561328 at 1278561328 ---------------

please guys

--------------- Added 1278610782 at 1278610782 ---------------

no one know ?

KProjects
07-10-2010, 08:40 PM
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 1278798120 at 1278798120 ---------------

oops.. I got it backwards..

If you want to take it OUT of there..

Edit the two pages and take out:

- $vboptions[bbtitle]

BirdOPrey5
07-10-2010, 10:46 PM
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 1278798120 at 1278798120 ---------------

oops.. I got it backwards..

If you want to take it OUT of there..

Edit the two pages and take out:

- $vboptions[bbtitle]

That vb raw stuff looks like vb4 gibberish... this is vb3. :cool: The forumdisplay title tag is:
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>

BUDIMAN
07-11-2010, 07:12 AM
thanks both of you..i'll try first. :-)

--------------- Added 1278836365 at 1278836365 ---------------

yes..finally it works... thanks so much again..

James Birkett
07-11-2010, 09:54 AM
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.

Speysider
07-12-2010, 02:09 PM
The board name stuff was removed for SEO purposes. It helps search engines define the content of the forum/thread.

BUDIMAN
07-12-2010, 11:20 PM
The board name stuff was removed for SEO purposes. It helps search engines define the content of the forum/thread.

yes..i know... vb4 is more better for SEO right... :-)