Question:

Whats the myspace code for hiding myspace comments on page but keeping the add comment button on the page?

by  |  earlier

0 LIKES UnLike

Whats the myspace code for hiding myspace comments on page but keeping the add comment button on the page?

 Tags:

   Report

7 ANSWERS


  1. If u keep the "add comment" button, u will also have the "see all" option, which then defeats the purpose of hiding your comments...Just sayin'!!!


  2. <style>

    .friendscomments {display:none;visibility:hidden;}

    </style>

    <a href="comment url">comment button</a>

    comment url go to where you would comment yourself then copy url and paste it where it says comment url

    change comment  button to what ever you want it to say

  3. Here is the code to hide everything in the comment box EXCEPT the add comment link. So there will be no title, no view all link and no comments. mkay?

    Seriously...ONLY the Add Comment link will show up!! :)

    <style>

    .friendsComments table table, .friendsComments .orangetext15, .friendsComments b {

    display:none;

    }

    </style>

  4. if you want much more detailed options than anyone here has posted, just use this

    http://abrax.us/Katamari/RightColumnGen....

    then you can see ALL of your options... instead of just copy/pasting random code that people give you

  5. well you have to put in an extra code for tht so tht all i no

  6. Hide Comments and Keep ‘Add Comment’ Link

    Put this in your ‘Who I’d Like to Meet’:

    <style>.friendsComments table table {display:none;}</style>

  7. <style>

    .friendsComments .orangetext15,

    .friendsComments td.text td td {display:none;}

    .friendsComments * {background-color:transparent; border:0px;}

    .FriendsComments td b {visibility:hidden;}

    </style>

Question Stats

Latest activity: earlier.
This question has 7 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions