Posted: October 11, 2013 at 10:32 am
|
Still doing the test drive – loving it. I’m not getting the short code correct – I need to put a staff members calender of events into that staff members profile. It’s staff member #1. And below their profile I need the calender of events they have created, just theirs. Thanks. |
|
Hi, The calendar currently does not allow filtering by staff member, you could output a list of events instead by using [EVENT_LIST staff_id=”1″] |
|
That’s what I have, but I’m not getting the result. This is the calendar: http://www.demoee.org/edee/calendar/ This is what I have setup for code: http://i298.photobucket.com/albums/mm256/barefootmarket/staffmembers_zpsaad95fb6.jpg Is it wrong? Should I be checking other settings? |
|
After you had staff member 3 create an event, did you then assign the event to staff member 3 in the event editor under “Event Staff / Speakers”? You could create a category corresponding to each staff member and then create a calendar for each staff member filtered by category. It’s a bit more work, you have to remember to check off the category and event staff boxes each time you create an event. |
|
I’m not creating the events, our users (staff members) pay to create their own events in our community calendar. |
|
The staff management (that goes with that shortcode) is unrelated to the Roles and Permissions type of Event Manager that I think you are using. Under General Settings there is a setting for “Use Staff Manager”. If you turn that on you get an admin page where you can add staff members, then in the event editor at the bottom of the right column is where you can assign staff to the event. |
|
Ok, I came up with a way of adding a wp_user_id filter to the calendar (https://gist.github.com/sidharrell/6993165) and added it to your demoee.org site. If you change your calendar shortcode to: [ESPRESSO_CALENDAR wp_user_id="3"] then it should make a calendar of events created by user_id 3. If you go to the Users list and click on a user then look up in the address bar, you should see user_id= and a number. That is the number you want to use in the shortcode. |
|
YES!!!! |
The support post ‘Staff member and event list and short codes’ 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.