Support

Home Forums Event Espresso Premium Add Columns to Event Admin Table List

Add Columns to Event Admin Table List

Posted: January 15, 2018 at 6:59 am

Viewing 8 reply threads


Antonio Venneri

January 15, 2018 at 6:59 am

I would like to add columns in the Event Admin Table List with:

approved registration (already exists)
non approved registration
waiting for payment registration
wait list registration

I’ve found in history https://eventespresso.com/topic/event-admin-table-list/ but I am not able to understand how to the previous columns


Tony

  • Support Staff

January 15, 2018 at 9:50 am

Hi there,

I’m sorry, but I do not understand this last line:

I’ve found in history https://eventespresso.com/topic/event-admin-table-list/ but I am not able to understand how to the previous columns

Can provide more details?


Antonio Venneri

January 15, 2018 at 10:59 am

Hi tony,
I truncated some words. Try to reformulate:

I’ve found some instruction in topic: https://eventespresso.com/topic/event-admin-table-list/, but I am not able to understand, following the history of topic, how to add new columns following the example provided


Josh

  • Support Staff

January 15, 2018 at 1:53 pm

The example code from the other topic will indeed an a new column. That said, it will require a working knowledge of PHP and the WordPress plugin API to understand it. If you need a place to start, I can advise starting here:

https://pippinsplugins.com/a-quick-introduction-to-using-filters/

Also, if you’re not sure where to add your code that adds more columns, we recommend add the code to a functions plugin.


Antonio Venneri

January 18, 2018 at 2:30 am

Josh, thank you for you reply.
But my problem is to show in the Event List page some new columns with the number of:
non approved, wait list, waiting for payments
registration
as well as approved registration (

Now to have this information I need to go in each event detail

https://ibb.co/eOsKHR


Antonio Venneri

January 18, 2018 at 5:38 am

Josh, thank you for your answer.
But my problem seems quit different. I need to have three new columns in admin list page with:
non approved registration
waiting for payment registration
wait list registration

This informations are not in post-meta-data. I think they are in EE tables.

To have this information now I need to open each event to see ho many non approved, how many in wait list etc…

Let me know if you need further info for my scenario


Josh

  • Support Staff

January 18, 2018 at 6:39 am

You may need to hire a developer that has the skills needed to make these customizations. One other code example I can share with you is from the snippet library:

https://github.com/eventespresso/ee-code-snippet-library/blob/master/admin/bc_add_custom_column_to_admin_list_table.php


Antonio Venneri

January 18, 2018 at 8:48 am

Ok, I will try.
Do you think this request could be added to a feature release?
I think could be very useful for event administrators


Josh

  • Support Staff

January 18, 2018 at 10:14 am

Hi there,

I do not think more columns will be added because of resource constraints. Each time more data is queried for a request it can cause performance hits for most sites.

Viewing 8 reply threads

The support post ‘Add Columns to Event Admin Table List’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso