Linux 软件免费装

Plugin Name

开发者 nuprn1
etivite
更新时间 2011年10月28日 11:22
捐献地址: 去捐款
PHP版本: PHP 5.2, WordPress 3.2.1, BuddyPress 1.5.1 及以上
WordPress版本: PHP 5.2.x, WordPress 3.2.1, BuddyPress 1.5.1

标签

buddypress hashtag activity hashtags activity stream

下载

0.1.0 0.2.0 0.3.0 0.3.1 0.4.0 0.5.1

详情介绍:

** IMPORTANT ** This plugin has been updated for BuddyPress 1.5.1 This plugin will convert #hashtags references to a link (activity search page) posted to the activity stream Works on the same filters as the @atusername mention filter (see Extra Configuration if you want to enable this on blog/comments activity) - this will convert anything with a leading # Warning: This plugin converts #hashtags prior to database insert/update. Uninstalling this plugin will not remove #hashtags links from the activity content. Please note: accepted pattern is: [#]([_0-9a-zA-Z-]+) - all linked hashtags will have a css a.hashtag - currently does not support unicode. Also works with Related Links:

安装:

  1. Upload the full directory into your wp-content/plugins directory
  2. Activate the plugin at the plugin administration page

升级注意事项:

0.5.0
  • BuddyPress 1.5.1 and higher - required.

常见问题:

What pattern is matched?

The regex looks for /#/ within the content and will proceed to replace anything matching /(^|\s|\b)#myhashtag/

Can this be enabled with other content?

Possible - try applying the filter bp_activity_hashtags_filter See extra configuration

Why convert #hashtags into links before the database save?

The trick with activity search_terms (which is used for @atmentions) is the ending since BuddyPress's sql for searching is %%term%% so #child would match #children

What url is used?

you may define a slug for hashtags via the admin settings page

My question isn't answered here

Please contact me on http://etivite.com

更新日志:

0.5.1 0.5.0 0.4.0 0.3.1 0.3.0 0.2.0 0.1.0