Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Comment invite won't show!
It did before. But I noticed a couple days ago that the <txp:comment_invite>
was somehow wrapped in a conditional tag in my list form, which didn’t make any sense to me and which I took out. Now the invite shows up only after the first comment has been posted.
Scrambling to get the invite back, I even tried putting showalways=1
, which I understand is for something totally different, but that didn’t help.
Having forgotten which conditional tag I removed, I can’t even put it back in. I’ve tried <txp:if_comments_allowed>
but that didn’t help.
Below is my list form:
<h2><txp:permlink><txp:title /> <span class="date">| <txp:posted /> <txp:if_comments> [<txp:comments_count />]</txp:if_comments></span></txp:permlink></h2>
<txp:swf_if_not_empty field="excerpt">
<p><txp:excerpt /></p>
<p><txp:zem_link title="read “%s�">Read »</txp:zem_link></p>
</txp:swf_if_not_empty>
<txp:swf_if_empty field="excerpt">
<txp:body />
</txp:swf_if_empty>
<p class="fn posted"><txp:posted format="%H:%M" />
<txp:dak_categories sep=", " open="â–ª " link="1" />
â–ª <txp:comments_invite showcount="0" />
▪ <txp:zem_link title="permalink for “%s�"><img src="img/permalinkicon.gif" alt="#" width="14" height="14" /></txp:zem_link></p>
NB The showcount=0
was there to prevent double comment counts, which is another mystery.
Thanks in advance.
Offline
Re: Comment invite won't show!
I got it! As a legacy of an earlier install, I was using the chh_article_custom
plugin to output my article list. And that didn’t jibe well with TXP 4.03’s <txp:comments_invite />
.
Offline
Pages: 1