Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi,

    Because events in Events Manager are a custom post type you should be able to use this kind of code:

    https://www.ads-software.com/support/topic/authors-page-for-custom-post-type-1?replies=4

    Thread Starter Sapan Gupta

    (@forsapan)

    Thanks.

    I managed to display user events. Can you please let me know how can I get particular user events total fund.

    Please let me know.

    Thanks a lot.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    events total fund

    does that mean the cost of a booking or something else?

    Thread Starter Sapan Gupta

    (@forsapan)

    I mean the total amount collected by particular event by various users subscription.

    So, just to be clear – you want the total amount of all tickets booked under an event, yes?

    Thanks

    Thread Starter Sapan Gupta

    (@forsapan)

    yes

    To do that you’d need to use a custom WP_Query that queries the wp_em_bookings table and totals every instance of booking_price that matches the event_id.

    Thread Starter Sapan Gupta

    (@forsapan)

    OK. Thanks a lot for your support.
    I need to know one more thing.
    I am going to purchase the PRO version of this wonderful plugin. But before that I want to make sure that things like I discussed above would be possible. Actually, I have to display the events booking information with respect to the owner of the event and also the user information those have subscribed for the events. I have checked your documentation but the things seems bit complicated. I couldn’t find any function which queries for given condition and returns an array. So that I can manage to display the information.

    Please share your thoughts with me.

    These things are all possible, but they’re not standard features so you’d need to do some custom coding to get them to work.

    What you’ll need to do is create custom WordPress queries to pull put the data. I’d take a look at the WP_Query link above – that’s the function you’d need to use the most to achieve the things you’ve mentioned in this thread.

    Thread Starter Sapan Gupta

    (@forsapan)

    OK. I would try using the above link. Can I ask you the things those won’t output as I required?

    By the way, I appreciate your help and support. I will look forward to work around PRO version.

    Thank you so much.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    I have to display the events booking information with respect to the owner of the event and also the user information those have subscribed for the events.

    can I know where do you want to display this info? eg. in single event page or in the booking email ?

    thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Event of user’ is closed to new replies.