vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Display Enhancements - Custom Username colours (https://vborg.vbsupport.ru/showthread.php?t=220564)

baghdad4ever 10-16-2009 09:16 AM

thanks

how to make the color choose from dropdown menu like this

https://vborg.vbsupport.ru/external/2010/08/13.jpg

MagicThemeParks 08-22-2010 12:25 PM

Quote:

Originally Posted by baghdad4ever (Post 1900787)
thanks

how to make the color choose from dropdown menu like this

https://vborg.vbsupport.ru/attachmen...0&d=1249903039

Step 1 in the instructions is this.

Brandon Sheley 08-22-2010 03:29 PM

nice mod, one of my users was asking for something similar, will check this out today
would this work on 4.x as well?

thx

DIBBLE 10-10-2010 09:08 AM

yes it would work on vB4

BirdOPrey5 10-11-2010 02:24 PM

THIS WILL NOT WORK on VB4 as is... the template code would need to be updated,

BirdOPrey5 10-11-2010 03:50 PM

The "font" tag is being depreciated from HTML, you can get the same results by using "SPAN" instead.

Change:
Code:

<font style="color:$post[fieldx]">$post[musername]</font>
to:
Code:

<span style="color:$post[fieldx]">$post[musername]</span>
But my issue is when I do this the color of the link no longer changes when the house hovers over it- is there any way to allow it to keep changing color when you mouse-over?

DIBBLE 10-20-2010 04:49 PM

how do i get it to work on the homepage and in shoutbox?

Brandon Sheley 12-07-2010 06:51 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2109094)
The "font" tag is being depreciated from HTML, you can get the same results by using "SPAN" instead.

Change:
Code:

<font style="color:$post[fieldx]">$post[musername]</font>
to:
Code:

<span style="color:$post[fieldx]">$post[musername]</span>
But my issue is when I do this the color of the link no longer changes when the house hovers over it- is there any way to allow it to keep changing color when you mouse-over?

thanks, I'll try it out and bump this thread
it would be great to get a plugin for this with zero template edits :up:

DarkGizmo 03-02-2011 05:08 AM

Hey man, I installed your mod and did some tiny modifications to it, however, I was wondering if it's possible to get this to appear in the active users bit? It seems that the variable $activeusers needs to be edited, but i'm not sure how that can be done? Any help on getting this working in the active users bit would be fantastic!

Also if you can post instructions on how to get it in:
-Memberlist
-Forumhome/viewing a forum
-Showgroups

Thanks!

Robbie P 11-13-2012 03:44 PM

This isn't working on vBulletin 3.8.7 PL3 - could someone provide me with a fix?


All times are GMT. The time now is 01:05 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.01157 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)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