I gotta say I am loving the CMSMS system. It's such an easy to use and powerful program!
I'm also wanting some help with the comments module. When I have the comment moderation turned on, I would like there to be a short statement such as 'Your comment is awaiting approval' after a comment has been entered. At the moment, nothing is displayed so the user might think the comment hasn't been saved. Would appreciate any help. Thanks!
See http://www.jessicalim.info/cms/index.ph ... eturnid=56
Comment moderation - statement after comment entered
-
- Forum Members
- Posts: 10
- Joined: Tue Mar 20, 2007 8:08 am
Re: Comment moderation - statement after comment entered
I agree.
This is really a MUST item!
Fabio
This is really a MUST item!
Fabio
[SOLVED] Re: Comment moderation - statement after comment entered
Hello,
I was having the same problem but after looking closely at the template code you will see an extra character that shouldn't be there.
Find around line 35:
{$smarty.session.Comments.message)}
Replace with:
{$smarty.session.Comments.message}
I was having the same problem but after looking closely at the template code you will see an extra character that shouldn't be there.
Find around line 35:
{$smarty.session.Comments.message)}
Replace with:
{$smarty.session.Comments.message}