vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   UserGroups Title Bar Issues (https://vborg.vbsupport.ru/showthread.php?t=303845)

Terrablade 10-25-2013 10:22 PM

UserGroups Title Bar Issues
 
Here is my question. I made some of the Usergroups to GLOW as seen on the picture here posted http://prntscr.com/1zpwcy ..

The issue now is, as you see with head Administrator it has a little icon next to it. When trying to add the glowing code to it ex. <img src="/images/forumicon/6.png">
<span style="color:#6495ED;font-weight:bold;text-shadow: 1px 1px 10px white;"> </span>

It doesnt add the icon and makes a mess.. how to be able to add the icon and have the usergroup glow the way I want it to.

The other issues is, if you see the background of where the usergroups are placed is gray, i want to make it black. how can I do this?

Thanks

--------------- Added [DATE]1382748444[/DATE] at [TIME]1382748444[/TIME] ---------------

Ahhh crap. Username HTML Markup i guess it has limitations on the chars you can include in the box. Is there a way to override this or make it accept more chars?

Digital Jedi 10-26-2013 01:06 AM

I don't know that there's a simple way to increase the character count, without file editing, or possibly it's a setting in PHP. Though, if you're not already using User Ranks, you can position your user rank image beside the user name instead.

ozzy47 10-26-2013 01:13 AM

What I would do is add something like this to your additional.css

Code:

.admin
{
        color:#6495ED
        font-weight: bold;
        text-shadow: 1px 1px 10px white;
}

Then for your Admin group use this.

First box
Code:

<img src="/images/forumicon/6.png"><span class="admin">
Second box
Code:

</span>
Follow that same format for all your usergroups, that way you don't have to do file edits. :)

Terrablade 10-26-2013 08:18 AM

Just found an easier way, 3 hours reading in google lol..

Just had to increase the allowed chars in usergroup table ( opentag ) and works like a charm.
Thanks folks.


All times are GMT. The time now is 08:30 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.00988 seconds
  • Memory Usage 1,718KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (4)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