The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Thread titels bold/strong style
Hey !
Running a vb 3.5.4 forum and i would like to make thread titels to be shown in bold/strong font style when listing all thread in a forum. ? |
#2
|
|||
|
|||
In the administrator CP, edit the threadbit template, about in the 1/3 of the code you'll see this:
Code:
<if condition="$show['gotonewpost']"> <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong> <else /> <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a> </if> Code:
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong> If you also want to make the table prefixes (e.g. "sticky" or "moved") bold, find this, it's just over the code above: Code:
$thread[movedprefix] $thread[typeprefix] $thread[moderatedprefix] Code:
<strong> $thread[movedprefix] $thread[typeprefix] $thread[moderatedprefix] </strong> |
#3
|
|||
|
|||
Thx, it worked great. Now they are alot more easy to read, atleast for me.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|