Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-11-30 23:37:01
- henrie
- New Member
- Registered: 2005-11-30
- Posts: 3
comments acting odd...
i was playing around with the comment forms the other day, and somehow messed them up. so when you click on the comments you can post one, but you can’t view it or any other comments that have been posted.
<a href=“http://henrie.biz/article/78/farewell-pat-marita#comment”>http://henrie.biz/article/78/farewell-pat-marita#comment</a>
you can see the problem here. i went through and found the defaults for the comment forms. but some how i am missing something. any help would be very much apreciated.
Offline
Re: comments acting odd...
Have you emptied or deleted the “comments” form template?
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#3 2005-12-01 02:52:55
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: comments acting odd...
What are the contents of your form named “comments”?
Edit: damn, too slow again. :)
Last edited by Mary (2005-12-01 02:53:23)
Offline
#4 2005-12-01 03:41:31
- henrie
- New Member
- Registered: 2005-11-30
- Posts: 3
Re: comments acting odd...
this is the comment form..
thanks for any help!
<code>
<table cellpadding=“4” cellspacing=“0” border=“0”>
<tr>
<td align=“right” valign=“top”>
<label for=“name”><txp:text item=“name” /></label>
</td>
<td valign=“top”>
<txp:comment_name_input />
</td>
<td valign=“top” align=“left”>
<txp:comment_remember />
<txp:comments />
</td>
</tr>
<tr>
<td align=“right” valign=“top”>
<label for=“email”><txp:text item=“email” /></label>
</td>
<td valign=“top” colspan=“2”>
<txp:comment_email_input />
</td>
</tr>
<tr>
<td align=“right” valign=“top”>
<label for=“web”>http://</label>
</td>
<td valign=“top” colspan=“2”>
<txp:comment_web_input />
</td>
</tr>
<tr>
<td valign=“top” align=“right”>
<label for=“message”><txp:text item=“message” /></label>
</td>
<td valign=“top” colspan=“2”>
<txp:comment_message_input />
</td>
</tr>
<tr>
<td align=“right” valign=“top”> </td>
<td valign=“top” align=“left”>
<txp:comments_help />
</td>
<td align=“right” valign=“top”>
<txp:comment_preview />
<txp:comment_submit />
</td>
</tr>
</table>
</code>
Last edited by henrie (2005-12-01 03:42:16)
Offline
#5 2005-12-01 04:36:07
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: comments acting odd...
Not your comment form.
Under “forms” within the Textpattern admin, you must have a form named “comments”. If you don’t, there is the problem. If you do, check that it contains all the parts you want. See here for what this form should contain.
Offline
#6 2005-12-01 14:42:01
- henrie
- New Member
- Registered: 2005-11-30
- Posts: 3
Re: comments acting odd...
you are gorgeous! really. thank you! i can’t beleive i missed that.
Offline
Pages: 1