The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I installed vbArcade and the vbPlaza yesterday, and this is how my forum looks now:
What is with the extra link next to it? ![]() |
#2
|
||||
|
||||
![]()
ive experianced this problem with one of my skins.. it was only on that skin.
Did you Do the coding right? ________ Honda NSR125 |
#3
|
||||
|
||||
![]()
I didn't make the skin, it is from extremepixels...
Would you be able to tell me how you rectified your problem? |
#4
|
||||
|
||||
![]()
I had the same problem. It has to do with the second template edit to the threadbit template.
I changed it to this instead: 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> </if> <!-- vbPlaza end --> |
#5
|
||||
|
||||
![]()
It fixed all but the BOLD unread topics.
The read topics are single and the bold ones are as is on the screenshot, wtf? |
#6
|
||||
|
||||
![]()
I just realized why this is happening. There are two <if condition="$show['gotonewpost']"> -- we both replaced the first one The one that needs to be replaced is the 2nd one, it has an <else /> in it.
|
#7
|
||||
|
||||
![]()
I just removed the whole thing, what will happen now ive removed it?
|
#8
|
||||
|
||||
![]()
Removed what? The entire template? Then... the whole strip of Thread, Author, etc would be gone.
|
#9
|
||||
|
||||
![]()
Just the part that made it double.
The vbPlaza Start to End |
#10
|
||||
|
||||
![]()
You're supposed to replace this:
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> 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 --> Code:
<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|