Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Remove Commenting Closed For This Article Message
I read this thread but didn’t understand Mary’s solution. So I was wondering if someone could explain it for me. I’m trying to remove the “commenting closed for this article” message here
THe comment form is already wrapped ina conditional?
<code>
<txp:if_comments_allowed>
<txp:comments_form />
</txp:if_comments_allowed>
</code>
thanks in advance
Last edited by sekhu (2006-01-24 16:30:17)
Offline
Re: Remove Commenting Closed For This Article Message
This works for me:
<code>
<txp:if_comments_allowed>
<txp:comments_form />
<txp:else />
</txp:if_comments_allowed><code>
Last edited by maarten (2006-01-24 17:37:59)
Offline
Re: Remove Commenting Closed For This Article Message
thank you
Offline