Order of custom fields displayed in Events Booking

  • kbarnes
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
14 years 2 months ago #5353 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.

Please Log in or Create an account to join the conversation.

More
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

Please Log in or Create an account to join the conversation.

More
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 :
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
  • Junior Member
More
14 years 2 months ago #5385 by kbarnes
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.

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc