Closed (fixed)
Project:
Status Messages Alter
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2010 at 12:23 UTC
Updated:
25 Aug 2010 at 15:00 UTC
Hello,
I just want to modify the Drupal Status Messages of my node types like:
"Node type 1" has been created.
What the best aproach to do it?
What do I have to do for doing this with your module?
Thanks :)
Comments
Comment #1
BartonDrupal commentedBefore getting started, I would make sure you're using the "recommended" release and not the "dev" release.
Now, the next module release (6.x-1.3) will contain more functions for pattern matching and searching the messages array. In the meantime, what you can do is something like this:
If you want to extract the node title and do something with it, try this:
If you're not a coder, you might want to wait until I have the UI working. No launch date as of yet :(
Let me know if you still have any questions or concerns.
Thanks,
Michael
Comment #2
Junro commentedOk, thanks for your help ^^
I will keep on eye on your module.
Until a new release with more funtionnalities, I will try your code.
Thanks :)