Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    you could use shortcodes, or PHP :

    [events_list owner=”x”]

    EM_Events::get(array(‘owner’=>x));

    where x is the user id

    Thread Starter jnz31

    (@jnz31)

    i dont know, if you got me right. or maybe im not getting you..

    i want to modify the general search field, to be capable to search for the event owner, which is a standard wp author.

    where should i modify what..?
    (i think i have to modify the plugin core. correct me if im wrong..)
    and yes, im still willing to pay for that feature..

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    ah, i see. You’d need to modify the search template in templates/templates/events-search.php, which you can copy to you theme and override there so it’s upgrade safe.

    You’l also need to modify the events-list.php template in the same folder so that it takes into account that you are seaarching for event owners too, which would mean adding the owner key to your search array as above.

    This is something you’d have to sort out yourself though, so you may need to hire a developer for this. Hope that helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Events Manager] Feature Request: Search for event owner’ is closed to new replies.