On the node creation form, modr8 blasts the user with a drupal_set_message. This patch runs that through the theme_modr8_message function, allowing admins to override this message by overriding the theme function.

Comments

pwolanin’s picture

StatusFileSize
new1.63 KB

Ok, that's probably a good idea, but the patch isn't complete since the theme function needs to be changed.

please test the attached patch

pwolanin’s picture

Status: Active » Needs review
pwolanin’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new2.14 KB

Ok, better patch attached. Brings more consistency between hook_nodeapi and hook_form_alter code.

pwolanin’s picture

Status: Reviewed & tested by the community » Fixed

commtted to HEAD and 5.x, and will be in the upcoming 5.x-2.1 release.

pwolanin’s picture

Status: Fixed » Closed (fixed)