這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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.

常見問題集

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