After install new version, this message keep appear in all pages.
"Excluding shoutbox_add_form"
I missed that debug print, to fix this you can just remove the line (around line 126) from the hide_submit.module file.
drupal_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
working.. and it disappear.. thanks
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
optalgin commentedI missed that debug print, to fix this you can just remove the line (around line 126)
from the hide_submit.module file.
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
Comment #2
parasolx commentedworking.. and it disappear.. thanks
Comment #3
optalgin commentedComment #4
optalgin commentedComment #5
optalgin commented