Linux 软件免费装
Banner图

BP Profile Shortcodes Extra

开发者 Venutius
更新时间 2024年2月28日 02:56
WordPress版本: 6.4.3
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcodes profile shortcode social BuddyPress members groups

下载

1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 2.1.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.3.0 2.5.3 2.0.0 2.2.0 1.0.0 2.5.4

详情介绍:

The ambition of this plugin is to provide all the shortcodes needed to create group and member profile dashboards using shortcodes. In addition is has wider features supporting general groups and member lists and the Activity "What's New" form. This is an extremely powerful plugin with many shortcode options allowing you to display a range of aspects from member profiles and groups. It includes an button to insert the shortcodes into the Classic WordPress editor and a range of Gutenberg Blocks where appropriate. For the Block Editor support for shortcodes is either via blocks where appropriate or via the Classic block, from here you will see the BP Profile Shortcodes Extra dropdown menu to select the appropriate code. The classic editor does not render shortcodes as part of it's preview capability currently, this may change as Gutenberg develops. Profile Shortcodes ** Group Shortcodes** ** Activity Shortcodes BP Profile Shortcodes Extra provides an updated range of BuddyPress shortcodes, it was build upon the BuddyPress Profile shortcodes plugin and supports all of it's features plus many more. Most of the shortcodes accept many parameters to allow the output to be customized and tailored to meet your needs. The following shortcodes are available: [bpps_profile_displayname] [bpps_profile_displayname user_id="1" class="member-name"] [bpps_profile_email] [bpps_profile_email user_id="bob" ] [bpps_profile_username] [bpps_profile_private_message_link] [bpps_profile_url] [bpps_profile_url text="Link to Profile"] [bpps_profile_url text="Link to Profile" button="button" ] [bpps_profile_url text="My Forums" profile_page="forums" user_id="bob"] [bpps_profile_field field="fieldname" tab="section"] ** [bpps_profile_field tab="Base" field="Name"] uses the original method to display the profile field. ** [bpps_profile_field option="Two" field="Name"] uses the option two method to display the profile field. [bpps_profile_field field="Name" user_id="2"] [bpps_profile_field field="Details" user_id="bill" tab="More"] [bpps_profile_avatar] [bpps_profile_avatar_url] [bpps_profile_avatar_link] [bpps_profile_cover_image] [bpps_profile_cover_image_url] [bpps_profile_cover_image_link] [bpps_profile_edit_url] [bpps_profile_edit_url text="Edit Profile"] [bpps_profile_header] #bppse-header { background-color: #f5f5f5; height: 320px; } .bppse-header-avatar { float: left; position: relative; top: -75px; left: 20px; } #bppse-profile-link { position: relative; left: 30px; } [bpps_profile_lists] [bpps_profile_lists user_id="bob" list_type="groups" created="true"] [bpps_profile_lists list_type=”members” members_sort=”newest” per_page=”4″ option=”avatar-grid-name”] [ bpps_profile_lists list_type=”group-lists” groups_sort=”active”] [bpps_profile_lists option=”avatar-grid” per_page=”3″ promoted_groups=”1,6,8″] [bpps_group_url slug=""] [bpps_group_url text="Link to Group" slug="test-group" ] [bpps_group_url text="Group Forum" page="forum" group_id="2" ] [bpps_group_avatar] [bpps_group_avatar_url] [bpps_group_avatar_link] [bpps_group_cover_image] [bpps_group_cover_image_url] [bpps_group_cover_image_link] [bpps_group_header] #bppse-grp-header { display: block; height: 350px; background-color: #f5f5f5; } #bppse-grp-header-cover-image { width: 100% } .bppse-grp-header-avatar { float: left; position: relative; top: -75px; left: 20px; } #bppse-grp-group-link { position: relative; left: 30px; } [bpps_group_members] [bpps_whats_new] [bpps_group_description] [bpps_group_field]

安装:

Option 1.
  1. From the Admin>>Plugins>>Add New page, search for BP Profile Shortcodes Extra.
  2. When you have located the plugin, click on "Install" and then "Activate".
  3. Edit your post or page to add the shortcodes
With the zip file: Option 2
  1. Upzip the plugin into it's directory/file structure
  2. Upload BP Profile Shortcodes Extra's structure to the /wp-content/plugins/ directory.
  3. Activate the plugin through the Admin>>Plugins menu.
  4. Edit your post or page to add the shortcodes
Option 3
  1. Go to Admin>>Plugins>>Add New>>Upload page.
  2. Select the zip file and choose upload.
  3. Activate the plugin.
  4. Edit your post or page to add the shortcodes

屏幕截图:

  • screenshot-2.png Profile List shortcode Group list outputs
  • screenshot-3.png Profile List shortcode friends list outputs
  • screenshot-4.png Profile List shortcode suggested groups list
  • screenshot-5.png Profile List shortcode suggested groups avatar-list

升级注意事项:

2.4.0
  • Added ability to use mention name as the user selector for profile shorcodes.

更新日志:

2.5.4 *Fix: replaced depricated functions. 2.5.3 *18/02/2024 2.5.2 2.5.1 2.4.1 2.4.0 2.3.5 2.3.4 2.3.3 2.3.2 2.3.1 2.3.0 2.2.0 2.1.0 2.0.0 1.9.3 1.9.2 1.9.1 1.9.0 1.8.0 1.7.6 1.7.5 1.7.4 1.7.3 1.7.2 1.7.1 1.6.2 1.6.1 1.6.0 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.0.0 = Added Profile Lists shortcode with options for Group or Friends lists. = Added Group shortcodes - Avatar, URL, Cover-Image, Member List and Header. = Added Profile Cover Image Shortcodes. = Added Profile Header Shortcodes. = Fixed Class Constructor deprecation notice. = Fixed profile fields username is_string() condition error. = Added error checking for instances of no valid username supplied.