Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-01-11 06:10:30
- kitkioto
- Member
- Registered: 2005-10-06
- Posts: 16
Trouble with Comments
Hi everyone,
I’m having a bit of trouble with my Comments…
I’ve been going back and forth and everything below the article is screwy.
I have no idea what’s going on. I’m fairly competent with xhtml but this is driving me nuts.
…of course it could be my having been awake for 24 hours straight, but we’ll see in the morning…
in the mean time, can anybody help?
my site is
http://www.alexanderng.org
the post where I noticed the strange behavior is
http://www.alexanderng.org/simpleramblings/science-vs-religion
Here’s the pertinent area of page code:
<code>
<div id=“column-2”>
<txp:article limit=“5”/>
<txp:if_individual_article>
<div id=“comment-header”>Comments:</div>
<txp:comments form=“comments”/>
<p> <div id=“previous-article”> <txp:link_to_prev><txp:prev_title /></txp:link_to_prev> </div> <div id=“next-article”> <txp:link_to_next> <txp:next_title /></txp:link_to_next> </div> </p> </txp:if_individual_article>
<txp:if_article_list> <p> <div id=“previous-article”> <txp:older>Previous</txp:older> </div> <div id=“next-article”> <txp:newer>Next</txp:newer> </div> </p> </txp:if_article_list>
</div>
</code>
Here’s the default article form code:
<code>
<div id=“article-body”>
<div id=“article-heading”>
<txp:permlink><txp:title /></txp:permlink> : <txp:posted />
</div>
<div id=“article”>
<txp:body />
</div>
<div id=“article-signature”>
- <txp:author />
</div>
</div>
<div align=“center”>
<txp:upm_image type=“thumb” image_id=“3” class=“image” />
</div>
</code>
And here’s the comments form code:
<code>
<div id=“comment-body”>
<txp:zem_prblock>
<div id=“comment”><txp:message /></div>
<div id=“comment-signature”>- <txp:comment_name /></div>
<div id=“comment-time-stamp”><txp:comment_time /></div>
<div id=“link-to-comment”>
<txp:comment_permlink>Comment Link</txp:comment_permlink>
</div>
</txp:zem_prblock>
</div>
<div align=“center”>
<txp:upm_image type=“thumb” image_id=“3” class=“image” />
</div>
<txp:comments_form />
</code>
Offline
Re: Trouble with Comments
I don’t see anything screwy. I see an article with comments and a comment-form. Submitting a comment works ok.
You will have to more specific.
Offline
#3 2006-01-11 09:05:33
- kitkioto
- Member
- Registered: 2005-10-06
- Posts: 16
Re: Trouble with Comments
Spencer, I’m sorry I forgot to update this post…
after examining the admin section I noticed a setting that asked if I wanted to automatically append articles with comments. I deselected the option and the comments appear normally now.
Thank you for replying though!
-Alex
PS. Are you involved with dreamhost? It looks like the test came from a dreamhost account.
I’m sure you coud figure it out, but my friend and I host with dreamhost and we couldn’t love it more.
Last edited by kitkioto (2006-01-11 09:08:05)
Offline
Pages: 1