• Resolved thor86

    (@thor86)


    Hi,

    Thank you for this great plugin and for the continuous development!
    There is something that I am trying to implement and I wanted to check if that is doable with this awesome plugin.
    I would like to be able to register a group of users (which are wordpress users) to a certain event.
    I tried using using switcher plugin, but that only allows to register a single user, I would like to be able from the admin panel, the event page, to be able to select from a dropdown the users that I want to register for an event. Can you tell me please what is the function that provides the functionality to register an user to an event?
    Can you give me please an idea to start implementing this?

    Thank you so much in advance for your help!!!

    https://www.ads-software.com/plugins/events-manager/

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

    Are you wanting to do this from inside WordPress admin or via the front-end of your site?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    also, are you using buddypress? if yes, you can use or select a group at Group Ownership metabox.

    Thread Starter thor86

    (@thor86)

    Hi,

    Thank you for your replies.
    I am trying to do that from inside WordPress admin (in the event page). I was able to create a dropdown with all the wordpress users, I am able to select which ones of them I want to register to a certain event, but now comes the difficult part, to actually register the users to the event.

    Thanks so much for your support and for this awesome plugin!!!

    Thread Starter thor86

    (@thor86)

    Also, I am not using buddypress.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    EMPro has this feature which I think you need or atleast something like this?

    https://wp-events-plugin.com/documentation/manual-bookings/

    Thread Starter thor86

    (@thor86)

    Hi angelo,

    I actually need to select multiple users and register all of them at the event, not only one at a time..
    For example if there are 40 users that I want to manually register for an event, it would be difficult to register only one at a time.

    Thanks!

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Sorry, we don’t have a mass-registration feature.

    Thread Starter thor86

    (@thor86)

    Hi Marcus,

    Thank you for this great plugin and for your reply.
    Can you give me please a starting point for implementing this functionality?

    Have a great day!

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Sorry, you’d need to dig in yourself for this or hire someone, it’s somewhat complex and requires experienced php programming

    a good place to start would be in em-actions.php after this line:

    if ( $_REQUEST['action'] == 'booking_add') {

    Thread Starter thor86

    (@thor86)

    Thank you Marcus! I will try that!

    Have a great day!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘manually register group of users to an event’ is closed to new replies.