- Posts: 220
- Thank you received: 13
Created Date and Modified Date
- Arbind Bhagat
- Topic Author
- Offline
- Elite Member
-
Less
More
4 years 3 weeks ago #142706
by Arbind Bhagat
Created Date and Modified Date was created by Arbind Bhagat
Does the Event Booking store the date-created (the date-time when the event was created by an admin) and date-modified (the date-time when the event was modified by an admin) somewhere in the database? I tried to find it, but couldn't locate it.
If not, could you please add this feature to EB? All the Joomla components have this data, and I think EB should also have this data. I am trying to develop an EB plugin and I need to know the last time any event was created/modified.
If not, could you please add this feature to EB? All the Joomla components have this data, and I think EB should also have this data. I am trying to develop an EB plugin and I need to know the last time any event was created/modified.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 3 weeks ago #142712
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Created Date and Modified Date
Hello
You can add the following fields to #__eb_events table and it will store these data automatically (by our MVC layer)
- created_date
- modified_date
- modified_by
Regards,
Tuan
You can add the following fields to #__eb_events table and it will store these data automatically (by our MVC layer)
- created_date
- modified_date
- modified_by
Regards,
Tuan
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.