Download & Extend

Conflict with Insert module

Project:Hide submit button
Version:6.x-1.9
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

When the Hide Submit Button module is enabled, it prevents the Insert module from working.

For the moment I've had to disable the Hide Submit script on any page which is using Insert, but ideally I would like to use Hide Submit for the "Save" button on those pages. I just don't want the script messing with other submit buttons in the form, like those associated with image references, which are already being handled by other javascripts.

Comments

#1

Hi, Sorry for the long wait..

There is a way to overcome this using attribute filter
It worked on my test server, hope it will work for you as well

Go to admin/settings/hide-submit and browse down to the advanced section

In this section you will find a textarea called "attribute filters"
add the following line

[value!=Insert]

This will disable hide-submit for buttons with text value "Insert", if you use other language than change the value to the right one

I am closing this issue for now but feel free to reopen if my solution doesn't work for you

#2

Status:active» closed (fixed)

#3

Status:closed (fixed)» active

I tried that solution and at first I thought it was working, but as soon as I flushed the caches on the site it stopped working again.

#4

I had the same problem
#1 solution works for me jstoller
also after clearing caches

nobody click here