
这是 UserPro 配置文件插件 对于 WordPress。
用户书签插件将允许用户为他们想要的任何内容、类别、帖子、论坛主题、自定义帖子添加书签,还可以将他们的书签管理到集合中。该插件提供了一种显示书签和书签小部件的简单方法,并且可以集成到任何主题中。
用户可以收藏或收藏帖子、产品、论坛主题以及任何自定义帖子类型!
侧边栏小部件可为任何内容添加书签、添加新收藏以及删除已添加书签的帖子!
您可以通过管理员设置在您想要的所有帖子类型上启用书签小部件的自动嵌入!
一个简单的短代码 [userpro_bookmarklist],可以嵌入到任何地方,允许用户管理他的书签并通过 ajax 轻松查看/访问它们。
管理员设置可对您想要的这些帖子类型启用书签,并将特定帖子排除为书签,以及许多其他自定义选项来调整文本等。
允许删除整个集合,或让用户选择保留书签并删除集合!
您可以通过短代码嵌入书签小部件(此外还有侧边栏小部件和自动嵌入):
[userpro_bookmark]
或通过 php API:
global $userpro_fav;
echo $userpro_fav->bookmark();
如此简单。您还可以通过短代码嵌入集合:
[userpro_bookmarklist]
或通过 php API
global $userpro_fav;
echo $usrepro_fav->bookmarks();
有很多选项可以通过短代码进行自定义,工具设置中可用的相同设置可以通过短代码进行自定义,因此您可以将书签重命名为收藏夹或将其翻译成您的语言。
这个工具也是完全本地化的!
更新
Version 4.0.2 (27 Jul 2022) ============================ - Fixed bug : Users can't see each others public bookmarks - Fixed bug : Current user can't see private bookmarks on his profile Version 4.0.1 (04 Aug 2017) ============================ - Fixed bug : Urgent bug fix Version 4.0 (04 Aug 2017) ============================ - Enhancement : Bookmark count column is now made sortable Version 3.9(24 May 2017) ============================ - New Feature : Collections can be displayed in Grid Layout ( Use the shortcode as follows - [userpro_bookmarklist layout="grid"] ) Version 3.8(31 Mar 2017) ============================ - Enhancement : The bookmark count is updated with AJAX after bookmarking the post - Enhancement : Administrator can now limit the number of collections to be created by users - Enhancement : Administrator can now limit the number of posts to be bookmarked in one collection Version 3.7(12 Sep 2016) ============================ - New Feature : Added auto update Version 3.6(26 Aug 2016) ============================ - Fixed Bug : Bookmark count not displayed correctly - Fixed Bug : More than one collections showing as selected at a time Version 3.5(20 June 2016) ============================ - Enhancement : Added configurable setting for displaying Heart Icon for bookmarking the content to Default Collection - Enhancement : Added option for Administrator to create multiple collections Version 3.4(15 April 2016) ============================ - Enhancement : Added Bookmark widget in Profile Customizer for UserPro Dashboard Version 3.3(02 Feb 2016) ============================ - New feature : Added configurable setting for displaying bookmark widget in popup Version 3.2(07 Jan 2016) ============================ - New feature : Added configurable setting for enabling/disabling creating new collection Version 3.1(23 Dec 2015) ============================ - New feature : Added configurable option in backend to display the Social buttons on the collection - Fixed Bug : Social Share button not displaying on changing collection Version 3.0(11 Dec 2015) ============================ - New feature : User can now share their private bookmarks on social media Version 2.9(9 Nov 2015) ============================ - New feature : Now Bookmark Count is displayed in the WordPress Posts page Version 2.8(3 Nov 2015) ============================ - New feature : Added configurable option in backend to display the Login and Registration forms in popup Version 2.7(26 Oct 2015) ============================ - New feature : Added widget( UserPro - Top 5 bookmarks ) to show top five bookmarked post Version 2.6(13 Oct 2015) ============================ - New feature : Now single post can be bookmarked into multiple collections , added setting in admin panel to enable/disable this feature Version 2.5(22 Sep 2015) ============================ - New feature :Admin can now decide whether heart icon should be displayed on bookmark widget or not Version 2.4(15 Sep 2015) ============================ - New feature :Administrator can reset to factory settings by clearing all users bookmarks and bookmark collections Version 2.3(27 Aug 2015) ============================ - Fixed :Public bookmarks displaying multipletime in the collectionlist Version 2.2(22 July 2015) ============================ - Administrator can now decide whether to display public bookmarks to guests user (Given setting at backend) Version 2.1(12 Jun 2015) ============================ - Added Feature to automatic updates - Added feature to display users public bookmarks on the profile page Version 2.0(01 Apr 2015) ============================ - Enhanced security - Admin can now decide whether category bookmarking should be allowed or not Version 1.9(5 Mar 2015) ============================ - Fixed : Bookmarks incorrectly added twice in newly created collection, even when nothing is added in it Version 1.8(27 Feb 2015) ============================ - Added feature to display the avatar of users who has bookmarked the post Version 1.7 (20 Feb 2015) ============================ - Added feature to display the number of times the post has been bookmarked. Version 1.6 (31 Jan 2015) ============================ - Added feature to mark new collection public or private. Use [userpro_publicbookmark] to display public bookmarks. Version 1.5 (4 Dec 2014) ============================ - Added feature to bookmark category. Version 1.4.1 (13 Nov 2014) ============================ - Fixed Bug for Add Bookmark. Version 1.4 (17 Oct 2014) ============================ - Fixed IE11 Compatibility issue. Version 1.0 (25 Dec 2013) ============================ - Initial Version of the Bookmarks Addon for UserPro.
原文链接:https://www.hrdweb.com/52010.html,转载请注明出处~~~
评论0