The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Make all posted links Bold
Hi peeps
I can i set it so that all links that are posted bold please? |
#2
|
|||
|
|||
I believe that would require editing the showthread template, probably best bet would look in the showthread.php file for the bit of code that makes the links then just add bold tags.
|
#3
|
|||
|
|||
Hi steve
I tried it with Ziki's css code that works on the links and tried to add Strong to it but didnt work Code:
/* Start ZH hack */ A:link {text-decoration:underline} A:visited {text-decoration:underline} A:hover {text-decoration:blink} /* End ZH hack */ In the showthread, what would i need to lookout for please? I will follow this up tomoz as im off bed now, Thanks for replying thought |
#4
|
|||
|
|||
Try this bashy:
Code:
/* Start ZH hack */ A:link {text-decoration:underline; font-weight:bold;} A:visited {text-decoration:underline; font-weight:bold;} A:hover {text-decoration:blink; font-weight:bold;} /* End ZH hack */ No problem, if you need it just done to the links when viewing a forum, then let me know and I'll figure out what code to alter to get it that way. |
#5
|
|||
|
|||
Cheers m8, this does work ok apart from it makes most links bold, i.e. users online, users visited in last 24hrs, forum titles, lol ya get the picture i sure
Would be great if it could just work for showthread? Thanks again for ya help |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|