The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    The replies subject line text

    Do2
    Do2
    New Member


    Posts : 5
    Reputation : 1
    Language : english

    Solved The replies subject line text

    Post by Do2 October 29th 2015, 9:04 pm

    Hello,
    This is my first post so hope I'm in the right place.

    My question is with 'replies.'

    is it possible to remove ALL the text in each reply 'subject line' while leaving the OP intact?

    ie:

    reply sub-line
    The replies subject line text Subject_zpsfhrmwclm


    Thank you for your help

    http://cvsnc.motionsforum.com/
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: The replies subject line text

    Post by Ange Tuteur October 29th 2015, 9:26 pm

    Hi @Do2,

    You might be able to remove this with a few lines of CSS. Go to Admin Panel > Display > Colors > CSS stylesheet and paste the following codes :
    Code:
    .forumline > tbody > .post > td:last-child .postdetails {
      display:none;
    }

    .forumline > tbody > tr:first-child + tr + .post > td:last-child .postdetails {
      display:block;
    }

    That should hide the post details on all posts, except for the first.
    Do2
    Do2
    New Member


    Posts : 5
    Reputation : 1
    Language : english

    Solved Re: The replies subject line text

    Post by Do2 October 29th 2015, 9:31 pm

    You are SO awesome

    thank you

    now how do I post solved Confused  lol
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: The replies subject line text

    Post by Ange Tuteur October 29th 2015, 9:38 pm

    You're welcome, to mark it solved you can click the solved button before the first post, or edit your first post and put the solved icon. I think you found how to do it though. ^^

    Topic archived

    If you have anymore questions feel free to open a new topic. Have a good day. Smile

      Current date/time is November 14th 2024, 9:31 pm