PDA

View Full Version : mods link color different in navbar


ravelink69
05-29-2008, 05:55 PM
I have added two mods to my forums that give the option to add links to the navbar...my normal navbar links are white but the 2 new mods links are green. ive already checked the css files for the navbar but they are showing up as white...is there another option i have to change like in a template or something to make those white aswell?

Deadly Assassin
05-30-2008, 04:01 AM
Are you using DevNavBar hack?

If so, you can set the color of each link in the description, just add the appropriate HTML to the link title.

My links were white, but i have changed them to green.

Without the dots.
<.font color=green>Navlink<./font>

ravelink69
05-30-2008, 01:06 PM
no im not using that hack, should i be to make them all one color?

https://vborg.vbsupport.ru/external/2008/05/1.png

Thats what im trying to get to work...i need those green links to turn white like the others

Lynne
05-30-2008, 02:57 PM
You need to take a look at your source code and see where they are getting the green from. It could be all you have to do is change the class.

ravelink69
05-30-2008, 03:01 PM
forgive me, i am new, but which source code do i need to look at? once i get the file name then i know what to look for im just not familiar with how vbulletin is set up yet.

Thanks for the answer btw

notrious
05-31-2008, 01:50 AM
donate and forum rules templates....

ravelink69
06-02-2008, 08:21 PM
i cant seem to find anything that has anything todo with colors of links...i searched all of the templates in those hacks for both hexidecimal values, color names and color codes.

any other ideas?

Lynne
06-02-2008, 09:11 PM
Did you search the plugins for anything to do with the colors or a css class?

ravelink69
06-03-2008, 06:30 PM
i searched all of the following with the words : css, color, green, link, vlink, alink, #
nothing came up in any of them.

forumdisplay_start
parse_templates
member_complete
newreply_start
newthread_start
private_newpm_start
showthread_postbit_create
misc_start
register_start
template_groups

if this is infact something that has to do with the mod and not the forums then ill go make a post in the mod section of this actual mod see if he can help since its his mod.

Lynne
06-04-2008, 02:27 AM
Well, if you are sure it isn't a modification, then I'm back to the "you need to check your source code" suggestion. Just do View > Source Code on the page (I think you can right-click View Source Code also) and look at the html and see how the html for the colored links is different from the ones that are how you want them.