vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Postbit Link Colors (https://vborg.vbsupport.ru/showthread.php?t=190619)

Fastbird 09-10-2008 11:27 PM

Postbit Link Colors
 
I installed some custom code to have the links display in a different color in posts. This code works on some of the forums and will only work for mouseover on the others.

Here is what I did. Anyone have any idea what's going on?

Quote:

in postbit find this:

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

and replace with this:

<div id="post_message_$post[postid]" class="message">$post[message]</div>

then in extra css add code like this:

div.message a, div.message a:visited { color: whatever; }
div.message a:hover, div.message a:active { color:whatever; }
If you go to my forum, Http://ltxtech.com/forums , you can see in the user support section, the link colors are royal blue. If you go to the feedback section, the links are white and rollover royal blue.

Lynne 09-11-2008 12:13 AM

Links are white for me in User Support and rollover to blue. Same in Sales Feedback. Instead of just a, try a:link.

Fastbird 09-11-2008 12:21 AM

Ok, the colors work for mouseover, visited, and active. It just won't change the regular color when it's fresh and unclicked. any help at all?

--------------- Added [DATE]1221096224[/DATE] at [TIME]1221096224[/TIME] ---------------

Quote:

Originally Posted by Lynne (Post 1619521)
Links are white for me in User Support and rollover to blue. Same in Sales Feedback. Instead of just a, try a:link.

Hmm, didn't work.

--------------- Added [DATE]1221096339[/DATE] at [TIME]1221096339[/TIME] ---------------

Quote:

Originally Posted by Fastbird (Post 1619527)
Ok, the colors work for mouseover, visited, and active. It just won't change the regular color when it's fresh and unclicked. any help at all?

--------------- Added [DATE]1221096224[/DATE] at [TIME]1221096224[/TIME] ---------------



Hmm, didn't work.

Whoops, it actually DID work. I forgot to hit save...wow. Thanks for the help. I owe you a beer!


All times are GMT. The time now is 06:35 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01013 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete