by Prashant Singh
5 (5 reviews)
BP Birthday Greetings
BP Birthday Greetings will send birthday greeting notification to the member from community.
Tested up to WP 6.5.8 (Current: 6.9.4)
v1.0.6
Current Version v1.0.6
Updated 1 year ago
Last Update on 16 Jun, 2024
Refreshed 6 hours ago
Last Refreshed on
Rank
#10,918
—
No change
Active Installs
300+
—
No change
KW Avg Position
15.3
-0.2 better
Downloads
17.6K
+2 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(5 reviews)
Next Milestone 400
300+
400+
670
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 55 more installs to reach 400+
Rank Changes
Current
#10,918
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
5 reviews
Overall
100%
5
5
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 4 of 4| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| members birthday notification | 8 | — | Tag | 1 day ago |
| birthday notification | 10 | — | Tag | 1 day ago |
| members birthday | 11 | — | Tag | 1 day ago |
| birthday | 32 | — | 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
- 1.0.6
- Last Updated
- Jun 16, 2024
- Requires WP
- 4.9.0+
- Tested Up To
- 6.5.8
- PHP Version
- N/A
- Author
- Prashant Singh
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 5
- 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
#262
Photo Gallery by 10Web - Mobile-Friendly Image Gallery
200K+ installs
#280
Frequently Asked Questions
Common questions about BP Birthday Greetings
After the activation of this plugin just go to the BuddyPress settings(options tab) page and there select the profile field, in 'Select DOB Field' option, that you have created for date of birth.
Yes! It can be translated easily.
There is one filter code that you can add in your child theme or any custom plugin: add_filter( 'bp_birthday_empty_message', 'ps_change_birthday_message' ); function ps_change_birthday_message() { _e( 'Your Changed Message Here', 'bp-birthday-greetings' ); }
Yes there is one shortcode [ps_birthday_list].
Width and height is to define profile picture width and height. Type is to define the type of the image you want to display. BuddyPress has two sets of avatar sizes: Thumb – defaults to 50px square Full – defaults to 150px square Note: If you chose type full or thumbnail but defined width and height lesser or higher than the default values then profile pic will be displayed according to the defined size. Also, if defined width and height is not reflecting then most probably any other plugin or your theme's CSS rules are overriding it.
Now, we have a filter for this. You can paste the below given code in your child theme's functions file or any site specific plugin's file: add_filter( 'bp_birthday_cake_img', 'ps_change_birthday_img' ); function ps_change_birthday_img() { $img = ''; return $img; }