Registrations Management- adding custom field "Checked in" Field display lost

  • David Unwin
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
4 years 2 months ago #141436 by David Unwin
We have added some custom fields to our EB system. We want to display these in Registration Management. The problem is that when we add them we loose the Checked in field from the display and we can't scroll to the checked in field. The following screen shots show the problem we have
Here is the screen shot without custom field
 
Then we add custom field
 
You can seen the check in field has gone and we can't scroll to it. So I then set Organisation to not display in Registrants list as we do not need it here. Then we see the check in field back.
   
Now we get the checkin fileld back.
The problem is that now I would like to add another custom field. But if I do so we will loose the checkin field again!
There are other fields we don't really need such as Registration date and amount. However, these are fields you have no control over as to if they are displayed or not.
It would be nice if we could have contol over what fields are displayed or have the checked in field moved to left hand side of display so that it is not lost
 
Any ideas?


 

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

  • David Unwin
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
4 years 2 months ago #141437 by David Unwin
Partly answered my own question.
In configuration/Themes you can turn off fields
 
I still think it would be nice if checked in field could be moved to the left. 

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

More
4 years 2 months ago #141449 by Tuan Pham Ngoc
You will have to do code modification yourself, this is something hard to be configurable

Just modify code in the file components/com_eventbooking/themes/default/registrants/default.php to move it to the position you want. Once the modification is done, move that modified file to PATH_TO_TEMPLATE/html/com_eventbooking/registrants folder so that the change won't be lost when you update to future releases of the extension

Regards,

Tuan

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

Moderators: Tuan Pham Ngoc