MyBB Community Forums

Full Version: How to add a style to a usergroup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
This tutorial will show you how to add a sparkle, or a shadow effect to your usergroup.

How to add a sparkle to your usergroup ;
  • Go to AdminCP > Users and Groups > Groups > Select The Group You want to edit.
  • Click on the usergroup you wish to add an effect too.
  • Delete the text in 'Username Style', and replace it with this code.
    <span style="color: green;background:url(YOUR IMAGE LINK HERE);">{username}</span>

    Where the red text is, change that with the link to your sparkle effect.
    ( Search ' Forum Username Sparkle Effect ' on google to get a list of animated sparkles. )

    How to add a shadow effect to your usergroup. ( Glow effect )
  • Go to AdminCP > Users and Groups > Groups > Select The Group You want to edit.
  • Click on the usergroup you wish to add the effect too.
  • Delete the text in 'Username Style', and replace it with this code.
    <span style="color: green;text-shadow: 0px 0px 5px #0FFFF;"><strong><em>{username}</em></strong></span>

    Where the red text is, change that with the desired colour of your choice.

    The press save to either one of the effect and then check the index of your forum to see your new username!

    - Solution
(2012-03-30, 07:26 AM)Solution Wrote: [ -> ]Hello,
This tutorial will show you how to add a sparkle, or a shadow effect to your usergroup.

How to add a sparkle to your usergroup ;
  • Go to AdminCP > Users and Groups > Groups > Select The Group You want to edit.
  • Click on the usergroup you wish to add an effect too.
  • Delete the text in 'Username Style', and replace it with this code.
    <span style="color: green;background:url(YOUR IMAGE LINK HERE);">{username}</span>

    Where the red text is, change that with the link to your sparkle effect.
    ( Search ' Forum Username Sparkle Effect ' on google to get a list of animated sparkles. )

    How to add a shadow effect to your usergroup. ( Glow effect )
  • Go to AdminCP > Users and Groups > Groups > Select The Group You want to edit.
  • Click on the usergroup you wish to add the effect too.
  • Delete the text in 'Username Style', and replace it with this code.
    <span style="color: green;text-shadow: 0px 0px 5px #0FFFF;"><strong><em>{username}</em></strong></span>

    Where the red text is, change that with the desired colour of your choice.

    The press save to either one of the effect and then check the index of your forum to see your new username!

    - Solution

already posted before but thanks none the less. i couldnt find old tutorial so this helped.