How do I make closed thread titles, Strikedthrough?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BrawK-123
    New Member
    • May 2006
    • 5
    • 3.5.x

    How do I make closed thread titles, Strikedthrough?

    I have the strikethrough text working fine, adding the BBCode, just wondering how I go around making my closed thread titles, strikedthrough? So it's more noticeable than just the closed logo?

    thanks
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    line-through Closed Threads

    # find in template: threadbit
    # add conditional statement and span attributes around code.
    Code:
    [COLOR="Red"]			<if condition="($thread[open] == 0) AND ($thread[sticky] == 0)">
    				<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
    				$thread[movedprefix]
    				$thread[typeprefix]
    				$thread[moderatedprefix]
    				<span style="text-decoration: line-through;"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a></span>
    			<else />
    [COLOR="Blue"]				<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
    				$thread[movedprefix]
    				$thread[typeprefix]
    				$thread[moderatedprefix]
    				<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>[/COLOR]
    			</if>[/COLOR]

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎