vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   thread prefix coloring in vb 3.7 (https://vborg.vbsupport.ru/showthread.php?t=178880)

Terminatoronly 05-11-2008 04:00 PM

thread prefix coloring in vb 3.7
 
Hello All,

i made few prefixes that i want to use in my forum , but i want to make them colored like one of them in green and bold stuff like that how can i do that .

please help

thanks alot :)

Lynne 05-11-2008 04:16 PM

Go to your Thread Prefix Manager and edit your thread. Go to the line that says "Title (Rich Text)" and input the prefix in html. For instance, to make it green:
Code:

<span style="color: green;"><b>Your Prefix</b></span>
To make it green and bold:
Code:

<span style="color: green; font-weight: bold;"><b>Your Prefix</b></span>

Terminatoronly 05-12-2008 04:05 AM

Thanks alot now its working fine :D

gamerfu 05-12-2008 06:31 AM

Quote:

Originally Posted by Lynne (Post 1516188)
Go to your Thread Prefix Manager and edit your thread. Go to the line that says "Title (Rich Text)" and input the prefix in html. For instance, to make it green:
Code:

<span style="color: #00FF00;"><b>Your Prefix</b></span>
To make it green and bold:
Code:

<span style="color: #00FF00; font-weight: bold;"><b>Your Prefix</b></span>

modified what Lynne said above with HEX code. you can get more varieties with hex numbers.

here is a useful link from Wikipedia:
http://en.wikipedia.org/wiki/Web_colors

pushedx 05-23-2008 01:22 AM

Thanks a bunch to you both, this is exactly the information I was looking for.


All times are GMT. The time now is 01:56 AM.

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.01037 seconds
  • Memory Usage 1,719KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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