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

Buddypress Profile Views

설명

Show number of profile views count by all members only or all viewers (members and guests).

Major Updates:

  • Now you can set either only member views or all viewers.
  • Now you can set custom string before views
  • Use shortcode [bp_profile_viewcount user_id=xxx] to show count where ever you want.
  • Use function “get_bp_userviews(user_id)” in your custom code to display view count.

Any queries please send emails to gopal@dhrusya.com.

스크린샷

설치

installing and using buddypress-profile-views is easy:

  • Upload /buddypress-profile-views/ to the /wp-content/plugins/ directory
  • Activate the plugin through the \’Plugins\’ menu in WordPress
  • Done. Now you can see profile views on account page.

FAQ

Default settings

When Activated, goto “Buddypress Profile Views Settings” menu , and set “Display text” and “Count views” parameters.

Under “Display Text” setting you can provide any language string to display.

후기

2020년 11월 2일 답글 3개
Like others already said, this plugin leaves a mess of session files in your website folder. Also it seems to throw in some loop back error in WordPress health check. So till this plugin is updated I advise everyone to not install it… and if you look at the forum how long ago this error is I believe the developer does not want to fix this… take it down if you don’t want to fix this … how hard can it be. this is the problem with WordPress plugins it seems a nice plugin to have. But people just leave the plugin in a non-working state online full of errors… Edit 1: Yes the session files are gone now… Thanks for that and the fast response! Awesome didn’t expect that. Still having an issue that the plugins throws error in site health check. To be clear I use it with BuddyBoss and BuddyX theme. Maybe there is some incompatible with that. But when I activate the plugin this is the error I get and it disappears when I deactivate it The REST API request failed due to an error. Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received
2019년 8월 24일
I am very sorry to write a negative review of someone’s hard work, but this plugin is not something to install on your BuddyPress site. The plugin writes tons upon tons of session files – often in random folders and can throttle your site. This: [/home/sitename]# grep -in session_save ./public_html/wp-content/plugins/buddypress-profile-views/bp_profile_views.php 20: session_save_path(“../”) ; is likely the guilty piece of code. I wish the developer the best of luck if he/she decides to tackle this again. It would be a very handy thing to have. But, until and unless there is a new release of this plugin, I strongly advise against installing it.
2016년 9월 3일
I am now able to track how many views each profile page receives. There was a small glitch at first but Gopal was quick to respond to my email and fix the issue!
2016년 9월 3일
Now i can see my profile viewers count,It is very helpful.
모든 10 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

2.02

  • Tested upto wordpress 6.4.1

2.01

  • Small bugs resolved

2.0

  • More polished code
  • Admin settings page added.
  • Shortcode and function implemented for developers
  • Count views members only or all viewers.

1.8

  • Session problem on some sites rectified.
  • Plugin Uninstall problem rectified.

1.5 1.6 1.7

  • Guest views also recording now.

1.4

  • Now more stable

1.3

  • More errors corrected

1.2

  • More errors corrected

1.1

  • Corrected Missing argument 2 for wpdb::prepare() error.

1.0

  • First Version