Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-01-24 16:28:37

sekhu
Member
Registered: 2005-05-12
Posts: 428
Website

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

#2 2006-01-24 17:36:35

maarten
Member
From: Netherlands
Registered: 2005-02-19
Posts: 130
Website

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

#3 2006-01-24 19:00:54

sekhu
Member
Registered: 2005-05-12
Posts: 428
Website

Re: Remove Commenting Closed For This Article Message

thank you

Offline

Board footer

Powered by FluxBB