Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-01-06 13:03:41
- massimo
- Member
- Registered: 2006-02-02
- Posts: 14
how to remove comment
hi, how can i remove “comments for this article are disabled” (in italian) in this page?
Offline
#2 2007-01-06 19:10:29
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: how to remove comment
Would you post the contents of your form “comments_display”?
Offline
#3 2007-01-06 20:49:00
- massimo
- Member
- Registered: 2006-02-02
- Posts: 14
Re: how to remove comment
<h3 id=“comment”><txp:comments_invite textonly=“1” showalways=“1” showcount=“0” /></h3>
<txp:comments />
<txp:if_comments_preview>
<div id=“cpreview”>
<txp:comments_preview />
</div>
</txp:if_comments_preview>
<txp:if_comments_allowed>
<txp:comments_form />
<txp:else />
<p><txp:text item=“comments_closed” /></p>
</txp:if_comments_allowed>
Offline
#4 2007-01-06 21:53:19
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: how to remove comment
Okay, change it to this:
<h3 id="comment"><txp:comments_invite textonly="1" showalways="1" showcount="0" /></h3>
<txp:comments />
<txp:if_comments_preview>
<div id="cpreview">
<txp:comments_preview />
</div>
</txp:if_comments_preview>
<txp:if_comments_allowed>
<txp:comments_form />
</txp:if_comments_allowed>
Offline
#5 2007-01-06 23:57:59
- massimo
- Member
- Registered: 2006-02-02
- Posts: 14
Re: how to remove comment
thank you
Offline
Pages: 1