B
by lenasterg
5 (2 reviews)
BP Groups Suggestions
Adds Suggested groups functionality into BuddyPress.
Tested up to WP 6.2.9 (Current: 6.9.4)
v2.1.0
Current Version v2.1.0
Updated 2 years ago
Last Update on 22 Feb, 2024
Refreshed 7 hours ago
Last Refreshed on
Rank
#22,504
+11 this week
Active Installs
40+
-9.1%
KW Avg Position
23
+0.5 better
Downloads
7.2K
+1 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(2 reviews)
Next Milestone 50
40+
50+
1,591
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 5 more installs to reach 50+
Rank Changes
Current
#22,504
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
5.0
2 reviews
Overall
100%
5
2
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| suggested groups widget | 15 | — | Tag | 10 hours ago |
| suggested groups | 31 | — | Tag | 10 hours 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
- 2.1.0
- Last Updated
- Feb 22, 2024
- Requires WP
- 4.6+
- Tested Up To
- 6.2.9
- PHP Version
- N/A
- Author
- lenasterg
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 2
- 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,719
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#956
User Switching
200K+ installs
#251
Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin
200K+ installs
#261
Photo Gallery by 10Web - Mobile-Friendly Image Gallery
200K+ installs
#280
Frequently Asked Questions
Common questions about BP Groups Suggestions
add_excluded_groups_suggestions: Allows developer to exclude groups from displaying as suggested. For example, see function my_groups_to_exclude on bp-suggest-functions.php get_possible_groups_suggestions_by_plugin: Allows developer to add groups into suggestion list For example, see function my_groups_suggestions on bp-suggest-functions.php add_users_for_group_search: Add users which groups should be used for group search. From example, see function friends_for_group_suggestion_ls on bp-suggest-functions.php bp_get_group_remove_suggestion_button: Allow developer to change the look and action of remove suggestion button ls_group_suggestions_description: Change the message on group_loop head. From example, see function friends_grsug_ls_description which is used inside friends_for_group_suggestion_ls on bp-suggest-functions.php I think there should be more suggested groups Only recenlty active groups are displayed. Recently active means 'last_activity' date of group is < BP_GROUP_SUGGESTIONS_GROUPS_LAST_ACTIVITY_INTERVAL . " " . BP_GROUP_SUGGESTIONS_GROUPS_LAST_ACTIVITY_INTERVAL_TYPE. . Default setting is groups active the last 4 weeks, which means BP_GROUP_SUGGESTIONS_GROUPS_LAST_ACTIVITY_INTERVAL = '4' and BP_GROUP_SUGGESTIONS_GROUPS_LAST_ACTIVITY_INTERVAL_TYPE='WEEK'. Both consts are defined at the beginning of loader.php file.
Sure. Actually, I would be happy if someone gives a hand to make the best of the suggested groups idea. Various things (brainstorming) which need to be fixed are available on /ideas.txt