PDA

View Full Version : Make all posted links bold?


ajmboy
02-18-2008, 01:47 PM
How can I make all user posted links inside threads BOLD, without making other links in vbulletin bold also with .alt2?

Can I adjust it inside a template?

BamaStangGuy
03-25-2008, 01:43 AM
Looking for this as well

notrious
03-25-2008, 01:54 AM
all style options and in main ccs .. font style place bold there...

SEOvB
03-25-2008, 06:40 AM
in your adminCP -> Style Manager -> {STYLENAME} -> Main CSS

Scroll to additional CSS and enter

#plink a:link, #plink a:visited {font-weight: bold;}
#plink a:hover, #plink a:active {font-weight: bold;}


(add any other CSS after font-weight: bold; if you want

open postbit(postbit_legacy)

$post[message]</div>


change to

<div id="plink">$post[message]</div></div>


Demo: http://maddengods.org/f7/need-help-madden-online-keeps-dcing-1806.html#post2472

ajmboy
03-06-2009, 12:26 PM
in your adminCP -> Style Manager -> {STYLENAME} -> Main CSS

Scroll to additional CSS and enter

#plink a:link, #plink a:visited {font-weight: bold;}
#plink a:hover, #plink a:active {font-weight: bold;}


(add any other CSS after font-weight: bold; if you want

open postbit(postbit_legacy)

$post[message]</div>


change to

<div id="plink">$post[message]</div></div>


Demo: http://maddengods.org/f7/need-help-madden-online-keeps-dcing-1806.html#post2472

This worked like a charm, thanks!

Bram H
03-06-2009, 11:01 PM
Thanks, i was looking for the same already for a long time. Works great!