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 - Usergroup Color Legend Bar (https://vborg.vbsupport.ru/showthread.php?t=271818)

pityocamptes 10-09-2013 01:28 AM

Ok, but what about all the code not fitting in the box for image and user color?

ozzy47 10-09-2013 01:32 AM

It fits, you just can't see it all at the same time.

pityocamptes 10-09-2013 01:37 AM

Ok, but code does not all fit!

pityocamptes 10-09-2013 01:38 AM

U sure. Because when I move the cursor over in that box half the code is missing? I will try again...

ozzy47 10-09-2013 01:41 AM

Positive, this is the code I have in the first box on my site.
Code:

<b><img src='http://mysite.com/images/admin.gif' border='0'><span style='color: red'>

pityocamptes 10-09-2013 01:57 AM

Nice! It worked!!! I had too chars in my folder and image name and it was cutting it off. Dumped them in images with short names and it worked!

ozzy47 10-09-2013 01:58 AM

Cool, glad it worked. :)

ozzy47 10-09-2013 10:23 AM

If you get a warning like this after upgrading to vB v4.2.2, Warning: Function split() is deprecated in ...

You need to edit the plugin, ACP Plugins & Products --> Plugin Manager, find the one titled, User Legend Color Bar and in there look for this,

Code:

$userbuls = split(',', $vbulletin->options['sirala']);
And replace it with this,
Code:

$userbuls = explode(',', $vbulletin->options['sirala']);

pityocamptes 10-09-2013 05:01 PM

Thanks. One more thing. I created a test account, and for some reason the username is RED (original forum color for all users) when Registered Users should be GREEN. Why does this happen? Thanks.

Figurered out that vbulletin put this into a Junior Member group awaiting email confirmation.

I do have one other question I noticed. In the STATISTICS field for newest member the color is NOT changing. It is still the default template color of RED. How do I change this???

pityocamptes 10-10-2013 12:25 AM

Anyone?


All times are GMT. The time now is 07:17 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.01176 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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