Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-06-21 05:12:07

jauhari
Member
Registered: 2007-05-24
Posts: 97
Website

Permanently deleted comment info.

I was made some detail page for my post and I try to disable my comment form on my site. on my detail for I have this code.

<h3 class="date"><txp:posted format="%d %B %Y" /></h3>
<h2><txp:title /></h2>
<txp:body />

and on my detail page I was use this code

<txp:if_individual_article>
	<txp:article form="single" />
	<txp:else />
	<txp:article limit="10" form="depan" />
	</txp:if_individual_article>
	<txp:if_individual_article>
		<p><txp:link_to_prev><txp:prev_title /></txp:link_to_prev> 
			<txp:link_to_next><txp:next_title /></txp:link_to_next></p>
<txp:else />
		<p><txp:older><txp:text item="older" /></txp:older> 
			<txp:newer><txp:text item="newer" /></txp:newer></p>
</txp:if_individual_article>

Why when I click detail post I still have this information?

Commenting is closed for this article.

How to make permanently remove this info from my detail post?

Thanks

Offline

#2 2007-06-21 06:42:37

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

Re: Permanently deleted comment info.

Go to Admin> Preferences > Advanced and set “Automatically Append Comments” to off. TXP tries to attach comments to the articles, so if commenting is disabled you’ll get that message. If you tell TXP to not attach comments, then you won’t get that message.

Offline

#3 2007-06-21 09:30:31

jauhari
Member
Registered: 2007-05-24
Posts: 97
Website

Re: Permanently deleted comment info.

I can’t found Automatically Append Comments options on my TxP :(

Offline

#4 2007-06-21 09:34:08

jauhari
Member
Registered: 2007-05-24
Posts: 97
Website

Re: Permanently deleted comment info.

But I found it on Preferences > Basic > Basic > Accept comments?

Thanks xi ^_*

Offline

Board footer

Powered by FluxBB