vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   thread prefix (https://vborg.vbsupport.ru/showthread.php?t=281541)

benjamins 04-14-2012 11:03 AM

thread prefix
 
Hello

Is there a prefix mod for VB4
I looked everywhere but can not find

greetings gerard

kh99 04-14-2012 11:46 AM

Thread prefixes are a built-in feature. Are you talking about some modification to the existing feature?

benjamins 04-14-2012 04:23 PM

Quote:

Originally Posted by kh99 (Post 2320004)
Thread prefixes are a built-in feature. Are you talking about some modification to the existing feature?




Hello

the prefix I would like in different colors

Lynne 04-14-2012 04:27 PM

You may put them in different colors. You are allowed to use html in the prefix code.

benjamins 04-14-2012 04:48 PM

Quote:

Originally Posted by Lynne (Post 2320095)
You may put them in different colors. You are allowed to use html in the prefix code.


<span style='font-weight: bold; color: red;'> DVD9 </ span> is this good?

Lynne 04-14-2012 05:11 PM

Sure. Although sometimes a better method is to use classes.

<span class="rank1"> DVD9 </ span>

and then in the additional.css template:

.rank1 {font-weight: bold; color: red;}

benjamins 04-15-2012 01:17 PM

Thanks thanks thanls

wisemasterchief 06-29-2012 02:18 PM

Quote:

Originally Posted by Lynne (Post 2320116)
Sure. Although sometimes a better method is to use classes.

<span class="rank1"> DVD9 </ span>

and then in the additional.css template:

.rank1 {font-weight: bold; color: red;}

I want to change background color of thread prefix, with rounded corners.. how to do this without also including thread title text..

please advise.

regards,
William

Lynne 06-29-2012 02:42 PM

Quote:

Originally Posted by wisemasterchief (Post 2343872)
I want to change background color of thread prefix, with rounded corners.. how to do this without also including thread title text..

please advise.

regards,
William

See the site in my signature for help with CSS - W3Schools It's an awesome site for helping write CSS.

wisemasterchief 06-30-2012 02:06 AM

Quote:

Originally Posted by Lynne (Post 2343876)
See the site in my signature for help with CSS - W3Schools It's an awesome site for helping write CSS.

Here you go guys.. ENJOY!!

Code:


<span style="background-color: #65A5D1; color: white; border: 1px solid #7192a8; text-align: center; -moz-border-radius: 5px 5px 5px 5px; width: 75px;">TVPaint</span>



All times are GMT. The time now is 06:57 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.01254 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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