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

BuddyPress Wall

外掛說明

BuddyPress Wall (BP-Wall) turn your Buddypress Activity Component to an activity stream similar to a Facebook “Wall”.

When you install BP-Wall, the members can post status, updates and reply on each other’s walls.

BP-Wall turn the Favorite/Unfavorite module of Buddypress to a facebook “I Like/Unlike” system.

BP-Wall change add a new comment system similar to Facebook.

螢幕擷圖

  • New comment system (Like Facebook) - A member can write a new comment just by typing a comment and pressing Enter to send or Esc to cancel.
  • Write in the Wall of you friend - Member can write in the wall of his friends.
  • Activity Member wall - The Activity tab is now Wall Tab, all activities personal, friends and groups are printed are orderd in one screen : News Feed.
  • I-Like/Unlike system - Member can “Like/Unlike” a post.

安裝方式

Download and upload the plugin to your plugins folder.

Then Activate the plugin.

常見問題集

Buddypress Wall use BuddyPress theme compatibility.

Using Child Theme of the BP Default ?

If you use a child theme for buddypress default theme, you must costumise the plugin template for your theme.

By copying /wp-content/plugins/buddypress-wall/includes/templates/bp-default/ to your WordPress theme you can override the template that comes with the plugin.

The files template will be placed in the buddypress activity,groups and members directory.

9 template should be customised :

activity/activity-wall-loop.php
activity/entry-wall.php
activity/index-wall.php
activity/post-wall-form.php

groups/single/activity-wall.php
groups/single/home-wall.php

members/single/activity-wall.php
members/single/home-wall.php

For example, to update the activity/activity-wall-loop.php template,
open the template file in your favorite editor or IDE and open the template
activity/activity-loop.php (without -wall-) and replacing the template activity-wall-loop.php
by code from activity-loop.php and keeping only the bp-wall php code (marked between and ) in the activity-wall-loop.php.

for example in activity-wall-loop.php, the
code

is used to load activity-wall-loop.php instead this code

used in the default buddypress template.

so you must replace the template content and keep the bp-wall script.

Where to find support?

Please post on the WordPress support forum(https://wordpress.org/support/plugin/buddypress-wall).

For bug reports or to add patches or translation files, visit the Buddypress Wall Github page.

使用者評論

2016 年 9 月 3 日
Nice concept, but Crashed my BP profile page... the developer clearly has abandoned this plugin, so lets not hope for any updates to make it better
2016 年 9 月 3 日
Does indeed work, but after activating there is no submit button for reaction anymore. not workable with mobile phones
閱讀全部 14 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈BuddyPress Wall〉的開發相關工作。

參與者

將〈BuddyPress Wall〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.9.4

  • Compatibility with Buddypress 2.2.x
  • Fix javascript error : jQuery.easing[this.easing] is not a function.* Fix Notice: bp_setup_current_user was called incorrectly.

0.9.3

  • Fix empty activity title.

0.9.2

  • Work on Multisites Network.
  • Fix bug : notification tab not show on member page.
  • Fix bug when friends and/or groups component is/are disabled.

0.9.1

  • Remove debug messages.

0.9

  • Fix bug, Activity feed has numbers after username.
  • Translation ready
  • Add Event keyboard (Shift+Enter) for new line comment.

0.8.2

  • Fix bug, personal Activity is Missing Load More Button.
  • Remove activity filter select from wall Page template

0.8.1

  • Fix error message on the sitewide activity screen.

0.8

  • Initial release.