Can anybody point me in the right direction for where to look to change the background color of personal stickies and to add a prefix (or perhaps even move the graphic to the front of the threadtitle)?
To change the background color, I've tried playing around with the threadbit by adding this conditional:
Code:
<if condition="$thread['selfsticky'] == 1">
or
Code:
<if condition="$thread['personalsticky'] == 1">
but nothing's working.
Should I try something like this?
Code:
<if condition="$personalsticky"> <td style="background: #FFE9B9;" class="alt2" id="td_title_$thread[realthreadid]" title="$thread[preview]"><img class="inlineimg" src="$stylevar[imgdir_misc]/mystickypin.gif" alt="$vbphrase[personal_sticky_thread]" /> </if>
Thanks again in advance for any assistance.