开发者 | r-a-y |
---|---|
更新时间 | 2010年11月18日 12:52 |
捐献地址: | 去捐款 |
PHP版本: | WP 3.0 & BuddyPress 1.2.6 及以上 |
WordPress版本: | WP 3.0.1 & BuddyPress 1.2.6 |
By default, the plugin uses inline CSS to hide a few elements.
If you prefer to outright remove these elements, read the following:
To remove the @mentions tab from the activity directory, copy over /bp-default/activity/index.php to your child theme and remove the hardcoded <li id="activity-mentions">
list item.
To remove the @user (?)
button from the member profile page, copy over /bp-default/members/single/member-header.php to your child theme and remove the hardcoded <span class="highlight">
from the <h2>
.
Then, disable the inline CSS by adding the following in wp-config.php:
define( BP_NO_MENTIONS_DISABLE_INLINE_CSS', true );
I do not check the forums on wordpress.org. The best place to reach me is on:
Free support is provided when I have the time.