Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How to change/style the page displayed after a comment is submitted
I was wondering where I can change what is displayed after a comment is submitted. For instance, I’d really like the page not to say “Thank you for adding your comment” or if it must, at least have this text conform to my stylesheet like the rest of the text on the page. (As it stands it is black against a black background, in serif rather than sans-serif font, and the margin is wrong.) I’ve looked around the presentation tabs as well as the FAQ and Textbook and can’t seem to find any information on this.
Thanks a lot for your help! I’m new to Textpattern but have enjoyed it very much so far.
Offline
#2 2006-04-30 06:43:12
- -P-
- Member
- From: Finland
- Registered: 2005-09-10
- Posts: 211
Re: How to change/style the page displayed after a comment is submitted
You can change what it says in the lang file (/textpattern/lang/en-gb.txt) of your installation.
The styletag that holds that text is afaik #txpCommentInputForm but the thing is that if you change the font color white, it also affects to the font color of your comment form. If there is a way to apply own style (other than custom comment form) for “thank you” then that is something I would like to learn too!
Offline
Re: How to change/style the page displayed after a comment is submitted
The “p” tag for the message has it’s own “id” so you can be specific with the selector <code>p#txpCommentInputForm</code> which won’t affect the rest of the form.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: How to change/style the page displayed after a comment is submitted
Thanks a lot!
Offline