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

Profile Views for Ultimate Member

설명

Profile Views for Ultimate member plugin requires Ultimate Member Plugin to work.

This plugin uses api from ip-api.comto track visitor’s approximate location. By using this plugin you accept their Terms and Policies.

This plugin adds profile view notification to user’s profile and displays viewers details including name, location and time.

스크린샷

  • Profile View
  • Enable profile view feature

설치

This section describes how to install the plugin and get it working

AUTOMATIC INSTALLATION (EASIEST WAY)

To do an automatic install of Profile Views for Ultimate Member, log in to your WordPress dashboard, navigate to the Plugins menu and click
Add New.
In the search field type “Profile Views for Ultimate Member” by Simple Plugins. Once you have found it you can install it by simply clicking
“Install Now” and then “Activate”.

MANUAL INSTALLATION

Uploading in WordPress Dashboard

  • Download profile-views-for-ultimate-member.zip
  • Navigate to the ‘Add New’ in the plugins dashboard
  • Navigate to the ‘Upload’ area
  • Select profile-views-for-ultimate-member.zip from your computer
  • Click ‘Install Now’
  • Activate the plugin in the Plugin dashboard

Using FTP

  • Download profile-views-for-ultimate-member.zip
  • Extract the profile-views-for-ultimate-member directory to your computer
  • Upload the profile-views-for-ultimate-member directory to the /wp-content/plugins/ directory
  • Activate the plugin in the Plugin dashboard

The WordPress codex contains instructions on how to install a WordPress plugin.

Key Features List

  • Realtime profile view notification
  • Profile viewer’s approx. location, time and name.
  • Enable or Disable profile view feature for certain user roles.

Snippets

Track anonymous viewers (non-logged-in visitors):
Default: true
add_filter( ‘pvum_track_anonymous_users’,function( $v ){
return false;
});

Change view count refresh interval:
Default : 10000 (milliseconds)
add_filter( ‘pvum_count_refresh_interval’,function( $interval ){
return 15000;
} );

후기

모든 1 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Profile Views for Ultimate Member”(을)를 번역하세요.

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

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