The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
conditionals blank in some templates but data in others... please help
hi-
i'm trying to move the thread title on the thread detail page which is aka showthread.php. this block of code that outputs the title was originally in the postbit template: Code:
<if condition="$show['messageicon'] OR $post['title']"> <!-- icon and title --> <div class="smallfont"> <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if> <if condition="$post['title']"><strong>$post[title]</strong></if> </div> <!-- / icon and title --> test </if> to do this i moved the code block into the Show Groups Templates > SHOWTHREAD template. however now the output in my html is blank and no longer contains the title or icon. this is what it contains: Code:
<!-- icon and title --> <div class="smallfont"> <img class="inlineimg" src="" alt="" border="0"> </div> <!-- / icon and title --> anyone know how to fix this? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|