The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
URL BBCODE edit.
I want to edit it, so that I can change the color of urls when threads are made. Right now all urls are black unless hovered. So it's hard to view url's in threads. How do I edit it?
|
#2
|
||||
|
||||
You can change them using CSS. You can access the CSS declarations of a style in the Admin CP (Styles & Templates > Style Manager > Edit StyleVars).
|
#3
|
|||
|
|||
I don't see them in the style vars?
|
#4
|
||||
|
||||
Sorry, I meant Main CSS.
Styles & Templates > Style Manager > Main CSS |
#5
|
|||
|
|||
Where in the main css can I edit the BBcode? I must be blind I went over it a few times before posting this.
|
#6
|
||||
|
||||
Are you just wanting to edit the links colors inside posts, or every where so they aren't black?
|
#7
|
|||
|
|||
Just edit the links colors inside posts. Not all the links, I think dismounted misinterpreted me.
|
#8
|
||||
|
||||
open postbit or postbit_legacy and find
Code:
<div id="post_message_$post[postid]">$post[message]</div> Code:
<div id="post_message_$post[postid]" class="plinks">$post[message]</div> Code:
.plinks a:link { color: red; } .plinks a:visited { color: red; } .plinks a:hover { color: blue; } |
#9
|
|||
|
|||
perfect, thanks champ.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|