MyBB Community Forums

Full Version: Cycling Name Colours ~ TTG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If anyone is aware of the top 5 posters on The Tech Game, you'll know
what I'm on about.

How can I do this?
This doesn't belong to tutorials, but requests.
Oh, sorry. Never realised. Sorry for the stupidity!
I've seen this, and it DOES EXIST!
I'll PM you once I find it.
Ok, thanks man!
Hey Guys, Im Making a Small Tutorial On how to have Color Cycling Usernames.

This is Like the Top 5 Posters From TheTechGame...

Here is an Example: http://www.thetechgame.com/Uncle_Dolan

First Off, Go Into Your ACP

Go To Templates and Styles>>Templates>>Your Theme>>Ungrouped>>HeaderInclude

Once In there, Paste this script in
<script type="text/javascript" src="http://www.imgttg.com/scripts/codezwiz.js?v=3.2"></script>

Now go to Users and Groups >> Groups

And Edit Whichever Group you want to have this style

In the Username Style Field, Paste this.

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

And Thats Pretty Much it,

Thanks Guys!