customizing the display list

  • Sandrine
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 2 months ago #112775 by Sandrine
customizing the display list was created by Sandrine
Hello,

I posted the list of subscribers on my site. I would like to post the status of registration. How to do ?

I would also like visitors to sort the list by last name, first name, city, ...

Can we delete the date of registration? (always for frontend display)

Can we display more than 20 entries per page? (Frontend)

(sorry if my english is bad, i only speak french :-))

Thank you very much !!!

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

More
7 years 2 months ago #112789 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic customizing the display list
Hello

1. We don't show it. So if you want to show registration status, you will have to edit code. Look at the file components/com_eventbooking/view/registrantlist/tmpl/default.php and try to customize it to show this extra column.

2. Again, need to edit code to delete it. Look at the file above, and you will be able to delete it

3. Login to administrator area of your site, access to System - Global Configuration, change Default List Limit setting to the value you want and it will affect number of registrants displayed on the page

4. It's not easy to sort registrants list base on these conditions. Need to implement code as override, so if it's really needed, you can submit a support ticket sending us super admin account of your site so that we can implement this override for you

Tuan

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

Moderators: Tuan Pham Ngoc