Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2005-11-09 22:15:02

darrepac
Member
Registered: 2005-09-26
Posts: 64
Website

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

#27 2005-11-10 06:11:16

darrepac
Member
Registered: 2005-09-26
Posts: 64
Website

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

#28 2005-11-10 06:16:09

dada78
Member
From: New York
Registered: 2005-10-27
Posts: 138
Website

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

#29 2005-11-10 06:40:51

darrepac
Member
Registered: 2005-09-26
Posts: 64
Website

Re: From Troubleshooting forum: My comment form doesn't work...

ok! will update from 4.0.1 to 4.0.2

Offline

#30 2005-11-10 06:47:24

dada78
Member
From: New York
Registered: 2005-10-27
Posts: 138
Website

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

#31 2005-11-10 07:29:50

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

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

#32 2005-11-10 07:42:19

dada78
Member
From: New York
Registered: 2005-10-27
Posts: 138
Website

Re: From Troubleshooting forum: My comment form doesn't work...

I looked under preferences, but couldn’t find an option like this?

Offline

#33 2005-11-10 08:01:33

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

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

#34 2005-11-10 08:13:16

dada78
Member
From: New York
Registered: 2005-10-27
Posts: 138
Website

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

#35 2005-11-10 08:18:37

darrepac
Member
Registered: 2005-09-26
Posts: 64
Website

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

#36 2005-11-10 09:36:40

Sencer
Archived Developer
From: cgn, de
Registered: 2004-03-23
Posts: 1,803
Website

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

Board footer

Powered by FluxBB