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]">
with
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]">
not
Code:
<td+class="alt1"+id="td_threadtitle_$thread[realthreadid]"+title="$thread[preview]">+
--------------- Added [DATE]1302954972[/DATE] at [TIME]1302954972[/TIME] ---------------
got it -
this one works ok
https://vborg.vbsupport.ru/showthread.php?t=105597