Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Motion colorful (5 colors) usernames

$
0
0
I will be showing you how to make a specific group have motion colorful ( 5 colors ) usernames.
First of all see movies ( english_name.zip ) in one file in attachment , if interesting for you:

1- Go to Admin Control Panel >>> Templates >>> Ungrouped Templates >>> headerinclude >>>
before

PHP Code:
{$stylesheets

add the following code in it .

PHP Code:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/cycling_midori.js"></script> 

2. Next this is to give a specific group a rainbow name.
Go to Admin Control Panel >>> Users & Groups >>>Groups >>> your aim group >>>Option>>Edit user group>>Username Style -----> And insert :

PHP Code:
<span id="rainbow" class="bold"><script type="text/javascript">rainbownameload('rainbow' '{username}');</script></span> 

3. Upload " cycling_midori.js" into your "jscripts" file in root .

Now whatever group you picked will now have a motion colorful ( 5 colors ) username . Big Grin

.zip  english_name.zip (Size: 360.36 KB / Downloads: 7)

.zip  cycling_midori.zip (Size: 9.02 KB / Downloads: 2)

Viewing all articles
Browse latest Browse all 690

Trending Articles