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 replies subject line text

2 posters

Go down

Solved The replies subject line text

Post by Do2 Thu 29 Oct - 14:04

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/
Do2
Do2
New Member

Posts : 5
Reputation : 1
Language : english

http://cvsnc.motionsforum.com/

Back to top Go down

Solved Re: The replies subject line text

Post by Ange Tuteur Thu 29 Oct - 14:26

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.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: The replies subject line text

Post by Do2 Thu 29 Oct - 14:31

You are SO awesome

thank you

now how do I post solved Confused  lol
Do2
Do2
New Member

Posts : 5
Reputation : 1
Language : english

http://cvsnc.motionsforum.com/

Back to top Go down

Solved Re: The replies subject line text

Post by Ange Tuteur Thu 29 Oct - 14:38

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
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum