The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
That took the title out entirely of some posts but not only the ones in the forumid specified....... |
#12
|
||||
|
||||
read the post above, it's thredttitle, not title..
|
#13
|
||||
|
||||
works fine too, thanks
|
#14
|
||||
|
||||
Quote:
|
#15
|
||||
|
||||
Quote:
I looked for Code:
$thread[threadtitle] Code:
<if condition="$thread[forumid] == 50"><font color="red">$thread[title]</font> I found two instances of Code:
$thread[threadtitle] |
#16
|
||||
|
||||
HTML Code:
<if condition="$thread[forumid] == xx"><font color="red">$thread[threadtitle]</font> <else />$thread[threadtitle]</if> |
#17
|
||||
|
||||
Quote:
this did nothing either - am I suppose to do this alone or in conjunction with the other??? |
#18
|
||||
|
||||
Quote:
1) edit the threadbit template 2)find : 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="$show['gotonewpost']"><strong><if condition="$thread[forumid] == xx"><font color="red">$thread[threadtitle]</font> <else />$thread[threadtitle]</if></strong><else />$thread[threadtitle]</if></a> |
#19
|
|||
|
|||
where should I start to look to have this hack in 2.2.8?
TIA |
#20
|
||||
|
||||
the easiest way would be to install logician's template conditional hack, then this would be possible in quite the same way
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|