remove " Friends Comments" box |
![]() ![]() |
remove " Friends Comments" box |
Sep 5 2006, 04:32 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Sep 2006 Member No: 461,759 |
greetings all.
first off, many thanks for all the fine codes i've gotten here. now, my question: i don't allow "friends comments" on my page. i removed the "add comment" link, now is there any way to remove the errant "ogre's Friends Comments" box? it's pretty useless now, as there are no comments to view. a search yielded little help. can it be done? thanks in advance... (((O8RE http://www.myspace.com/jaxdrunx |
|
|
|
Sep 5 2006, 04:57 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
The cleanest way to do it is to hide your friends.
|
|
|
|
Sep 5 2006, 05:04 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Sep 2006 Member No: 461,759 |
Thanks...that's what I figured, but I didn't wanna go that route.
|
|
|
|
Sep 5 2006, 05:16 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Whats the code you used to hide your comments?
|
|
|
|
Sep 5 2006, 05:22 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Sep 2006 Member No: 461,759 |
<style type="text/css">
table td.text {visibility:hidden;} td.text td, td.text span, td.text a {visibility:visible;} td.text b {font-weight:normal; visibility:visible;} .r{} .hidefs{display:none} .r{} div table table table table table div {display:block !important} </style> <style>td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;} td.text td.text td a {visibility:hidden;}</style> <style> .{hiding the bottom links} table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;} </style </div> <style type="text/css"> .hidethem {visibility:hidden; display:none;} </style> Uh...one of these! (Sorry, I forget.) |
|
|
|
Sep 5 2006, 05:27 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Ok um try and use this:
http://www.createblog.com/scripts/download.php?id=61 |
|
|
|
![]() ![]() |