The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Sticky background color
Hi - I'm trying to get this sticky background CSS color change in 3.8 postbit template to work but am getting errors of wrong formatting
replacing Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]"> Code:
<!-- sticky--> <if condition="$thread['sticky']+==+1"> <td class="stickybg" id="td_title_$thread[realthreadid]" title="$thread[preview]"> <else /> <td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]"> </if> <!-- stickyend--> The instructions here must be wrong for 3.8 as my original template has Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]"> Code:
<td+class="alt1"+id="td_threadtitle_$thread[realthreadid]"+title="$thread[preview]">+ got it - this one works ok https://vborg.vbsupport.ru/showthread.php?t=105597 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|