-
Nov12
Hide contact table
Filed under: contact table buttons, hide contact table; Tagged as: contact table buttons, hide contact box, hide contact table3 CommentsSo you heard from friends that is cool to hide your contact table but you do not know what exactly is that and why you would want to hide it.
The contact table is the box under your picture that says “Send message”, “Add to friends”, etc. People hide their contact box so that they can replace it with customized individual buttons. All this procedure is very complex so let’s take it step by step first let’s learn how to hide myspace contact table and than how to replace the contact table buttons with customized ones.
1. Hide contact box on myspace
1. Search on Google “hide contact table code” or “hide contact tables”.
2. Find the site that offers what you need, copy the code they provide and paste it where they tell you to paste it.Here is a code I just found and used to hide my contact table on myspace, put this code at the top of your “Meet” section.
<style>
table.contactTable {display:none;}
</style>Here is another code, try them both, separately of course, they both work, but depends on your layout. Put this one in the “About me” section.
<style type=”text/css”>.contacttable {display:none;visibility:hidden;}</style>
<div style=”position:absolute;left:0px;top:0px;z-index:9 !important;background-color:transparent !important;”>2. Find out your FriendID
It is important for the third step, for using customized contact table buttons and not only. A lot of tools for MySpace require you to know your FriendID.
Go home then view your profile. Look at the very top of your browser then copy your own FRIEND ID numbers in your URL (after the “friendid=”) Below it is a screenshot of the URL found in Tom’s blog, and guess what that is TOM’s ID. This is how you find someone’s’ ID, to find yours be sure you are in your profile, or one of your profile pages.
3. Contact table buttons
Ok. So now that you used the code to hide contact box that you found on Google it is time to replace it with something else, cute, tiny, nice contact table buttons.
Of course step one is to search on Google what you want to find for instance “pink contact table buttons” browse different sites, see the buttons that you like and when you are ready follow their instructions. You will notice that they will ask for your FriendID, you already know it.
You can use different contact table buttons designs from different sites, there is not a problem there.
Good luck!
4. Bonus Information
And now a bonus information: If you go to a profile and that person used a code to hide contact table you can still “Send message”, “Add to friends”, “Add to Group”, “Forward to friend”, “Add to favorites”, “Block user”. Let me explain you why people can still view hidden things on MySpace. because you only hid them visually, you did not make them private technically. Let me explain you know how people view your friends even if you did hide them.
- First of all they have to know your ID. When browsing through your MySpace profile they have to take a look in the address bar and look for something like: “friendid=” followed by a number.
-Secondly they have to use the links below and add your ID to them.
Send message:http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=
Add to friends:
http://messaging.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=
Add to Group:
http://groups.myspace.com/index.cfm?fuseaction=groups.addtogroup&friendID=
Forward to friend:
http://messaging.myspace.com/index.cfm?fuseaction=mail.forward&f=forwardprofile&friendID=
Add to favorites:
http://collect.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=
Block user:
http://www.myspace.com/index.cfm?fuseaction=block.blockUser&userID=
So if your MySpace ID is let’s say 8393749 to add to friends you should paste in your address bar:
http://messaging.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=8393749 and voila -
Nov121 Comment
I can understand why people would hide friends on MySpace, they either don’t want to let people know they are so shy that they have only Tom as their friend or they don’t want everybody to know (especially the better half) exactly how many “sexy” friends they have. And of course there are the ones that fancy “minimalism”
For all of you out there who want to be secretive about your life and want to hide your friends on MySpace here are the simplest ways of doing just that.
1. Search on Google “hide top friends” or “hide friends code”. (Note! You can use 2 separate codes one for friends and one for comments, or you can use one for both, I am a fan of those sites that let you choose what you want to hide and they generate one custom code for all)
2. Find the site that offers what you need, copy the code they provide and paste it where they tell you to paste it.VERY IMPORTANT! People can still view some of your hidden stuff: like friends, let me explain you how and why. You can hide top friends on myspace and people can still view them because you only hid them visually, you did not make them private technically. Let me explain you know how people view your friends even if you did hide them.
- First of all they have to know your ID. When browsing through your MySpace profile they have to take a look in the address bar and look for something like: “friendid=” followed by a number.
-Secondly they have to use the links below and add your ID to them.
View all friends:http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=
So if your MySpace ID is let’s say 8393749 they should paste in their address bar:
http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=8393749 and voilaYou can hide only the images of your top friends, here is the code for that:
<style>
table.friendSpace td td td a img {display:none;}
</style>You can hide only the name and the images of your friends on MySpace, and that way people can view the comments you received but not who sent them to you. Here is the code below:
<style>
table.friendSpace td td td a {visibility:hidden; font-size:1px; letter-spacing:-50px;}
table.friendSpace td td td a img {visibility:visible;}
</style>Here is a piece of code that hides your friends, including “Number of friends”, “View All Friends/Online/New/Mutual”, “Number of Comments”:
<style>
table.friendSpace {display:none;}
table.friendSpace span.orangetext15, table.friendsComments span.orangetext15 {display:none;}
</style> -
Nov126 Comments
I am not so sure I understand why people would hide comments, I love when my friends remember me and stop by and leave even the silliest comment or picture. Of course there are ways of protecting yourself, you can make so that you have to approve the comments, or you can have text only comments and ban all the pictures and codes, or you ca go in regularly and delete the nasty ones or the ones that include such a big picture that they mess up the entire profile. But I wouldn’t want to hide my comments altogether.
Anyway, for all of you out there who want to be secretive about your life and want to hide comments here are the simplest ways of doing just that.
1. Search on Google “hide comments” or “code to hide comments on MySpace”. (Note! You can use 2 separate codes one for friends and one for comments, or you can use one for both, I am a fan of those sites that let you choose what you want to hide and they generate one custom code for all)
2. Find the site that offers what you need, copy the code they provide and paste it where they tell you to paste it.VERY IMPORTANT! People can still view some of your hidden stuff: like comments; let me explain you how and why. You can hide comments on myspace and people can still view them because you only hid them visually, you did not make them private technically. Let me explain you know how people view your comments even if you did hide them.
- First of all they have to know your ID. When browsing through your MySpace profile they have to take a look in the address bar and look for something like: “friendid=” followed by a number.
- Secondly they have to use the links below and add your ID to them.
View all comments:http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=
So if your MySpace ID is let’s say 8393749 they should paste in their address bar:
http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=8393749 and voilaIs it possible to hide comments from certain friends on MySpace?
No it is not possible to hide comments from certain friends, you can not hide them for good from all friends either.You can hide the comments you receive on MySpace without hiding the Add Comment button. Personally I do not understand why would someone send a comment if they do not see it appear online, they could just send a message instead. But yes you can do that and below you have the code to hide your comments but leave the Add comment button:
<style>
table.friendsComments table table {display:none;}
table.friendsComments td {height:0px;}
table.friendsComments td {background-color:transparent;}
table.friendsComments td.text td b {display:none;}
table.friendsComments td.text td td b {display:inline;}
table.friendsComments span.blacktext10 {display:none}
table.friendsComments div.commentLinks {display:none}
</style>Is there a way to hide comments but keep 3 or so most recent?
Apparently there is a way of hiding your comments but keep the most recent 2-3. Check this out.Here is a piece of code that hides your comments: “Number of Comments”, “Top Add Comment & View All Comments”, “Bottom/Right Add Comment Link”.
<style>
table.friendsComments {display:none;}
</style> -
Nov101 Comment
I can understand why people would hide friends on MySpace, they either don’t want to let people know they are so shy that they have only Tom as their friend or they don’t want everybody to know (especially the better half) exactly how many “sexy” friends they have. And of course there are the ones that fancy “minimalism”
But I am not so sure I understand why people would hide comments, I love when my friends remember me and stop by and leave even the silliest comment or picture. Of course there are ways of protecting yourself, you can make so that you have to approve the comments, or you can have text only comments and ban all the pictures and codes, or you ca go in regularly and delete the nasty ones or the ones that include such a big picture that they mess up the entire profile. But I wouldn’t want to hide my comments altogether.
Anyway, for all of you out there who want to be secretive about your life and want to hide comments and friends here are the simplest ways of doing just that.
1. Search on Google “hide friends” or “hide comments” or both “hide friends and comments”. (Note! You can use 2 separate codes one for friends and one for comments, or you can use one for both, I am a fan of those sites that let you choose what you want to hide and they generate one custom code for all)
2. Find the site that offers what you need, copy the code they provide and paste it where they tell you to paste it.VERY IMPORTANT! People can still view some of your hidden stuff: like friends, comments, blogs …etc let me explain you how and why. You can hide friends and comments on myspace and people can still view them because you only hid them visually, you did not make them private technically. Let me explain you know how people view your comments and friends even if you did hide them.
- First of all they have to know your ID. When browsing through your MySpace profile they have to take a look in the address bar and look for something like: “friendid=” followed by a number.
-Secondly they have to use the links below and add your ID to them.
View all friends:http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=
View all comments:
http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=
So if your MySpace ID is let’s say 8393749 they should paste in their address bar:
http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=8393749 and voilaIs it possible to hide comments from certain friends on MySpace?
No it is not possible to hide comments from certain friends, you can not hide them for good from all friends either.You can hide the comments you receive on MySpace without hiding the Add Comment button. Personally I do not understand why would someone send a comment if they do not see it appear online, they could just send a message instead. But yes you can do that and below you have the code to hide your comments but leave the Add comment button:
<style>
table.friendsComments table table {display:none;}
table.friendsComments td {height:0px;}
table.friendsComments td {background-color:transparent;}
table.friendsComments td.text td b {display:none;}
table.friendsComments td.text td td b {display:inline;}
table.friendsComments span.blacktext10 {display:none}
table.friendsComments div.commentLinks {display:none}
</style>Is there a way to hide comments but keep 3 or so most recent?
Apparently there is a way of hiding your comments but keep the most recent 2-3. Check this out.Here is a piece of code that hides both your comments and friends, including “Number of friends”, “View All Friends/Online/New/Mutual”, “Number of Comments”, “Top Add Comment & View All Comments”, “Bottom/Right Add Comment Link”.
<style>
table.friendSpace {display:none;}
table.friendSpace span.orangetext15, table.friendsComments span.orangetext15 {display:none;}
table.friendsComments {display:none;}
</style> -
Nov737 Comments
Before talking about the new myspace music player, let me tell you the epic story about all my problems in getting the new music player.
I was reading on forums, I read in Tom’s blog, I read everywhere about the new MySpace music player and how you could add multiple songs, and have multiple playlists and I wanted it soo badly. I went to the help center, I read how to add the player and what to do it step by step, but surprise, I couldn’t follow the steps because I did not have the “My music” button and a lot of other features they were describing.
I went crazy trying to add the music player, I even created a second MySpace account and SURPRISE, here it was, nice and shiny, the “My music” button. Ok, it works for the new account, but why not for the old account too? And after hours of searching and tormenting, I noticed that I was on the MySpace Australia server, you think it would not make a difference but it does. I edited my profile, I switched to the USA server and voila, the features were all there. The conclusion: not all MySpace servers have the latest updates, there is the possibility of having some buttons and features on some servers and other features on other servers. I have a friend on UK server and he does not have the features either. (this is true today November 07, 2008, maybe in time they will fix these differences)
Ok we are back in business, I can finally play, analyze, assess the New MySpace Player.
Add the New MySpace Music Player or change the old music player to the new one
After I moved to the USA server adding the new player was easy, I searched for an artist, I clicked to add her song on my profile as usual, and a pop-up window showed asking me if I wanted to switch to the new player or keep the old one…what do you think I answered?New MySpace Music Player Features
You can add as many playlists as possible, but only one will show in your profile, the one called My Profile Playlist. You usually can add as many songs possible, but in your Profile Playlist you can add only 10. All this things are being managed from “My Music Page”.
Also you will have a personal music player – a pop-out music player so you can browse the internet and work on your computer while still listening to music on MySpace.
You can also buy music on MySpace. Learn about all the features here: http://www.myspace.com/aplaceformusicHow do you delete songs from the new myspace music player
Go to Music, then click My Music, if you have 2 songs or more you have a playlist. Go to My Profile Playlist, the one in red, and delete each song by clicking the little x to the right of the song. Refresh the page after every delete.How do you go back to the old Myspace Music Player, how do you delete the new music player, how do you downgrade back to the old music player?
Go to manage your play list and delete all but the one song you want to keep then the new myspace music player transforms into a single song music player.Hide the new MySpace Music Player
Myspace has made it easy to hide the New Myspace Music Player but then it wont play; here are some simple steps:
Go to manage your playlists, click on the red one called “My Profile Playlist” and notice in the top right the check box called: “Display on My Profile”. Once you click that little checkbox to hide it, go look at your profile – It will be hidden.Now if you want to hide the new myspace multi-song player and still have it play the song use the code below (Pay attention, this code is valid today 9/25/2008, they are still making changes to the player, read Tom’s blog to understand the issues you may be having. New features are always a little glitchy at first. You may need to adjust the -25 number to another number depending on what other code you may have in your profile
<style>
embed, object {filter:alpha(opacity=0.2); opacity:0.02; -khtml-opacity:0.02;}
td td td embed, td td td object, table table td.text embed, table table td.text object {filter:none; opacity:none; -khtml-opacity:none;}
table table div {position:absolute; top:0px; left:-250px;}
table table td.text div, table table div div, table table table div, div table table div, table div table div {position:static;}
table.interestsAndDetails {margin-top:-25px;}
</style>If you still have the old player and want to hide it, read the article about it here: hide myspace music player
-
Nov710 Comments
I am listening to some nice music in my MySpace music player and I am wondering why you would want to hide your music player. Of course there are tons of ways of listening to music online, and I am sure everyone has a different preferred one, depends on what you got used to. I got used to the MySpace player so I see no reason to hide my music player on MySpace.
Of course if you really really want to hide your music player on MySpace let me teach you several ways to hide your music player on your page.
Let me tell you the easy one first:
First of all take a look at the 2 pictures below, they are 2 music players but they have a small difference. And no, the difference is not related to the song played.
The difference is made by the extra button that looks like a horizontal line, if you take your mouse over it you will notice a small message: “Remove from profile”. BINGO.
So why do the 2 music players look different? because one is taken from a random profile and the second is a print screen from my own profile.
So, solution number 1 if you want to hide your MySpace music player:
- Go to your profile, not the edit mode, but to viewing your MySpace profile.
- Scroll to the MySpace music player
- Click on the “Remove from profile” button like in my picture above and you are redirected to a settings are, and are for managing your video and music player. (like in the screenshot below)
- notice the “Profile Music Player” dropdown marked “Show” . Click on it and select “Hide”
- push the “Save” buttonIf you go now to your profile you will notice that you finally did hide your music player without using any fancy code to hide music player.
What you must know is the next time you add a song to your profile it will not show, because the music player is hidden, so if you want to make it show again do the following simple steps:
- Go to “Edit my profile” page, go to the “Song & Video on Profile” tab and change the “Profile Music Player” dropdown from “Hide” to “Show” and Save.Solution 2
Now of course there is a hard way of hiding your MySpace music player, and I shall offer this solution too, important notice: not for the light hearted. The solution is to use a code to hide music player on MySpace. Here are the steps:
- Search on Google “myspace codes hide music player” and click on any results it shows, or go directly here: http://www.makems.com/myspace-codes-hide-music-player.php
- Select and copy the code provided there- Go to “Edit your profile” and paste the code in the “About me” section. See the screenshot below. Do not forget to save.
This was it for today. I hope you know by now how to hide myspace music player. I will write soon a follow-up to this article to discuss the different codes to hide music player on myspace.




































