Log in

View Full Version : vb displaying double?


SupremeWeapon
04-18-2006, 11:49 PM
wat would cause vB to display double titles for threads?


what I mean is you have a title of HIya! right next to it after a space will be HIya! again.

I can't figure this out.

only hacks i have installed are..


Gallery mod
https://vborg.vbsupport.ru/showthread.php?t=92875&highlight=gallery


ibproarcade
form hack
https://vborg.vbsupport.ru/showthread.php?t=93970&highlight=form

RPG Integration

and the vbbux/plaza hack


I didnt notice it untill afterI installed the arcade and the gallery.

TCG503
04-22-2006, 09:18 PM
I had this problem when I upgraded from 3.0.3. You have to edit your thread bit to remove the second title. I'll have the code for you in a minute

OK here it goes

in your thread bit find:

<if condition="$show['gotonewpost']">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
<else />

And remove the extra instancee of $thread[threadtitle]