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

BuddyPress Activity Stream Bump to Top

설명

** IMPORTANT **
This plugin has been updated for BuddyPress 1.5.1

This plugin will “bump” an activity record to the top of the stream when an activity comment reply is made.

The original date_recorded is appended to the time_since filter with an additional class named: time-created. Both timestamps are displayed within the activity stream meta div

Related Links:

Extra Configuration

add a filter to bp_activity_bump_time_since (date_recorded, $bumpdate, $content)

설치

  1. Upload the full directory into your wp-content/plugins directory
  2. Activate the plugin at the plugin administration page
  3. Adjust settings via the Activity Bump admin page

FAQ

How do I exclude a certain activity type from being bumped?

The wp-admin screen for this plugin allows you to exclude certain activity types from being bumped.

How does it work?

When a new comment is posted to an activity record – this plugin will copy the original date_recorded to the activity_meta table. The main activity date_recorded is then overwritten with the last activity comment reply date.

I really do not like it and want my old dates back

Have no fear – you can revert the dates back to the original date_recorded via the plugin’s admin page. Perform this action before uninstalling.

My question isn’t answered here

Please contact me on http://etivite.com

후기

2016년 9월 3일 3 replies
This is a great plugin but has not been updated for a long time. Buddypress should incorporate this functionality as part of its core
모든 2 평가 읽기

기여자 & 개발자

“BuddyPress Activity Stream Bump to Top”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “BuddyPress Activity Stream Bump to Top”(을)를 번역하세요.

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

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

변경이력

0.5.1

  • BUG: fix network admin settings page on multisite
  • FEATURE: support for locale mo files

0.5.0

  • FEATURE: Restrict activity bump to certain users (site admins, all members, or wp_cap level)
  • BUG: updated for bp 1.5.1

0.3.1

  • Added filter bp_activity_bump_time_since to time-since output
  • Added ‘updated’ string next to bump timestamp

0.3.0

  • Plugin released

0.1.0

  • First bp hack version