vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Link style in posts (https://vborg.vbsupport.ru/showthread.php?t=109505)

Aotw 03-05-2006 12:18 PM

Link style in posts
 
Hey !
Trying to find a way to make links inside a thread message to look different, like adding different colour or using strong font style. Now they just look like all the rest text and almost impossible to see them.

Princeton 03-05-2006 04:02 PM

the easiest way would be to alter your
a:link
a:visited
a:active
classes

change
HTML Code:

text-decoration:none
to
HTML Code:

text-decoration:underline
you can do this via ADMINCP / STYLES / MAIN CSS

Aotw 03-05-2006 06:22 PM

Tested several option their, but i always changes other links i dont want to change also.

Princeton 03-05-2006 09:39 PM

well ... create a class just for the postbit cell (message div)

merk 03-06-2006 08:20 AM

What princeton suggested does work. You must be changing the settings in the wrong area.

You should be changing the link settings under the Style Options for First Alternating Colour and Second Alternating Colour (and probably WYSIWYG Editor).

Aotw 03-06-2006 04:41 PM

Quote:

Originally Posted by merk
What princeton suggested does work. You must be changing the settings in the wrong area.

You should be changing the link settings under the Style Options for First Alternating Colour and Second Alternating Colour (and probably WYSIWYG Editor).

I added underline in first and second alternating colour but then i get the underline effect at places i dont want.

I tested to add a class in the postbit template at line 93, and added the css data to additional css, but still no luck. Maybe i'm at the wrong place ?

Code:

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


Aotw 03-09-2006 04:26 AM

Quote:

Originally Posted by Aotw
I added underline in first and second alternating colour but then i get the underline effect at places i dont want.

I tested to add a class in the postbit template at line 93, and added the css data to additional css, but still no luck. Maybe i'm at the wrong place ?

Code:

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


Solved
I had to add the class to postbit legacy not postbit template. Thx for helping out.


All times are GMT. The time now is 03:22 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.01473 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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