Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: From Troubleshooting forum: My comment form doesn't work...
Somehow I have same issue on my site : the submit button has disappeared …but I do not remember what was the change I made to have this and the way to came in a previous state
Here is the trace I have :
<code>
<txp:css />
<txp:page_title />
<txp:link_to_home><txp:sitename /></txp:link_to_home>
<txp:sitename />
<txp:site_slogan />
<txp:article />
<txp:posted />
<txp:permlink><txp:title /></txp:permlink>
<txp:title />
<txp:author link=“0” />
<txp:category1 link=“y” />
<txp:comments_invite />
<txp:body />
<txp:comments />
<txp:ajw_comment_alt even=“alt” odd=”“ />
<txp:comment_name />
<txp:comment_permlink><txp:comment_time /></txp:comment_permlink>
<txp:comment_time />
<txp:message />
<txp:ajw_comment_alt even=“alt” odd=”“ />
<txp:comment_name />
<txp:comment_permlink><txp:comment_time /></txp:comment_permlink>
<txp:comment_time />
<txp:message />
<txp:if_comments_allowed>
<txp:comments_form msgcols=“50”/>
</txp:if_comments_allowed>
<txp:comments_form msgcols=“50”/>
<txp:text item=“name” />
<txp:text item=“email” />
<txp:text item=“message” />
<txp:comments_help />
<txp:if_individual_article>
<p>
<txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /></txp:link_to_next>
</p>
</txp:if_individual_article>
<txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
<txp:prev_title />
<txp:link_to_next><txp:next_title /></txp:link_to_next>
<txp:if_article_list>
<p>
<txp:older>Previous</txp:older>
<txp:newer>Next</txp:newer>
</p>
</txp:if_article_list>
<txp:cbs_category_list break=“li” wraptag=“li” showcount=“true”/>
<txp:jnm_recent_comments_unique break=“li” showcomments=“n” commlimit=“5” section=“Sports,Aventures,Presse” />
<txp:linklist form=“plainlinks” limit=“5” wraptag=“ul” break=“li” />
<txp:search_input label=“Recherche” size=“15” />
<txp:feed_link label=“RSS” flavor=“rss” wraptag=“li” />
<txp:feed_link label=“Atom” flavor=“atom” wraptag=“li” />
—>
</code>
Offline
#26 2005-11-09 22:45:34
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: From Troubleshooting forum: My comment form doesn't work...
The default forms, including comment_form, are available here.
Alex
Offline
Re: From Troubleshooting forum: My comment form doesn't work...
Yes, But I have checked and I do not see where the mistake come from
Offline
Re: From Troubleshooting forum: My comment form doesn't work...
I had the same problem and after reviweing the code of published page in the browser I found some stray <code><ol></code> and <code><li></code> tags but couldn’t find them in neither the form nor the page codes. So I updated the newest version of Textpattern and now the comment form seems to work.
Last edited by dada78 (2005-11-10 06:16:59)
Offline
Re: From Troubleshooting forum: My comment form doesn't work...
ok! will update from 4.0.1 to 4.0.2
Offline
Re: From Troubleshooting forum: My comment form doesn't work...
Just checked my published archive page and the comment form sure works but some weird tags are still showing and messing up my layout! Strange enough they are nowhere to be found in my html structure or forms!!! Where are these coming from???
This is waht is displayed in the code on the published page:
<code>
<ol class=“comments”><li><!— comment area start —>
<div class=“comment-container”>
<ul>
<li><a href=“http://example.com” title=“example.com”>Donald Swain</a></li>
<li>Jul 22, 03:11 PM</li>
</ul>
<p>I enjoy your site very much.</p>
<!— comment area end —>
</div>
</li></ol>
</code>
These don’t belong:
<code><ol class=“comments”><li></code> AND <code></li></ol></code>
HEEELP!
Last edited by dada78 (2005-11-10 06:47:55)
Offline
Re: From Troubleshooting forum: My comment form doesn't work...
Looks like you set in your preferences to make comments appear as ordered lists.
Offline
Re: From Troubleshooting forum: My comment form doesn't work...
I looked under preferences, but couldn’t find an option like this?
Offline
Re: From Troubleshooting forum: My comment form doesn't work...
Present comments as a numbered list? no yes
It’s in the lower part, that says “Comments”.
Offline
Re: From Troubleshooting forum: My comment form doesn't work...
Hey Sencer! Thanks so much! That did it! I thought I am going crazy here for a second…
Have a good night- wait a minute-you are German! Komme selber aus Hamburg…
Liebe Grüße aus NY
Dada
Last edited by dada78 (2005-11-10 08:14:34)
Offline
Re: From Troubleshooting forum: My comment form doesn't work...
> Sencer wrote:
> Present comments as a numbered list? no yes
> It’s in the lower part, that says “Comments”.
What does ordered or not ordered means? Have you got some examples?
Pascal
Offline
Re: From Troubleshooting forum: My comment form doesn't work...
numbered list? yes
will wrap ul-tags around the list of comments, and li-tags around each individual comment.
numbered list? no
will wrap comments in divs.
Offline