Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2011-05-14 14:21:01
- newnoise
- Member
- Registered: 2011-02-24
- Posts: 35
All <txp:comments_xxx_input>-Tags are unknown?
Hi,
im designing my comments-area but I get a lot of tag-unknown-errors …
see: http://fjellsmug.com/news/uuuund
The structure is:
<txp:comments_error wraptag="ul" break="li" />
<p>
<label>Name</label>
<txp:comment_name_input />
</p><p>
<label>Email</label>
<txp:comment_email_input />
</p><p>
<label> http://</label>
<txp:comment_web_input />
</p><p>
<txp:comment_message_input />
</p>
<p><label>Remember details? <input type="checkbox" name="remember" value="1" checked="checked" class="prefs" /></label></p>
<p class="commentsubmit">
<txp:comment_preview /> <txp:comment_submit />
</p>
Any help is very appreciated …
Thanks!
noise
Offline
Re: All <txp:comments_xxx_input>-Tags are unknown?
You can only use the comment input tags inside a comment form. The tags do not exist elsewhere.
Offline