The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Strike Closed Topics
Was wondering if someone can make a hack that would put a line thru closed topics.
|
#2
|
||||
|
||||
Quote:
I could be wrong however |
#3
|
||||
|
||||
Quote:
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if></a> Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="!$thread[open]"><span style="text-decoration: line-through;"></if><if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if><if condition="!$thread[open]"></span></if></a> |
#4
|
|||
|
|||
Thx alot bro. I was wondering if you knew of a way not to strike the topic if it was a sticky
|
#5
|
||||
|
||||
try replacing with:
HTML Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="!$thread['open'] AND !$thread['sticky']"><strike>$thread[threadtitle]</strike><else /><if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if></if></a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|