Changeset 2098055
- Timestamp:
- 05/30/2019 04:42:04 PM (6 years ago)
- Location:
- profile-links-for-buddypress
- Files:
-
- 15 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
profile-links-for-buddypress/trunk/readme.txt
r2023748 r2098055 3 3 Tags: buddypress, profile, links, dynamic, user, member 4 4 Requires at least: 4.9 5 Tested up to: 4.9.75 Tested up to: 5.2.1 6 6 Requires PHP: 5.6 7 Stable tag: 1. 37 Stable tag: 1.4 8 8 License: GNU GPL V3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html 10 10 11 11 == Description == 12 Adds the ability to generate dynamic profile links for BuddyPress users in pages, posts, CPTs and HTML / text widgets. When a user is logged out the message "You need to login to see this link" is displayed instead of the profile link. Tested and working with BuddyPress 3.1 12 Adds the ability to generate dynamic profile links for BuddyPress users in pages, posts, CPTs and HTML / text widgets. When a user is logged out the message "You need to login to see this link" is displayed instead of the profile link. 13 14 Tested and working with BuddyPress 4.3.0 and WordPress 5.2.1 13 15 14 16 #### Usage examples … … 16 18 `[profile url="messages/" text="Inbox"]` 17 19 18 `[profile url="messages/sent /" text="Sent"]`20 `[profile url="messages/sentbox/" text="Sent"]` 19 21 20 `[profile url="profile/change-avatar/" text="Update your profile picture"]`22 `[profile class="my-custom-class" url="profile/change-avatar/" text="Update your profile picture"]` 21 23 22 24 If you do not define a value for the URL attribute a generic link will be generated to the members profile. A value must always be defined for the text attribute. … … 42 44 43 45 == Changelog == 46 1.4 47 48 New 49 50 - Added ability to define a class use `class="my-custom-class"` in shortcode. See examples for more details. 51 - Added warning notice to WordPress plugins page if BuddyPress is not active 52 53 Fixes 54 55 - N/A 56 57 Tested 58 59 - WordPress 5.2.1 60 - BuddyPress 4.3.0 61 44 62 1.3 45 63
Note: See TracChangeset
for help on using the changeset viewer.