Hi Zied,
You’re welcome. It’s possible but it’s not something that is provided for. You would need to register a query variable, use pre_get_posts to obtain the value of that query variable and set the post_author to the ID of the requested author.
Optionally you could also create a rewrite rule to ‘prettify’ the url of a particular user’s events.
Sorry that I’m being rather sparse with details, I hope that at least points you in the right direction!
Thank You Stephen,
But I have a problem with get_transient( ‘eo_widget_calendar’ ), I can’t edit this function
Thnak you
Hi – reading this post:
i want to create a multi user diary system using Event Organiser and the Front end submissin addon.
In terms of functionality, the only thing missing, as far as I can tell, is the ability for a WP user to view a list or cal of their own events.
My system would need a user event view and a combined (all user) event view
How can I do this ?
thanks a lot
joe
Perhaps combining with something like this:
https://wordpress.org/plugins/the-loops/
This plugin can create custom loops, querying custom post types using a number of different parameters, including author ID – outputting front end loops in templates
Only key issue I can see, is to create a loop (list) of users events that can be clicked to edit the event in EO user front end form
any thoughts ?
Joe