Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,015
- How-to & Troubleshooting
- 129,623
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,384
- Miscellaneous
- 9,175
-
@peterverkooien you could easily do that with bp-events. You just need to find where all the links are that mention “Create Event” and wrap that in an if ( site_admin ) statement. Than only you will be able to create events. That’s why it is nice to use components that use the BuddyPress framework, since they are more extensible.