Hodges |
|
||
---|---|---|---|
Hello, In a plugin I'm modifying, after the user submits a form the following code is executed:
outputting one of cotonti's built-in messages. How can I deliver a custom message using the same mechanism? Hodges |
Gökhan YILDIZ |
|
||||||||
---|---|---|---|---|---|---|---|---|---|
open your plugin and add
open your /lang/en/message.en.lang.php find:
add after:
Gökhan YILDIZ
|
Hodges |
|
---|---|
Thanks for the reply. It works, but I was hoping for something that wouldn't require a core hack. |
Gökhan YILDIZ |
|
---|---|
messages appear on the page itself a special. so you need to edit or need to run your plugin header So create your own plugin with a language file and add these codes into. Gökhan YILDIZ
|