- Posts: 6
- Thank you received: 0
Change wording after new event submitted
- skyekr
- Topic Author
- Offline
- New Member
-
Less
More
12 years 10 months ago #17142
by skyekr
Change wording after new event submitted was created by skyekr
When a user submits a new event from the front end, the wording is "Successfully saving event". How/where do I change that wording?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 9 months ago #17166
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Change wording after new event submitted
Hi
I am sorry. That text is not available in the language file, it is hardcoded in the code (I will change it for future version). For now, please open the file components/com_eventbooking/controller.php, find the code below :
You can change the text to something meets your need here .
Regards,
Tuan
I am sorry. That text is not available in the language file, it is hardcoded in the code (I will change it for future version). For now, please open the file components/com_eventbooking/controller.php, find the code below :
Code:
if ($ret) {
$msg = JText::_('Successfully saving event');
} else {
$msg = JText::_('Error while saving event') ;
}
You can change the text to something meets your need here .
Regards,
Tuan
The following user(s) said Thank You: skyekr
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.