Hi,

I try to filter the comments, but the Submit button for the filtering doesn't appear (attached snap1).

Cheers,
Amitai

CommentFileSizeAuthor
Snap1_5.png7.95 KBamitaibu

Comments

David Stosik’s picture

Having the same problem, which is very embarrassing.

David Stosik’s picture

Bump!

David Stosik’s picture

It is because the 'value' HTML property of the submit button in "Submit comment form" is "Post comment" instead of "Submit".
Using Firebug to dynamically change this value made me able to filter the "Submit comment form" .
Hope this helps.

amitaibu’s picture

This issue occurs also in the Advanced Search - user can check the fields he wants to remove, but submit button is not there.

mediafrenzy’s picture

Does anyone how to successfully apply formfilter to Advanced Search? The lack of Submit button...

I tried the Firebug trick mentioned in comment #3, but it didn't work

Viybel’s picture

The "submit" button value doesn't have any impact on the form action (no javascript is involved here).

To submit the filtering form on a comment form, you need to add:

?formfilter_id=comment_form

at the end of the url in the "action" attribute of the form element (using Firebug).

Exemple:

before:
<form id="comment-form" method="post" accept-charset="UTF-8" action="/comment/reply/21">

after:
<form id="comment-form" method="post" accept-charset="UTF-8" action="/comment/reply/21?formfilter_id=comment_form">

Can someone correct this bug in the module? (No idea how to do this).

Cheers,

Vianney Stroebel

----------------------------------------------------------------------
http//co-org.net
Plate-forme collaborative gratuite pour les associations, basée sur Drupal.

Anonymous’s picture

Same here.
Subscribing.

wessex’s picture

Same here - the Firebug hack worked for me, but how I'll remember it next time..?!

wdfy’s picture

Same here!
Waiting for patch of this bug, or a new version!

wdfy’s picture

any new updates for this topic?

pianomansam’s picture

Status: Active » Closed (won't fix)

Cleaning up old issues. D5 release is no longer supported.