B
by Bainternet 1 (0 reviews)

Bainternet User Ranks

Create and display user rank titles based on there post count, comment count or both.

Bainternet User Ranks ranks #39,192 among WordPress.org plugins with 10+ active installations, a 1/5 rating from 0 reviews, and was last updated Dec 13, 2016. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 4.7 (Current: 7.1.1)
v1.5.2 Current Version v1.5.2
Updated 9 years ago Last Update on 13 Dec, 2016
Refreshed 8 hours ago Last Refreshed on
Top 50% by installs No update in over a year
View on WordPress.org
Rank
#39,192
+12265 this week
Active Installs
10+
-16.7%
KW Avg Position
61.3
0.3 worse
Downloads
7.6K
+2 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 20

Total Progress 20%
10+ 20+
25,930
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
Upgrade to Pro
Need 8 more installs to reach 20+

Rank Changes

32,505 35,667 38,829 41,990 45,152 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
31,958 36,155 40,352 44,548 48,745 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Current #39,192
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
0 10 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.5.2
Last Updated
Dec 13, 2016
Requires WP
2.9.2+
Tested Up To
4.7
PHP Version
N/A
Author
Bainternet

Support & Rating

Rating
★ ☆ ☆ ☆ ☆ 1
Reviews
0
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about Bainternet User Ranks

Simple just add [user_rank] in your post content and if you want to get the rank of another user (default is post author) then just set user_id to the id of the user who's rank you want eg: [user_rank user_id="23"]
Once again very simple just add [user_rank_top] which will get you a list of top 5 ranked users, you can change the number , item wrapper and container eg: [user_rank_top number="20" container="ol" item_wrapper="li"]
Both Shortcodes use a simple templating system which takes tokens and replaces them with the user data eg: [user_rank] [user-firstname] [user-lastname] [title] [points] [/user_rank] Just make sure you enter the template after the shortcode tag and add aclosing tag.
[title] - prints the user's rank title [points] - prints the user's points [user_login] - prints the user's login [user_nicename] - prints the user's nicename [user_email] - prints the user's email [user_url] - prints the user's URL [user_firstname] - prints the user's First name [user_lastname] - prints the user's last name [user_description] - prints the user's description/bio
get_top_users($number); foreach($top_users as $u){ $user_info = get_userdata($u['user_id']); echo "User: ".$user_info->user_login. " Points: " . $u['points]. " Title: ". $u['title']. ""; }?>
Nothing you just need to call the plugin in your theme file something like this: <?php $baur_plugin = new baur_Plugin(); $user_rank = $baur_plugin->ba_get_user_points($user_id); echo "Points: " . $user_rank;?> And you must set $user_id
You need to pass another parameter to the 'ba_get_user_points' function (Boolean , default false) to get an array that contains both Title and Points. ba_get_user_points($user_id,true); echo "title: ". $user_rank['title'] . "Points: " . $user_rank['points'];?> Once again you must set $user_id
use get_top_users method with the number of top users you want , for example to get the top 5 use: get_top_users(5); foreach ($top_users as $user){ $user_info = get_userdata($user['user_id']); echo $user_info->user_login . " title: ". $user_rank['title'] . "Points: " . $user_rank['points']; } ?>

More plugins by Bainternet

Sign In / Register

You need to sign in or register to use this feature.