PDA

View Full Version : vbBux/vbPlaza not showing up in forum


spandexman
07-26-2006, 02:30 PM
I enabled vbBux/vbPlaza and everything else your suppose to do but nothing shows up on the forum.

I also never edited the templates because I couldnt find the code to replace:tired: Could that be the problem?

vBulletin 3.5.x Only Edit:

Next Find:

Code:
<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 />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
</if>
Replace With:

Code:
<!-- vbPlaza start -->
<if condition="$show['gotonewpost']">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a></strong>
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
</if>
<!-- vbPlaza end -->

paul41598
07-26-2006, 02:44 PM
Yes thats the problem. If you can't find the code exactly, just look for a string (part of the code) for example do a search for $show['gotonewpost']

you'll find it..

spandexman
07-26-2006, 03:21 PM
Well I went to vbPlaza Maintenance in the admin cp and auto patched the templates and now it shows up. But I still havent replaced the template code. I did a search like you said and nothing showed up. I should be looking in the product-vbbuxplaza.xml file right? Is there a way I could just download a fixed version for 3.5.4?