Plugin Directory

Changeset 693578


Ignore:
Timestamp:
04/08/2013 10:05:46 AM (13 years ago)
Author:
antonchanning
Message:

Fixed some errors in formatting and text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • buddypress-custom-profile-filters/trunk/readme.txt

    r693564 r693578  
    44Requires at least: 2.5
    55Tested up to: 3.5.1
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77
    88Allows users to take control of the way that the links in their Buddypress profiles are handled.
     
    3232== Notes ==
    3333
    34 The plugin checks each profile for curly brackets and activates if it finds any. If no square brackets are found, the default automatic filter will kick in.
     34The plugin checks each profile for curly brackets and activates if it finds any. If the 'bbPress2 shortcode whitelist' plugin
     35is installed, any shortcodes approved by admin can be used in profile fields. For example, codes from the 'bbPress BBCode'
     36plugin.
    3537
    36 You might want to insert a small explanation into your BP profile edit template (/wp-content/bp-themes/[your-member-theme]/profile/edit.php that tells your site's users how to use these brackets. Here's what I use:
     38You might want to insert a small explanation into your BP profile edit template (/wp-content/bp-themes/[your-member-theme]/profile/edit.php that tells your site's users how to use these brackets. For example:
    3739   
    38 "Words or phrases in your profile can be linked to the profiles of other members that contain the same phrases. To specify which words or phrases should be linked, add square brackets: e.g. "I enjoy [English literature] and [technology]." If you do not specify anything, phrases will be chosen automatically."
     40"Words or phrases in your profile can be linked to the profiles of other members that contain the same phrases. To specify which words or phrases should be linked, add square brackets: e.g. "[b]Life's a beach![/b] I love {icecream} and {swimming}."."
    3941
    4042Future features include: admin tab with toggle switch; ability to tweak BP's automatic profile filter (e.g. to parse semi-colon separated lists in addition to commas).
     
    4244== Changelog ==
    4345
     46= 1.1 =
     47* Mainly corrected errors in the readme.txt
     48
    4449= 1.0 =
    4550* Changed to use curly brackets instead of square.
    4651* Added detection of shortcode whitelist
    4752
    48 = Versions below refer to the 'Custom Profile Filters for BuddyPress' plugin from which this plugin was forked.
     53= Versions below refer to the 'Custom Profile Filters for BuddyPress' plugin from which this plugin was forked. =
    4954= 0.3 =
    5055* Conforms to BP 1.2 standards for loading order
Note: See TracChangeset for help on using the changeset viewer.