Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[REQUEST]About ipb forum name and group effects

Newbie Spellweaver
Joined
Oct 29, 2013
Messages
13
Reaction score
0
Anyone have any tutorial or any code to teach how can i learn to add in my test ipb forum 3.4 the sparkles at names and groups .

Thanks in advance , i see here ragezone have it and have nice effects , i just wanna learn how to add and make my owns
 
Joined
Mar 31, 2012
Messages
1,924
Reaction score
1,013
ldM9Ksu - [REQUEST]About ipb forum name and group effects - RaGEZONE Forums


Code:
<span style='background-image:http://url.com/IMAGE_NAME.gif);'>

Find a GIF you like and put the url in placement of the url
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Feb 10, 2014
Messages
3
Reaction score
0
I'm sorry for Bumping this topic.

Is it possible to add an effect to your username like i did here: <span style='background-image:url({style_images_url}/group_backgrounds/sparkle_blue.gif);'> But also change the Color of the group?

its seems to be or a Group color or the Effect. I want the effect on the group color ( the sparkling )

Thanks!
 
Newbie Spellweaver
Joined
Jun 2, 2015
Messages
21
Reaction score
8
I'm sorry for Bumping this topic.

Is it possible to add an effect to your username like i did here: <span style='background-image:url({style_images_url}/group_backgrounds/sparkle_blue.gif);'> But also change the Color of the group?

its seems to be or a Group color or the Effect. I want the effect on the group color ( the sparkling )

Thanks!

You just need to format it properly;

Code:
<span style="color:#FFFFFF; background-image:url(http://yourimage.url/image.png);"> </span>

You can make it bold as well.

Code:
<span style="color:#FFFFFF; font-weight:bold; background-image:url(http://www.yourimage.url/images.png);">
 
Back
Top