This topic is locked

Customize System Messages

7/29/2011 2:02:53 AM
PHPRunner General questions
I
imthebest author

When a record is added, Add page displayed a message "Record Added". Similary Edit page alos displays pre-defined message when a record was updated.
If I would like to customize this message like "Order details was added successfully" or any other different message instead of these system defined messages, then, Is this possible?
Regards,

C
cgphp 7/29/2011

In the "Before record added" event and in the "Before record update" event:

$message = "Your super message";
I
imthebest author 7/29/2011

Wonderful. Thanks cgphp. It is quite simple.
Can we also change text of system email messages? For example when a mail is sent for Password reminder etc?
Is this also possible to send HTML emails with company logo etc?
Thanks a lot in advance for all your help?

C
cgphp 7/29/2011

Can we also change text of system email messages? For example when a mail is sent for Password reminder etc?



You can change predefined text messages in the generated php code (include/lang)



Is this also possible to send HTML emails with company logo etc?



The second example: http://xlinesoft.com/phprunner/docs/runner_mail_function.htm