Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
plugin not working?
Hi, I’m using the asv_recent_comments plugin so that I can use a form for my comments, BUT it wont use the form? Any ideas why?
This is my code to call the form:
<txp:recent_comments label="" break="" limit="5" form="recent_comments" />
And this is the form:
<div class="home-comments-comment">
<div class="home-comments-gravatar"><a href="<txp:comment_web />"><img src="/images/gravatar.png" /></a></div>
<p><strong><txp:comment_name /></strong> <span class="small"><txp:comment_time format="/ %b %d" /></span><br />
on <a href="<txp:permlink />" title=""><txp:title /></a></p>
</div>
~ Cameron
Offline
#2 2008-11-11 00:21:24
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: plugin not working?
1. Why not ask in the plugin thread?
2. You might need <txp:asv_recent_comments />
…
Offline
Re: plugin not working?
asv_recent_comments fixed it, weird, as on my other website, it works with just recent_comments ???
THANKS> x
Last edited by driz (2008-11-11 00:27:20)
~ Cameron
Offline
Re: plugin not working?
Maybe your other sites uses a development version of Textpattern 4.0.7, which tought recent_comments to accept a form
attribute.
Offline
Pages: 1