comments |
![]() ![]() |
comments |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 307 Joined: Apr 2006 Member No: 393,086 ![]() |
how would i go about hiding friends pictures & names in my comments....im making a DIV and i only want the comments themselves to show up, ive seen it done before.
|
|
|
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 18,173 Joined: Mar 2005 Member No: 108,478 ![]() |
Here are the scripts to hide friends' names and pictures. In the future, please look through the MySpace scripts before making a topic.
http://www.createblog.com/scripts/script.php?id=723 http://www.createblog.com/scripts/script.php?id=996 |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 307 Joined: Apr 2006 Member No: 393,086 ![]() |
i used those and it left a huge blank space where they use to be.
|
|
|
![]()
Post
#4
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 ![]() |
CODE <style> td.text td.text td td a, .redlink, td.text td.text td b a {visibility:hidden!important;} td.text td.text td a {visibility:visible;} div.commentlinks {visibility:hidden;} </style> This hides the friends name and their picture. Although it will hide your top friends pictures and names as well, which will leave a huge blank where your friends use to be. If that is fine but you want to get rid of that big space add this as well: CODE <style type="text/css"> td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;} td.text td.text table {background-color:transparent;} td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} td.text td.text table td {font-size:0pt;} td.text td.text {height:0;} td.text td.text table b, td.text td.text table table td {font-size:8pt;} </style> Using that code will also eliminate any borders around your comments as well. The original place where the pictures of your friends were can not be removed. I tried creating a new code to do it and everything but there just isn't a way that I could figure out, sorry. |
|
|
![]() ![]() |