- Posts: 36
- Thank you received: 2
Order of custom fields displayed in Events Booking
- kbarnes
- Topic Author
- Offline
- Junior Member
Less
More
14 years 2 months ago #5353
by kbarnes
Order of custom fields displayed in Events Booking was created by kbarnes
First of all, thanks so much for all these great Joomla components and your excellent support.
I cannot get the order of custom fields displayed in the Events Booking registration form to change. I can move the fields into the position I want in the Admin side, then I click "Save Order" and nothing changes in the Front End.
It is not the cache, because I continually empty it.
Thanks in advance for any help.
I cannot get the order of custom fields displayed in the Events Booking registration form to change. I can move the fields into the position I want in the Admin side, then I click "Save Order" and nothing changes in the Front End.
It is not the cache, because I continually empty it.
Thanks in advance for any help.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
14 years 2 months ago #5371
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Order of custom fields displayed in Events Booking
Hi
I think this problem is because you don't have latest built of the extension installed on your site. So to fix this issue, you can simply download the latest version of the extension and update it to your site. After that, the problem will be solved .
Regards,
Tuan
I think this problem is because you don't have latest built of the extension installed on your site. So to fix this issue, you can simply download the latest version of the extension and update it to your site. After that, the problem will be solved .
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
14 years 2 months ago #5372
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Order of custom fields displayed in Events Booking
Hi
If you don't want to re-install the extension, you can simply fix the issue follow the below steps :
1. Open the file components/com_eventbooking/helper/fields.php .
2. Look at line 79 :
and change it to :
After that, save the file and re-upload to your server. And the problem will be solved .
Thanks,
Tuan
If you don't want to re-install the extension, you can simply fix the issue follow the below steps :
1. Open the file components/com_eventbooking/helper/fields.php .
2. Look at line 79 :
Code:
$sql = 'SELECT * FROM #__eb_fields WHERE '.implode(' AND ', $where);
and change it to :
Code:
$sql = 'SELECT * FROM #__eb_fields WHERE '.implode(' AND ', $where).' ORDER BY ordering';
After that, save the file and re-upload to your server. And the problem will be solved .
Thanks,
Tuan
Please Log in or Create an account to join the conversation.
- kbarnes
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
- Thank you received: 2
14 years 2 months ago #5385
by kbarnes
Replied by kbarnes on topic Re: Order of custom fields displayed in Events Booking
Tuan,
Thanks so much and that updated line of code works perfectly! Your support and quick responses are very appreciated and I will add a comment about your work in the extensions section of the Joomla site.
Thanks again very much.
Thanks so much and that updated line of code works perfectly! Your support and quick responses are very appreciated and I will add a comment about your work in the extensions section of the Joomla site.
Thanks again very much.
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.