| Script Summary: The Long Awaited.. Version 2.02 - For the NEW Home Skin. Customize your homepage to exactly the way you want it. Place things in the left/center/right column or the NEW full-length top/bottom rows! Author: Seifer. |
this script has 1 topic, 143 posts |
This script has no reviews. |
This script is for the NEW Myspace Home Skin!
This script will not work on the old skin.What does it do?
This script allows you to position all the parts of the user homepage to exactly where you want them. Place things in the left, center, or right column or place them in the new "full-length" top or bottom rows! You can even hide parts completely-and don't worry! It's not hard to use!For added functionality, this script works with InsaneNinja's Home Auto-Update and also works with RunningBlind's Comments On Homepage.
Make sure to run this script AFTER any other MySpace scripts!
Screen Shots
Coming soon...You can change your layout completely so a screenshot isn't really needed or going to explain it.
How do I do it?
Well, it's really simple! Install the script, then open it with any text editor (notepad will do fine!) You'll find these instructions in the file../* ================================================================================== Change the variables below to setup your home page exactly how you want! ------------------------------------------------------------------------------------- Use the letters to position the different "pieces" of the homepage in each column. The first letter is the top, the last letter is the bottom. EG. LEFT_COLUMN = 'ABN'; Would show from top to bottom in the left column, your Profile Pic, your Updates, and then your Applications. A Profile B Updates C Applications Navigation D Address Book (Find your friends..) E Googles Ads F Friend Status G Friend Updates H Bulletins I Friend Space J Square Ad K Featured Profile and Ad L Tabbed Ads M MySpace Annoucement (message from Tom) N Applications Y Comments On Homepage (needs http://userscripts.org/scripts/show/24394) Z GreaseMonkey Script Link-Backs ======================= RESIZE_TYPE ========================= Use the RESIZE_TYPE variable to set how wide the columns are. 0 = Do not resize columns 1 = Resize both the left and middle column to use an equal amount of space, hides the right column. 2 = Do not resize left column & stretch center column to use remaining space, hides the right column. 3 = Wide Screen Mode. Extends the left and right column & shrinks the center. For users on res of 1280+ wide. 4 = Wide Screen Mode. Extends the center and right column. For users on res of 1280+ wide. 5 = Wide Screen Mode. Extends the left and right column & shrinks the center. For users on res of 1152+ wide. 6 = Wide Screen Mode. Extends the center and right column. For users on res of 1152+ wide. =====================================================================================*/And this is the bit you have to edit.. (lines 53-62)
RESIZE_TYPE = 0; // See help above FULL_TOP_ROW = ""; LEFT_COLUMN = "ABNZ"; CENTER_COLUMN = "MIG"; RIGHT_COLUMN = "FH"; FULL_BOTTOM_ROW = ""; SHOW_HAU_SETTINGS = 0; // Show InsaneNinja's Home-Auto Update controls. 1=yes, 0=no.
Some Recommended Layouts
Here are some layouts that I have come up with that you may like.This first one is for wide screen or high resolution users (1280+ wide)
RESIZE_TYPE = 4; FULL_TOP_ROW = ""; LEFT_COLUMN = "ABZ"; CENTER_COLUMN = "MFH"; RIGHT_COLUMN = "G"; FULL_BOTTOM_ROW = "IN";
This is for users of 1152+ wide.
RESIZE_TYPE = 6; FULL_TOP_ROW = ""; LEFT_COLUMN = "ABY"; CENTER_COLUMN = "MFHZ"; RIGHT_COLUMN = "G"; FULL_BOTTOM_ROW = "IN";
And here are some for any res users...
RESIZE_TYPE = 0; FULL_TOP_ROW = ""; LEFT_COLUMN = "ABN"; CENTER_COLUMN = "MIG"; RIGHT_COLUMN = "FH"; FULL_BOTTOM_ROW = "Z";
RESIZE_TYPE = 0; FULL_TOP_ROW = ""; LEFT_COLUMN = "ABN"; CENTER_COLUMN = "MG"; RIGHT_COLUMN = "FH"; FULL_BOTTOM_ROW = "IZ";
RESIZE_TYPE = 0; FULL_TOP_ROW = ""; LEFT_COLUMN = "ABN"; CENTER_COLUMN = "MHG"; RIGHT_COLUMN = "FI"; FULL_BOTTOM_ROW = "Z";
RESIZE_TYPE = 1; FULL_TOP_ROW = ""; LEFT_COLUMN = "MABG"; CENTER_COLUMN = "FHN"; RIGHT_COLUMN = ""; FULL_BOTTOM_ROW = "IZ";
RESIZE_TYPE = 2; FULL_TOP_ROW = ""; LEFT_COLUMN = "ABN"; CENTER_COLUMN = "MFGH"; RIGHT_COLUMN = ""; FULL_BOTTOM_ROW = "IZ";
