Log in

View Full Version : Making Stickies Bold??


tonyswifey
10-23-2008, 03:29 PM
When I stick a thread I would like the title bold, is there a way to do this?

Dan!
10-23-2008, 06:00 PM
Edit it yourself?

tonyswifey
10-23-2008, 06:28 PM
I can't put html codes in the title of the thread section it doesn't work. I just thought there was a way to make stickies bold. Thought I saw it on another forum somewhere.

UKBusinessLive
10-23-2008, 07:23 PM
Here you go ;)

Go to....

Admin CP -> Styles & Templates -> Style Manager -> ? ? -> Threadbit Templates -> threadbit

Find the code below and just add the red bit ;)

$thread[movedprefix]
$thread[typeprefix]
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="$show['gotonewpost'] OR $show['sticky']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if></a>

The strong tags above is what makes the title bold

or another way...

Admin CP > Styles & Templates > Replacement Variable Manager > Add New Replacement Variable

In the Search for Text field, I typed 'sticky:' and in the Replace with Text field I typed <b>.

That removes the word Sticky: from those threads but the entire title is bold.

Hope it helps ;)

Lynne
10-23-2008, 07:25 PM
There are also several mods to choose from - search "stick*" "all mods" "titles only"

tonyswifey
10-24-2008, 12:55 AM
UKBusinessLive, Thank you SO much!! Worked perfectly :)!!