Make names rainbow colored

Mobilehacks's explanation was pretty clear but I will do you a TUT with some images.

First of all use a FTP called filezilla (or any other you are comfortable with)

Load it up and first off change your transfer to ASCII (see pic)

snkj8n.jpg


Now drag and drop the file rainbow.js to your root (the main part of your forum on the server)

11u95sh.jpg


Now AdminCP>style & templates>style manager>(the style you are using)

Now look for headinclude & footer templates.

28l9ez9.jpg


insert this piece of code in any reasonable place in the headinclude.

PHP:
<script type="text/javascript" src="$vboptions[bburl]/clientscript/rainbow.js"></script>

As you can see in mine its half way down.

f5azia.jpg
 
Now for your footer template

Add this piece of code near the bottom

PHP:
<!-- rainbow text initialize -->
<script type="text/javascript"> 
<!--
rain();
//  End -->
</script>
<!-- rainbow text end -->

2qlb9es.jpg


Open the Usergroup Manager through ACP and edit the desired user group.

AdminCP>Usergroups>Usergroup Manager

Either edit one or add a new one and in the HTML mark up add this piece of code

PHP:
<span class="rainbow">
PHP:
</span>

It should look like this.

wmbblz.jpg


All done.
 
What is WAMP? please provide a link.

It doesnt mater what host you are using.

FileZilla is a File Transfer Program. It allows you to upload files to your server remotely from your PC without having to go on the host's website and logging into your Control Panel.
 
Read this post on Wamp forum.

- PHP, Apache, MySQL, Windows : WampServer

They even ask about FileZilla and how to connect through it.

Took me 5mins to find!

If that doesnt help I would ask your question on that same forum.

You must be able to look at your public forum files, If you can do that then just upload the rainbow.js as described in the above posts.
 
step 1:
DOWNLOAD THIS FILE http://magic-booterz.com/rainbow.js rIGHT CLICK SAVE TARGET AS AND SAVE IT THEN UPLOAD IT IN YOUR ROOT FOLDER KNOWN AS "public_html"



Step2:
ADD THIS CODE IN YOUR HEADER TEMPLATE OF YOUR SKIN
Code:
<script src="http://yoursite.com/rainbow.js">
</script>

and it will make all the links in rainbow color enjoy
 
Back
Top