The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Simplest and proper way to make the sticky thread subject BOLD?
I know this worked for previous versions, but either I am looking in the wrong place or the code changes are not compatible for 3.5 releases.
I just want to do something like this code change for VB2... https://vborg.vbsupport.ru/showpost....33&postcount=2 ...but I cannot locate the code to change in VB3.5. Can someone tell me how to make sticky thread title bold? Thanks! -Jason |
#2
|
|||
|
|||
Add a plugin at location threadbit_display with the following content:
PHP Code:
|
#3
|
||||
|
||||
Quote:
Code:
</strong> Chris |
#4
|
|||
|
|||
Ooops, quite right Chris - first post edited
|
#5
|
|||
|
|||
Thanks! That works much better than the older style of code.
|
#6
|
|||
|
|||
Did mine a lil different...
I edited the phrase for the sticky itself. Code:
<strong><img src="http://www.orderofronin.com/vb/images/misc/sticky.gif"><font color=#FFFF00> Sticky: </font></strong> |
#7
|
||||
|
||||
Your code is incorrect:
It should be: HTML Code:
<img src="http://www.orderofronin.com/vb/images/misc/sticky.gif" alt="" /><span style="color: #FFFF00; font-weight: bold;">Sticky: </span> Chris |
#8
|
|||
|
|||
I'll try it later.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|