I can edit events !
-
Hello,
My current WP configuration
Version of PHP / MySQL ??
Theme used: Driss
Extensions in place: Buddypress + Event Manager + Adminbar & dash
Name of the host: Infomaniak
Website address: https://www.dev.mkpbe.orgProblems encountered):
Hello,
I use “events manager” to organize events with buddypress.
Each user can create events.
My problem is : one time the event is creat, is no button to edit the event.I can not find any option of this type in manager events and the only way currently to change the event is to go through an admin.
Other important information is that users do not have access to the wordpress administrator bar (disabled with the plugin: Adminbar & dash.) There is no access to the edit button located on this bar ( except for the admin)
In the documentation of Events manager, there is a paragraph that talks about editing:
My Events (Add / Edit Events)
This is equivalent to the Add / Edit events interface in the administration area. You can add a new event by clicking the “Add New” link next to the page title. Note that administrators will see only the events they have, not all user events as in the administration area.
When an event is published, the event will also appear on the main events page (unless you are filming events).
https://d1mkunav5pg7l3.cloudfront.net/wp-content/uploads/2011/08/buddypress-my-events.pngYou are seeing on this image of the documentation, we dont see link “edit” and if I click on the name of the event, I arrive on the front-end page of the event.
I already found a solution by adding this code
<? php edit_post_link (); ?>
in the template of event-single.phpAnd this allows to have a button to edit the event … the problem is that editing in the wordpress editor and not in the visual editor of Events manager …
can you help me ?
Thank you
- The topic ‘I can edit events !’ is closed to new replies.