Download & Extend

'Submit' button doesn't appear on Comments filtering

Project:Formfilter
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

Hi,

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

Cheers,
Amitai

AttachmentSize
Snap1_5.png7.95 KB

Comments

#1

Having the same problem, which is very embarrassing.

#2

Bump!

#3

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.

#4

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

#5

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

#6

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.

#7

Same here.
Subscribing.

#8

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

#9

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

#10

any new updates for this topic?

#11

Status:active» closed (won't fix)

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

nobody click here