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

Assigned to:Anonymous» Optalgin

I missed that debug print, to fix this you can just remove the line (around line 126)
from the hide_submit.module file.

<?php
   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

#2

working.. and it disappear.. thanks

#3

Status:active» reviewed & tested by the community

#4

Version:6.x-1.8» 6.x-1.9
Status:reviewed & tested by the community» fixed

#5

Version:6.x-1.9» 6.x-1.8

#6

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here