MySpace Tweak Codes

Subscribe to MySpace Tweak Codes 50 post(s), 19 voice(s)

Pages: 1 2

 
Avatar Heathaaa Administrator 1,804 post(s)

MySpace Codes and Tricks:
[Here are a few tweaks for your Myspace page. Please ask a question and let me know if a code doesn’t seem to be working right.]

• If you didn’t find the code you were looking for just ask!




Post an image in your profile/comment/blog/etc.
1.) Your image must be hosted on the internet. (try photobucket.com or tinypic.com)
2.) Get the direct URL to the image you uploaded.
3.) Insert the URL into this code and post it where you want it to show up:

<img src="URL TO IMAGE">

NOTE: Don’t forget the http:// part!!
Like this: <img src=”http://i17.tinypic.com/6fubzgm.jpg”>
Will do this:



Post a link in your profile/comment/blog/etc.
<a href="URL TO SITE YOU WANT LINKED">Text You Want Linked</a>

Like this: <a href=”http://www.coolchaser.com”>Cool Layouts</a>
Will do this: Cool Layouts



Put an image in your photo caption
Put the pic you want on photobucket.com. Make sure it’s not HUGE or it will stretch out your photo’s page!
Get the “Direct Link” for the pic from photobucket and put in this code:
(paste the code in your caption)
<img src="DIRECT LINK HERE">



Make the text in your ‘Interests’ sections plain text (not links)
Put this in each text box:
<z>



Make your text in sections or paragraphs so it’s easier to read
Put in a couple of line breaks where you want to separate some text, it will force the next line of text to skip a line:
<br><br>



Change Background Color and Border for Main Table
Example:: http://www.coolchaser.com/layout/create_with_theme/426806
This code lets you change the color of the main table behind all the modules and you can add a border. You can change the colors and border width to suite your needs (in bold). You can also add your own background image to this, just get the direct link to the image and put in this code.
Color Chart Here
Put code in ‘Who I’d Like to Meet’.

<style>
table table {
background-color: ffffff ;
border: 3px solid;
border-color: 000000 ;
background-image:url(URL GOES HERE);
background-repeat: repeat;
}
.rail {
background-color:transparent; background-image:none;
}
</style>


Hide Last Login and Keep Your Info
This code absolutely has to go in your Headline AFTER your headline text. Change the text (Gender, age, etc..) to say what you want or delete it if you want it hidden.
” <font class=”on marTB15”>
<font class=on>Gender</font>
<font class=on>21 years old</font>
<font class=on>City, STATE</font>
<font class=on>United States</font></font>
<font class=on>Last Login: Today</font><font class=off>

Please note: I put this code on separate lines so you can read it easily and make any changes. You will need to put it all on one line, so it’s one long line of code when you put it in your headline.



Hide Default Picture
Put this in your ‘Who I’d Like to Meet’:
<style>table.profileInfo a img {display:none;}</style>



Resize Default Picture
Put this in ‘Who I’d Like to Meet’:
<style>
table.profileInfo a img {
width: 200px ;
}
</style>

you can change the width to suite your needs



Hide View Pics | Videos Links under default pic – This hides ONLY the links, you can still see your mood.
Put code in ‘Who I’d Like to Meet’:
<style>
table.profileInfo tr tr td {
visibility:hidden;
}
table.profileInfo td.text, .searchMonkey-mood, table.profileInfo img {
visibility:visible;
}
</style>



Hide Interests Section Titles (Music, Television, Books, etc)
Put this code in ‘Who I’d Like to Meet’:
<style>table.interestsAndDetails span.lightbluetext8 {display:none;}
table.interestsAndDetails tr td {width:auto !important;}</style>



Hide Blogs
Put this in your ‘Who I’d Like to Meet’:
<style>table.latestBlogEntry {display:none;}</style>



Hide Contact Table
Put this in your ‘Who I’d Like to Meet’:
<style>table.contactTable {display:none;}</style>



Hide Profile URL box
Put this in your ‘Who I’d Like to Meet’:
<style>.userProfileURL {display:none;}</style>



Hide About Me & Who I’d Like to Meet Sections
Put this in your ‘Who I’d Like to Meet’:
<style>table.blurbs {display:none;}</style>



Hide Extended Network (status message box)
Put this in your ‘Who I’d Like to Meet’:
<style>table.extendedNetwrok {display:none;}</style>



Hide About Me & Who I’d Like to Meet Titles
Put this in your ‘Who I’d Like to Meet’:
<style>table.blurbs span.orangetext15 {display:none !important;}</style>



Hide xxxxx Has xx Friends
Put code in ‘Who I’d Like to Meet’:
<style>table.friendSpace .btext {display:none;}</style>



Hide xxxxxx’s Friends Comments Title
Put code in ‘Who I’d Like to Meet’:
<style>
table.friendsComments span.orangetext15 {display:none !important;}
</style>



Hide Friends and Comments
Put this in your ‘Who I’d Like to Meet’:
<style>table.friendSpace, table.friendsComments {display:none;}</style>



Hide Friends Only
Put this in your ‘Who I’d Like to Meet’:
<style>table.friendSpace {display:none;}</style>



Hide Comments Only
Put this in your ‘Who I’d Like to Meet’:
<style>table.friendsComments {display:none;}</style>



Hide Comments and Keep ‘Add Comment’ Link
Put this in your ‘Who I’d Like to Meet’:

<style>
table.friendsComments table table, table.friendsComments b, table.friendsComments span.orangetext15 {
display:none !important;
}
</style>


Center Friends and Comments
This one ABSOLUTELY HAS to be at the VERY BOTTOM of ‘Who I’d Like to Meet’ section:
</table></tr></td>



Hide ‘View All Friends’ Link
Put this in your ‘Who I’d Like to Meet’:
<style>a.redlink {display:none;}</style>



Hide Friends and Keep ‘View All/Online/Mutual etc…Link’
Put code in ‘Who I’d Like to Meet’:

<style>
table.friendSpace table table, table.friendSpace .btext, table.friendSpace span.orangetext15 {
display:none !important;
}
</style>


Show ONLY Pics and Names in Top Friends box (hides ‘xx has xx friends’ and the view all links)
Put code in ‘Who I’d Like to Meet’:

<style>
table.friendSpace span.orangetext15, table.friendSpace .btext, table.friendSpace a.redlink {
display:none !important;
}
</style>


Put Friends and Comments in Scroll Box
This one ABSOLUTELY HAS to be at the VERY BOTTOM of ‘Who I’d Like to Meet’ section (cannot be combined with the ‘Center Friends and Comments’ code):
<div style="height:475px;width:390px;overflow:auto;border:0;">
<table><tr><td><table><tr><td>



Resize images/videos in Comments
Put this in ‘Who I’d Like to Meet’:
<style>
.columnsWidening img {width:200px;}
.columnsWidening object, .columnsWidening embed {
width:250px !important; 
height:200px !important;
}
</style>



Change Background Color
Put this in ‘Who I’d Like to Meet’:
<style>
body{
background-color: 000000 !important;
}
</style>

You can change the 000000 to any color code you want. Click Here for color chart.



Add Your Own Background Image Without Uploading it to CoolChaser

NOTE: The purpose of this tutorial is for using a copyright or personal background image you don’t want anyone else to use.

1. Add your layout to your profile without choosing a background image in the Layout Editor.
2. Make sure the image is the size you want (a minimum of 1024px wide by 768px high, if you have a widescreen try 1280px wide)
3. Host your image on the internet somewhere like photobucket.com or tinypic.com
4. Get the direct URL to your image and put it in this code
• This code needs to come AFTER the coolchaser code. I recommend putting it in ‘Who I’d Like to Meet’ section, just remember to delete it if you decide to change your layout!!!!

<style>
body{
background-image:url(URL TO YOUR IMAGE);
}
</style>

ADVANCED BACKGROUND OPTIONS

You can use any image size and tile or repeat it.
Repeat options:
repeat tiles the image in all directions
repeat-y tiles the image vertically
repeat-x tiles the image horizontally
no-repeat makes it so the image does not tile or repeat

Position options: (where on your screen the image starts)
top left, top center, top right
center left, center, center right
bottom left, bottom center, bottom right

• Same as above—> This code needs to come AFTER the coolchaser code. I recommend putting it in ‘Who I’d Like to Meet’ section, just remember to delete it if you decide to change your layout!!!!

<style>
body{
background-image:url(URL TO YOUR IMAGE);
background-repeat: repeat !important;
background-position: bottom left !important;
}
</style>
 
Avatar Acolt 5 post(s)

Hey there,

i am poking around making attempts to get coolchaser to work but without luck… there seems to be an error on loading. Is this common????

Thanks,

Aja (Tim)

 
Avatar Sachiko Administrator 993 post(s)

Hi Acolt! Yeah the site is painfully slow now :( I think we have either too much traffic or the database died. I’m going to email our tech guy and see if he can fix it.

 
Avatar Heathaaa Administrator 1,804 post(s)

—>I know this is already in the above list…I just wanted to be able to link to this particular section!! :D

NOTE: The purpose of this tutorial is for using a copyright or personal background image you don’t want anyone else to use.

Add Your Own Background Image Without Uploading it to CoolChaser
Click Here for a tutorial on How to Create the Perfect Background Image.

1. Add your layout to your profile without choosing a background image in the Layout Editor.
2. Make sure the image is the size you want (a minimum of 1024px wide by 768px high, if you have a widescreen try 1280px wide)
3. Host your image on the internet somewhere like photobucket.com or tinypic.com
4. Get the direct URL to your image and put it in this code
• This code needs to come AFTER the coolchaser code. I recommend putting it in ‘Who I’d Like to Meet’ section, just remember to delete it if you decide to change your layout!!!!

<style>
body{
background-image:url(URL TO YOUR IMAGE);
}
</style>

ADVANCED BACKGROUND OPTIONS

You can use any image size and tile or repeat it.
Repeat options:
repeat tiles the image in all directions
repeat-y tiles the image vertically
repeat-x tiles the image horizontally
no-repeat makes it so the image does not tile or repeat

Position options: (where on your screen the image starts)
top left, top center, top right
center left, center, center right
bottom left, bottom center, bottom right

• Same as above—> This code needs to come AFTER the coolchaser code. I recommend putting it in ‘Who I’d Like to Meet’ section, just remember to delete it if you decide to change your layout!!!!

<style>
body{
background-image:url(URL TO YOUR IMAGE);
background-repeat: no-repeat !important;
background-position: bottom left !important;
}
</style>
 
Avatar Sachiko Administrator 993 post(s)

Very nice tutorial! Thanks for doing this :)

 
Avatar Heathaaa Administrator 1,804 post(s)

Thanks Sachiko!!

psst…yall should maybe work out some sort of link exchange with photobucket, tinypic, etc…heehee!

 
Avatar irishlass714. 3 post(s)

so now i have hidden my friends and comments.. how do i keep the “Comment me” link? also.. adding pictures to my “who i’d like to meet” section???
thanks, guys. this is most helpful. :)

 
Avatar irishlass714. 3 post(s)

ahhhh. okay. thank you. :)

 
Avatar JDwingnut12 1 post

I’m having a problem where I added a coolchaser layout, and now my two slideshows (one in About Me, and one in Who I’d Like to Meet) are not showing up. I deleted them, added coolchaser, and then put them back in, and they still aren’t showing up. Also, I used to be able to add a song to my profile, and now that won’t pop up on the left either. Any help would be greatly appreciated.

 
Avatar Sachiko Administrator 993 post(s)

JDwingnut12, are you a mac user? Then it’s a Mac Firefox and Safari bug that can’t show the flash widgets on top of a translucent layout. So you can either make you layout fully opaque or fully transparent.

 
Avatar Lost John 856 post(s)

I wish I’d known that when my last EX joined myspace. She was asking me about how to hide her birthday and age, and I was going, “budeeah, budeeah, I don’t know!

 
Avatar Heathaaa Administrator 1,804 post(s)

Just a little FYI:

I updated the instructions on the Myspace codes a little. I say to put a lot of the codes in “Who I’d Like to Meet” section.
BUT
Technically, you can put codes in any section of your profile. (except for the ones that say you ABSOLUTELY have to place them somewhere for that specific code to function properly). I have a couple of reasons for recommending to put tweaks in “Who I’d Like to Meet” ::

1. Keeps them separate from your layout code so you don’t get confused when trying to change your layout. (most layout codes go in your “About Me” from any site)
2. Coolchaser is starting to use the Gigya tool to auto insert your layout code to the “About Me” and it will automatically delete your old layout AND any other tweaks you had in that section.

Please post any questions you have about Myspace Tweak Codes in this topic. :)

 
Avatar Sonia1019 1 post

Ok Im VERY NEW to this can someone HELP!!!! I added a layout to my MYSPACE page and THOUGHT I changed the color for the whole page but it didn’t work. How can I change the color on my page?????

 
Avatar Heathaaa Administrator 1,804 post(s)

Try going in the Myspace Profile Editor and choose “no style” and “save and publish”. Sometimes if there is anything put in there it will override any layout codes you try to put on your profile. :)

We can do it for you if you click this link:
http://www.coolchaser.com/user/clearall_myspace

I hope that helps!

 
Avatar greenjoy 1 post

I’m having trouble getting my headline to go all on one line again and the profile info in the middle of the page. (I had my page all changed up and looking great and it got wiped! And all those bookmarks today is not helping me find the codes I used!) I appreciate your assistance!

 
Avatar Heathaaa Administrator 1,804 post(s)

Hi greenjoy,

Can you post the link to your profile so I can see it and help you fix it? If it’s private you can add me to your friends so I will be able to view it and help you out. :)

http://www.myspace.com/heatherfatany

 
Avatar musicislife 1 post

I Have a question for anyone who can help me out. I have certain things in my profile that are hidden, but my friend has a tweak or code that allows her to see hidden things in other people’s myspaces. Have you ever heard or came across this particular tweak? If so, can you please let me know.

 
Avatar Lost John 856 post(s)

I personally haven’t heard of such a thing, but it wouldn’t surprise me. Heathaaa, Sachiko or Chao will probably know more than I do on that. We aren’t ignoring you, just takes a little time, sometimes. Nice to see you in the forum. Visit often.

 
Avatar Heathaaa Administrator 1,804 post(s)

Hi musicislife,
Are you the one that sent me a message on myspace? I wasn’t able to reply because it says I have to be your friend to send a message. And when I tried to add you, it said I need to know your last name or email. :( You can add me if you want tho. :)

It’s not really a tweak code. But there are a couple of ways to view things that others have used a tweak code to hide.

Like if you want to view someone’s hidden friends or comments. You just get their friend ID from their profile URL. Then, go view your own friends or comments and change your friend ID in the URL to the friend ID of the persons you wanted to view.

OR

If you have Firefox, you can just view their profile and go to:
view > page style > no style
That will make it so you can see their whole profile with NO CODES. No layout, no tweaks, just the plain profile. You can see everything right there.

Pretty nifty huh?
Myspace should make it so you can choose to hide certain modules for people that like their privacy, instead of using tweak codes which can easily be removed.

 
Avatar marie04 2 post(s)

hey you know those borders around all the different sections (like theres the border on the left side around general, music, etc—one around about me, who i’d like to meet—another around friends—and another around comments); is there a way just to combine all the sections together with a single border around all of it? ive been googling for any codes and i cant figure one out…

 
Avatar Heathaaa Administrator 1,804 post(s)

Hi Marie04,

Sorry it’s taken me so long to answer you!

But I still haven’t figured out how to do that one. :(

I’ll post it if I can ever figure it out!

 
Avatar Heathaaa Administrator 1,804 post(s)

haha! Well it was easier than I thought. I forgot I had a code to change the background to the main table and I just added border code to it to put a border around all those tables. I added it to the list above, but here it is so you don’t have to go looking through all those codes to find it:

Change Background Color and Border for Main Table
Example:: http://www.coolchaser.com/layout/create_with_theme/426806
This code lets you change the color of the main table behind all the modules and you can add a border. You can change the colors and border width to suite your needs (in bold). You can also add your own background image to this, just get the direct link to the image and put in this code.
Color Chart Here
Put code in ‘Who I’d Like to Meet’.

<style>
table table {
background-color: ffffff ;
border: 3px solid;
border-color: 000000 ;
background-image:url(URL GOES HERE);
background-repeat: repeat;
}
.rail {
background-color:transparent; background-image:none;
}
</style>

 
Avatar marie04 2 post(s)

perfect! thanks :)

 
Avatar jackalope602 4 post(s)

Thank you, thank you, thank you, thank you, thank you, thank you, thank you! I’ve been looking for exactly this information for a looooooong time. You ppl rock! Oh, and btw, thanks.

 
Avatar Heathaaa Administrator 1,804 post(s)

Awesome! I’m glad to hear this is actually helping people! :)

Next Page

Pages: 1 2

Sign in to reply to this topic