PDA

View Full Version : Forum Home Enhancements - Sparkling Usergroups


8thos
07-17-2011, 10:00 PM
Scroll down to the bottom of this page for an example:

http://the8thlegion.com/forum.php?styleid=185

-----

Upload some sparkling gifs to an image hosting service like tinypic for example.

OR to your forum root image folder.

or just download the zip file I provided with 14 sparkles.

-----

Go to your usergroups in AdminCp

Choose a Usergroup.

Look for Username HTML Markup

First box:
<span style="background: url(images/stars.gif)">

If using a separate image hosting link, use the full URL. For instance:

<span style="background: url(http://i56.tinypic.com/21ah5p5.jpg)">

Second box:
</span>

If you already have a markup, just do it before the first mark up and after the second. For instance:

First box:
<span style="background: url(images/stars.gif)">
<span style="color: darkblue;">

Second box:
</span></span>

8thos
07-18-2011, 01:12 AM
Here's two Matrix Effects, two Lightning Effects and Butterflies.

Wenbie
07-18-2011, 10:06 AM
Thanks for the gifs!! Appreciate it if anyone has more, please share :D

<span style="background: url(images/stars.gif)">
<span style="color: darkblue;">

Use one span tag. <span style="background: url(images/stars.gif); color: darkblue; font-weight: bold;">Username</span>

8thos
07-18-2011, 11:01 AM
Thanks Wenbie! It took me awhile to come up with that list of gifs but I'll definitely update the thread with more later. I'll try to create some myself too if I have the time.

baghdad4ever
07-18-2011, 10:22 PM
thanks

8thos
07-18-2011, 11:09 PM
Thanks for the gifs!! Appreciate it if anyone has more, please share :D



Use one span tag. <span style="background: url(images/stars.gif); color: darkblue; font-weight: bold;">Username</span>This doesn't work when trying to combine the sparkle code with the glowing usergroups code from this thread.

https://vborg.vbsupport.ru/showthread.php?t=266408


Because the html mark-up code has a character limit when doing it in usergroups.

:(

Wenbie
07-19-2011, 05:22 AM
This doesn't work when trying to combine the sparkle code with the glowing usergroups code from this thread.

https://vborg.vbsupport.ru/showthread.php?t=266408


Because the html mark-up code has a character limit when doing it in usergroups.

:(

Define the markup code with a new css class, for example:

Style Manager > Your Style > CSS Templates > additional.css

.super-shadow {
color: #09FA09;
font-weight: bold;
text-shadow: 0px 0px 7px #74FD04;
background: url(images/stars.gif);
}

Usergroup manager:
<span class="super-shadow">Username</span>

8thos
07-19-2011, 06:22 AM
* 8thos hits like button.

* 8thos gets message saying:

You must 'Like' someone else's post before liking any more by Wenbie.


In other words, thanks!

sadiq6210
07-28-2011, 04:35 PM
Thanks =)

thecore762
08-13-2011, 10:10 PM
Hey Oct, can we do this user specific instead of usergroup specific?