콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

Bainternet User Ranks

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Bainternet User Ranks

작성자: Bainternet
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

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

This is aimed at multi Author,User blogs which you can create rank levels in your blog based on author post count, comment count or both. Its ranking system similar to a forum.

features

  • Add as many Titles as you want and the minimum point to reach that Title.
  • Set the point count for each post.
  • Set the point count for each comment.
  • Display Title, points or both.
  • Insert automagicaly.(NEW)
  • User rank ShortCode.(NEW)
  • Get top Ranked ShortCode.(NEW)
  • Get top Ranked Template Tag.(NEW)

any feedback or suggestions are welcome.

check out my other plugins

스크린샷

admin panel of Bainternet User Ranks
admin panel of Bainternet User Ranks

설치

Simple steps:

  1. Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation.

  2. Then activate the Plugin from Plugins page.

  3. Go to Plugins option panel named “Bainternet User Ranks” under options.

  4. Setup your Titles and Points levels and maybe other settings.

  5. save!.

FAQ

How Can I Use the ShorCode?

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"]

How Can I Use the Top ranked ShorCode?

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"]

How Can I Style, Design the shortcodes output?

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.

Nice, what are the shortcode template tokens that I can Use?
  • [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
How Can I Use the Top ranked template tag?
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 is happening, whats Wrong?

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

Why do i get just the points?

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

Hot can i get top ranked users?

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’];
}
?>

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Bainternet User Ranks”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자
  • Bainternet
  • adsbycb

자국어로 “Bainternet User Ranks”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록을 RSS로 구독하세요.

변경이력

1.5.2 Fixed Missing argument 2 for wpdb::prepare(),

1.5.1 Fixed activation error.

1.5.0 Fixed Warring after comment deletion.

1.4.0 Fixed minor bug

1.3.1 Fixed unexpected output on activation (due to incorrect encoding).

1.3.0 added Top ranked template tag, shortcodes, auto insert for posts.

1.2.0 Added top ranked user feature.

1.1.0 Fixed unexpected output on activation (due to incorrect encoding).

1.0.0 Big changes: the plugin now saves the user rank and title in the usermeta table so it makes less calls and calculations on the fly making it much faster.

0.2.2 quick bug fix plugin brake on user comment count.

0.2.1 remake from the ground up.

0.1 inital release.

기초

  • 버전 1.5.2
  • 최근 업데이트: 10년 전
  • 활성화된 설치 10+
  • 워드프레스 버전 2.9.2 또는 그 이상
  • 다음까지 시험됨: 4.7.0
  • 언어
    English (US)
  • 고급 보기

평점

아직 제출된 리뷰가 없습니다.

Your review

모든 리뷰 보기

기여자

  • Bainternet
  • adsbycb

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

기부

이 플러그인이 발전하도록 도우시겠습니까?

이 플러그인에 기부하기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • 미래를 위한 5가지
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.