vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Attractive Thread Prefix (https://vborg.vbsupport.ru/showthread.php?t=306940)

teddyvgt 02-29-2016 10:21 AM

vbulletin 5.2.1 work

Smitty 05-21-2016 08:52 AM

Has anyone tried this with vB 3.8.x?

ramesh_umk3 03-17-2018 01:17 PM

Sorry for late reply.

Offcourse this works with all vBulletin Versions if any issues you can reply here i will help ..

thanks

JasonTSF 04-01-2018 10:58 AM

I have it working, but I can having trouble figuring out how to make each tag its own color. I have them all coming up purple and that is what I don't want.

Edit: Never mind I figured it out!

ramesh_umk3 04-02-2018 08:48 AM

Great. But all you need to get is Hex Color codes and replace in CSS.
Code:

https://www.w3schools.com/colors/colors_picker.asp

scottkoz20 04-04-2018 12:29 PM

Quote:

Originally Posted by ramesh_umk3 (Post 2593880)
Great. But all you need to get is Hex Color codes and replace in CSS.
Code:

https://www.w3schools.com/colors/colors_picker.asp

Just to piggyback on this, a couple of my members to give me suggestions on colors that were a bit more subtle and not overpowering (especially with the style that I use). Feel free to use this to test out colors.



Code:

/* Prefix Styling */
.mcbadge_v {
    background: none repeat scroll 0% 0% #e1b5f4;
}
.mcbadge_i {
    background: none repeat scroll 0% 0% #c4b3d1;
}
.mcbadge_b {
    background: none repeat scroll 0% 0% #ADDFFF;
}
.mcbadge_g {
    background: none repeat scroll 0% 0% #EAFAF1;
}
.mcbadge_y {
    background: none repeat scroll 0% 0% #FEF9E7;
}
.mcbadge_o {
    background: none repeat scroll 0% 0% #B43104;
}
.mcbadge_r {
    background: none repeat scroll 0% 0% #FDEDEC;
}

.mcbadge {
    display: inline-block;
    height: 13px;
    line-height: 13px;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 2px;
    margin: 0px;
    letter-spacing:0.4px;
    color: #000;
    border-radius: 2px;
    vertical-align: middle;
    cursor:default;


/* Prefix Styling */


john7911 04-07-2018 07:02 PM

Thank you ;)

Zelda-King 04-09-2018 10:36 AM

I have it working fine on 4.2.5 thanks. One thing I notice though is the background colours don’t show in profile activity for customized profile styles though the outline does.

lacidious 04-13-2018 10:44 AM

Hey guys, thanks for the mod.

Is there an easy way to make the letters turn a certain color when hovering over the prefix, depending upon which prefix it is? They all go from white to black now, but would like to differentiate depending on the prefix.

IggyP 04-13-2018 03:23 PM

so that would be like,
.mcbadge_custom a:hover {
color: #customhovercolor;
}

cheers


All times are GMT. The time now is 12:08 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.01021 seconds
  • Memory Usage 1,731KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete