Posted by parasolx on May 11, 2009 at 6:12am
3 followers
Jump to:
| Project: | Hide submit button |
| Version: | 6.x-1.8 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Optalgin |
| Status: | closed (fixed) |
Issue Summary
After install new version, this message keep appear in all pages.
"Excluding shoutbox_add_form"
Comments
#1
I missed that debug print, to fix this you can just remove the line (around line 126)
from the hide_submit.module file.
<?phpdrupal_set_message("Excluding ". $exclude_form_id);
?>
or you can walkaround this by clearing the form exclude text-area if you don't
use shoutbox module.
I'll limit printing of messages to debug mode only and issue new release soon
#2
working.. and it disappear.. thanks
#3
#4
#5
#6
Automatically closed -- issue fixed for 2 weeks with no activity.