Changeset 693578
- Timestamp:
- 04/08/2013 10:05:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
buddypress-custom-profile-filters/trunk/readme.txt
r693564 r693578 4 4 Requires at least: 2.5 5 5 Tested up to: 3.5.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 8 8 Allows users to take control of the way that the links in their Buddypress profiles are handled. … … 32 32 == Notes == 33 33 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. 34 The plugin checks each profile for curly brackets and activates if it finds any. If the 'bbPress2 shortcode whitelist' plugin 35 is installed, any shortcodes approved by admin can be used in profile fields. For example, codes from the 'bbPress BBCode' 36 plugin. 35 37 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:38 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. For example: 37 39 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}."." 39 41 40 42 Future 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). … … 42 44 == Changelog == 43 45 46 = 1.1 = 47 * Mainly corrected errors in the readme.txt 48 44 49 = 1.0 = 45 50 * Changed to use curly brackets instead of square. 46 51 * Added detection of shortcode whitelist 47 52 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. = 49 54 = 0.3 = 50 55 * Conforms to BP 1.2 standards for loading order
Note: See TracChangeset
for help on using the changeset viewer.