Closed (fixed)
Project:
modr8
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2007 at 19:21 UTC
Updated:
30 Jan 2007 at 18:31 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | set-modr8-message_2.diff | 2.14 KB | pwolanin |
| #1 | set-modr8-message_1.patch | 1.63 KB | pwolanin |
| modr8-set-message.patch | 568 bytes | mfredrickson |
Comments
Comment #1
pwolanin commentedOk, 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
Comment #2
pwolanin commentedComment #3
pwolanin commentedOk, better patch attached. Brings more consistency between hook_nodeapi and hook_form_alter code.
Comment #4
pwolanin commentedcommtted to HEAD and 5.x, and will be in the upcoming 5.x-2.1 release.
Comment #5
pwolanin commented