'Submit' button doesn't appear on Comments filtering

Amitaibu - July 23, 2007 - 12:18
Project:Formfilter
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

David Stosik - August 1, 2007 - 10:23

Having the same problem, which is very embarrassing.

#2

David Stosik - August 7, 2007 - 08:18

Bump!

#3

David Stosik - August 10, 2007 - 12:57

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

Amitaibu - October 4, 2007 - 20:50

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

#5

mediafrenzy - February 21, 2008 - 11:37

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

Viybel - March 30, 2008 - 16:47

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

mboudey - April 5, 2008 - 02:45

Same here.
Subscribing.

#8

wessex - July 2, 2008 - 14:57

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

#9

wdfy - August 6, 2008 - 21:05

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

#10

wdfy - August 19, 2008 - 23:22

any new updates for this topic?

 
 

Drupal is a registered trademark of Dries Buytaert.