The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
The link color used by the [url] tag does not match my style postbit backgrounds, therefore I need to change the default [url] link color somehow. I'm referring to the [url] tag that members use in their posts. I would like to instead use a stylesheet custom link color I made, so I need to find the code being replaced by the [url] tag, so I can insert class="grey" at the end of the <a href="">. Thus everytime someone uses [url] tag, their link will be using my class="grey" attribute, to obtain that color.
Also when somebody simply types a url in, since it auto-parses it to url format, I need that to be of my class="grey" color. How can I do these two things? Any help would be great. ![]() |
#2
|
||||
|
||||
![]()
In functions.php check after
PHP Code:
|
#3
|
||||
|
||||
![]()
Well I took your advice, and found the right spot to insert the code (or at least I think), but it still isn't working
![]() Here is what I found in functions.php, and my class="grey" tag is in there. PHP Code:
|
#4
|
||||
|
||||
![]()
Hi Velocd,
Search for: // ###################### Start checkurl ####################### And you'll find where to change the things ![]() Yours, Erwin |
#5
|
||||
|
||||
![]()
Thanks so much I found the code and it's all good now!
![]() |
#6
|
||||
|
||||
![]()
I just discovered one more little problem. When using the
mailto tag, it still comes up as the default style. I tried looking for it's code in functions.php around where the // ###################### Start checkurl ####################### is, but I couldn't find it anywhere! Any help please? |
#7
|
||||
|
||||
![]()
Hi Velocd,
I think you mean the vBcode tag [*mail] you should do this: 1. goto your admin panel 2. goto custom vBcode 3. edit the [*mail] tag Thats it ![]() |
#8
|
||||
|
||||
![]()
I need to make this change as well. Can someone tell me exactly what I need to change? I don't really understand what's been posted thus far. Here's what I have in functions.php under Start checkurl...
Quote:
|
#9
|
||||
|
||||
![]()
I think I found some easier instructions if anyone needs them in the future, haven't actually tried it yet.
http://www.vbulletin.com/forum/showt...nge+link+color |
#10
|
||||
|
||||
![]() Quote:
I need to know how to do this for vb 3.5 Thanks |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|