B
by shanebp
3.7 (12 reviews)
BuddyPress Simple Events
A simple Events plugin for BuddyPress or the BuddyBoss Platform.
Tested up to WP 6.8.5 (Current: 6.9.4)
v6.1
Current Version v6.1
Updated 11 months ago
Last Update on 19 Apr, 2025
Refreshed 6 hours ago
Last Refreshed on
Rank
#12,537
—
No change
Active Installs
200+
—
No change
KW Avg Position
144
—
No change
Downloads
26K
+4 today
Support Resolved
0%
—
No change
Rating
74%
Review 3.7 out of 5
3.7
(12 reviews)
Next Milestone 300
200+
300+
1,145
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 61 more installs to reach 300+
Rank Changes
Current
#12,537
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
3.7
12 reviews
Overall
74%
5
8
(67%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
4
(33%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| buddyboss | 144 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 6.1
- Last Updated
- Apr 19, 2025
- Requires WP
- 4.0+
- Tested Up To
- 6.8.5
- PHP Version
- 7.2 or higher
- Author
- shanebp
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 3.7
- Reviews
- 12
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,720
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#956
Popup Builder – Create highly converting, mobile friendly marketing popups.
200K+ installs
#263
پارسی دیت – Parsi Date
100K+ installs
#377
LatePoint – Calendar Booking Plugin for Appointments and Events
100K+ installs
#378
Frequently Asked Questions
Common questions about BuddyPress Simple Events
Yes, if you select to use that option. If you need help, read this tutorial Google Maps API Key I created a future event but it shows only in Archive folder This is due to a difference between English and European preference re date format. The fix is simple. Open this file in a text editor: bp-simple-events-pro/inc/js/events.js Find: dateFormat: 'DD, MM d, yy' For Europe, change it to: dateFormat: 'dd-mm-yy' Or whatever you prefer You will then need to : * upload the edited events.js file * clear your browser cache ( just the files ) to insure that the js file reloads * edit any existing Events and reset the date
No.
Yes - if the Calendar supports assigning custom post types
Yes, by using the filter hook. Place this function in your theme > functions.php function pp_events_category_filter( $args ) { $args = array( "child_of" => -1 ); return $args; } add_filter( "event_cat_args_filter", "pp_events_category_filter", 1, 1 );