BERJAYA

BERJAYAkho

Tutorial: How to install a moodtheme

I'm writing this to help a friend, but feel free to peruse it yourself. First of all, get your moodtheme. LOL. That's easy enough. There's plenty of places, but my favorite is BERJAYAmoody_girls. Second off, make sure you have a paid account. Free users can't have personal mood themes. Now? You're ready to learn...



MOODTHEME CODE:

Most people will provide this for you when they post their themes, but if you don't have the basic moodtheme codes, copy/paste this:

right-click/select all, right-click/copy, paste in text doc



INSTRUCTIONS ON HOW TO INSTALL:

1. Go to the command console

2. The first thing you're going to do is create the theme. Eneter the following command into the console:
moodtheme_create name des

Replace name = the name of your new theme, which will be displayed in the lists from which users select.


Replace des = a short description for your theme, which will be accessible through the console's moodtheme_list command.



For example:
moodtheme_create "kHo's Dead Man" "Mood theme for the movie Dead Man"

If you're successful, you'll see a page which tells you so and gives you a number (the theme ID) identifying your new mood theme. Remember this number!!!

***KEEP THIS WINDOW OPEN WHILE YOU DO THE NEXT FEW STEPS***

3. Upload your pictures (if you haven't already) to your own server or to some other image host. Most easily, photobucket. I know photobucket's a pain in the ass cause you have to do it individually for each picture, but bandwidth theft is NOT cool.

4. Take this code, which I just gave you, or which they gave you, and edit it.


-Replace each ##### with your theme ID. In Notepad or Wordpad, use ctrl+R and replace all. In Microsoft Word use ctrl+F and replace all.

-Next replace http://www.url.com/ with the address you've uploaded your images to.

Example:
If the image is here: http://img20.photobucket.com/albums/v39/deadman/angry.gif

Replace http://www.url.com/ with http://img20.photobucket.com/albums/v39/deadman/


5. Once you've finished that, copy the entire moodtheme code, go back to the command console (which you've left open), paste it in, and hit 'execute'. Your theme should be ready to use now.

6. Go here to choose the corresponding moodtheme name from the list. Click on "use".

DONE