Can someone tell me, The link to keep how many... |
![]() ![]() |
Can someone tell me, The link to keep how many... |
Apr 19 2009, 04:26 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Nov 2008 Member No: 696,956 |
I want to be able to hide my myspace comments, but keep the "add comments' link and I also want to show how many comments I have. Can someone give me the code for that?
|
|
|
|
Apr 19 2009, 04:27 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,936 Joined: Sep 2008 Member No: 683,235 |
CODE <style type="text/css">.FriendsComments table table {display:none;} .friendsComments td {height:0;} .FriendsComments td {background-color:transparent; .FriendsComments td td b a {display:inline;}</style>
|
|
|
|
Apr 19 2009, 04:50 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Nov 2008 Member No: 696,956 |
Thanks so much for the code, it worked perfectly, only is there a way that the link that says "view/editall" can be hidden as well?
|
|
|
|
Apr 19 2009, 05:14 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,936 Joined: Sep 2008 Member No: 683,235 |
CODE <style>
td.text td.text table td b a { display: none !important; visibility: hidden !important; } td.text td.text table td b { display: none !important; visibility: hidden !important; }</style> |
|
|
|
Apr 19 2009, 05:35 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Nov 2008 Member No: 696,956 |
Thanks again, that code hid everything and made my comments re-appear.
I want to be able to hide my comments as well as the "view all/edit all" link, but keep the "add comment" link, and I want to be able to show how many comments I have. Here is what I was using..... CODE table.friendsComments table td table {display:none;} table b {display:none;} But this hides the amount of comments that I have. |
|
|
|
Apr 19 2009, 06:59 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Nov 2008 Member No: 696,956 |
Thats not working either :-(. That code made everything re-appear and only hide the "add comment" link. And when I adjust the bumbers nothing happens.
The code that I have posted previously that I was using works fine, so does the code that moirakas posted in his/her first post, the only thing is, it hides the amount of comments that I have, and I dont want that to be hidden .... Edit. |
|
|
|
Apr 19 2009, 07:11 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Nov 2008 Member No: 696,956 |
It worked fine but still, it hides the amount of comments I have.....Im starting to wonder if its even possible to hide comments but keep the amount of comments that are on my page.:-(
|
|
|
|
Apr 20 2009, 10:52 AM
Post
#8
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
See if this code does the trick:
CODE <style>
.friendsComments table table {display:none;} .friendsComments table b a {display:none;} </style> |
|
|
|
Apr 20 2009, 12:25 PM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Nov 2008 Member No: 696,956 |
It worked!!! Thank you so much Mike!!!! :-)
|
|
|
|
Apr 20 2009, 02:24 PM
Post
#10
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
No problem. Topic closed & moved.
|
|
|
|
![]() ![]() |