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)
-   -   Profile Enhancements - Glowing Usergroups (https://vborg.vbsupport.ru/showthread.php?t=266408)

leejohn02 07-06-2011 10:00 PM

Glowing Usergroups
 
1 Attachment(s)
Couldnt find anything else like this on the forum and using it on my site at the moment for glowing names, seems to work everywhere but only in selected browsers, doesnt work on firefox or IE but will still display the color name.

Open up the ACP

Go to Styles+Templates>Edit Template>CSS Templates>additional.css

Add this code to the bottom of the template. Items shown in red can be changed, also can create more than one, so just copy and paste the code as needed and add as many as you like


.gold-shadow {
color: #999900;
font-weight: bold;
text-shadow: 0px 0px 7px #FF0000;
}


If you want to add another just copy and paste the same code and continue to add as many as you like.

Now to editing the code to suit you colors.

You can change the gold to whatever you want to call it but remember you will need this later for the selected group.
#999999 change this to your base color it will work on all browsers
#FF0000 change this to your glow/shadow color

For example mine is gold/red

https://vborg.vbsupport.ru/external/2011/07/47.png

Once you have changed the code go to Usergroups and edit the group you wish to change

In the Html markup add this to the first part

<span class="gold-shadow">

and this to the 2nd

</span>

Again change the gold to depending on what you named it in the CSS template

Enjoy

How it looks on my site

http://www.pureglitching.com/forum.php?styleid=20


Also the sparkles on my site are another code, they wont happen unless you add another code and a gif image, this is only for the glow effect not sparkles, if you do want sparkles pm me and i will link you to my gif image and supply you with the code

Juggernaut 07-07-2011 04:42 AM

Very nice, will try it out :D

sticky 07-07-2011 04:45 AM

Very very cool, is it possible to get rid of the sparkle effect or use other effects?

sticky 07-07-2011 05:35 AM

Oh wait, just noticed, this only works in Chrome?

Donavaz 07-07-2011 05:55 AM

done !

but it have a problem ! when i use this in posts show my username like this :

MR.ALIREZA not online

this image :

https://vborg.vbsupport.ru/external/2011/07/104.jpg

is this just for defult style and not working others ?!

sulasno 07-07-2011 07:56 AM

tagged and thanks
looks nice

leejohn02 07-07-2011 09:35 AM

Quote:

Originally Posted by Donavaz (Post 2217674)
done !

but it have a problem ! when i use this in posts show my username like this :

MR.ALIREZA not online

this image :

http://up.iranblog.com/images/ym1pjul8wpz5qawsuf3k.jpg

is this just for defult style and not working others ?!

unfortunatly i cant read what the rest of the info says' it works on all themes as far as i am aware, as its only a simple class code and wont change anything other than the username

Donavaz 07-07-2011 02:17 PM

when i send a post in forumhome it showing my user name like this :

<" Mr.alireza not online now


leejohn02 07-07-2011 05:24 PM

ahh right i see thats because you are using another code with it, possibly with </span> too in the userground and have the extra <" in your tag/html code, check your code or post it below and i can take a look

Mr_Running 07-08-2011 03:37 AM

The star background images are cool.
Will you share. ;)

leejohn02 07-08-2011 03:52 AM

there are a lot of sparkle codes out there, if people want different colors let me know via color on this thread and i will create a new mod for you guys

8thos 07-08-2011 04:26 AM

Quote:

Originally Posted by leejohn02 (Post 2218026)
there are a lot of sparkle codes out there, if people want different colors let me know via color on this thread and i will create a new mod for you guys

Please create a sparkle code for us like the one you have on your site or just PM it to me! That's awesome!!!

8thos 07-08-2011 04:28 AM

And the one with the Confetti around the administrators name too! That's the best one!

leejohn02 07-08-2011 08:56 AM

i am just waiting on confirmation from an admin about the sparkle code, once they have agreed i will upload it to here

Donavaz 07-08-2011 10:19 AM

Quote:

Originally Posted by leejohn02 (Post 2217853)
ahh right i see thats because you are using another code with it, possibly with </span> too in the userground and have the extra <" in your tag/html code, check your code or post it below and i can take a look

problem was this " aronud fold-shadow

u should remove them for right working

so very very tanx dear

david fernandez 07-08-2011 04:18 PM

i tweeked the text-shadow a little bit to make it more of an outline then a glow i think it looks pretty cool :)

Code:

.admin-shadow {
color: #FF0000;
font-weight: bold;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


baghdad4ever 07-17-2011 08:11 PM

hi

is there any chance to get other effect?

david fernandez 07-17-2011 09:13 PM

Quote:

Originally Posted by baghdad4ever (Post 2221598)
hi

is there any chance to get other effect?

what kind of effects? what do you have in mind that you want?

8thos 07-18-2011 12:58 AM

Quote:

Originally Posted by baghdad4ever (Post 2221598)
hi

is there any chance to get other effect?

Yeah I posted Sparkling Usergroups here: https://vborg.vbsupport.ru/showthread.php?t=267000

baghdad4ever 07-18-2011 10:20 PM

Quote:

Originally Posted by Octavius. (Post 2221725)
Yeah I posted Sparkling Usergroups here: https://vborg.vbsupport.ru/showthread.php?t=267000

thanks octavius that is exactly what i want

RoG Aftermath 02-07-2012 04:44 AM

Can someone please tell me why this is not working on my forum? Does it matter if i have some code in the additional.css already? It just turns my usergroup colors grey whenever i try to do this, the weird thing is it worked for a second and then when i went to go add another usergroup color they both just stopped working, and now no matter what i do neither one of them will work

CharlieDelta 02-07-2012 09:21 PM

Quote:

Originally Posted by RoG Aftermath (Post 2297078)
Can someone please tell me why this is not working on my forum? Does it matter if i have some code in the additional.css already? It just turns my usergroup colors grey whenever i try to do this, the weird thing is it worked for a second and then when i went to go add another usergroup color they both just stopped working, and now no matter what i do neither one of them will work

Do you have custom styles? Ensure that you are putting the code in all your additional.css for all your styles.
You can see it working on my site, I use it for my premium members. I changed the color and the code a bit.

matrixmark 08-25-2012 07:30 AM

Hmm this is pretty awesome :D

Sorry for grave-digging a little but when I implement this is works but breaks on the index page.

https://vborg.vbsupport.ru/external/2012/08/41.png

As you can see in the picture.

Thanks for any help you can provide.

EDIT: Found the issue... was this plugin https://vborg.vbsupport.ru/showthread.php?t=229146 messing with it.... anyway they both could be made to work together?

faisaly.com 09-05-2012 02:23 AM

They work together replace " with ' in the span code for usergroups...

sodasusu 12-22-2013 10:20 AM

why not showing ini forumhome ?

ectoplasMJ 08-06-2014 11:09 PM

Someone have the link ?

ozzy47 08-06-2014 11:10 PM

Quote:

Originally Posted by ectoplasMJ (Post 2510093)
Someone have the link ?

Link to what?

ectoplasMJ 08-06-2014 11:12 PM

Quote:

Originally Posted by ozzy47 (Post 2510094)
Link to what?

I'm sorry. Wrong post.

ozzy47 08-06-2014 11:13 PM

Lol, no problem. :) It happens to all of us.


All times are GMT. The time now is 06:28 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.02039 seconds
  • Memory Usage 1,778KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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