The replies subject line text
2 posters
Page 1 of 1
The replies subject line text
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
Thank you for your help
http://cvsnc.motionsforum.com/
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
Thank you for your help
http://cvsnc.motionsforum.com/
Re: The replies subject line text
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 :
That should hide the post details on all posts, except for the first.
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.
Re: The replies subject line text
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.
Topic archived
If you have anymore questions feel free to open a new topic. Have a good day.
Similar topics
» Auto Fill Subject Line of PM?
» Subject line when sending mail
» How to put this line below the text, instead of above?
» How to make dotted line, one full line?
» your first subject
» Subject line when sending mail
» How to put this line below the text, instead of above?
» How to make dotted line, one full line?
» your first subject
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum