{"id":9709,"date":"2010-07-08T21:57:57","date_gmt":"2010-07-08T21:57:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/hts-display-active-members\/"},"modified":"2010-12-02T13:50:59","modified_gmt":"2010-12-02T13:50:59","slug":"hts-display-active-members","status":"publish","type":"plugin","link":"https:\/\/bal.wordpress.org\/plugins\/hts-display-active-members\/","author":6418513,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.2","stable_tag":"trunk","tested":"3.0.5","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"HTS Display Members","header_author":"Simon Goodchild","header_description":"","assets_banners_color":"","last_updated":"2010-12-02 13:50:59","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.htsweb.net","header_plugin_uri":"http:\/\/www.webtechnologysolutions.co.uk\/projects\/plug-ins","header_author_uri":"http:\/\/www.webtechnologysolutions.co.uk\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":5332,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>See change log.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.10","0.1.10.1","0.1.11","0.1.11.1","0.1.12","0.1.12.1","0.1.13","0.1.14","0.1.14.1","0.1.14.2","0.1.15","0.1.16","0.1.16.1","0.1.16.2","0.1.16.3","0.1.17","0.1.18","0.1.18.1","0.1.19","0.1.20","0.1.20.1","0.1.21","0.1.22","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.7.1","0.1.8","0.1.8.1","0.1.8.2","0.1.9"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539333","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539333","resolution":"1","location":"plugin"}},"screenshots":{"1":"Screenshot of a recent active member list","2":"Bigger screenshot showing within a larger page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2476,204,4977,1919,2281],"plugin_category":[44,58],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-9709","plugin","type-plugin","status-publish","hentry","plugin_tags-active","plugin_tags-buddypress","plugin_tags-latest","plugin_tags-members","plugin_tags-recent","plugin_category-discussion-and-community","plugin_category-user-management","plugin_committers-simongoodchild"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/hts-display-active-members.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/hts-display-active-members\/trunk\/screenshot-1.png?rev=1539333","caption":"Screenshot of a recent active member list"},{"src":"https:\/\/ps.w.org\/hts-display-active-members\/trunk\/screenshot-2.png?rev=1539333","caption":"Bigger screenshot showing within a larger page"}],"raw_content":"<!--section=description-->\n<p>Requires BuddyPress.<\/p>\n\n<p>Allows a page or post to display the most recently logged in members with how long since they last did any activity on the site. Options include showing a link to Private Message the member if logged in, the field to display as the members name and so on.<\/p>\n\n<p>A live demonstration is available at <a href=\"http:\/\/www.blueflipperdiving.co.uk\/\" title=\"Where Scuba Divers Go Online!\">BlueFlipper Diving<\/a><\/p>\n\n<p>All options:<\/p>\n\n<ol>\n<li><p>To change the number of members shown (defaults to 5):<\/p>\n\n<p>[hts-displaymembers count=10]<\/p><\/li>\n<li><p>To change the displayed field (defaults to Display Name):<\/p>\n\n<p>[hts-displaymembers count=10 display=user_nicename]<\/p><\/li>\n<li><p>You can use any field in the wp_users table or wp_usermeta table, for example:<\/p><\/li>\n<\/ol>\n\n<ul>\n<li>display_name<\/li>\n<li>user_nicename<\/li>\n<li>user_email<\/li>\n<li>user_url<\/li>\n<li>first_name<\/li>\n<li>last_name<\/li>\n<li>nickname <\/li>\n<\/ul>\n\n<ol>\n<li><p>To change the size of the avatar (defaults to 50px):<\/p>\n\n<p>[hts-displaymembers avatar_size=128]<\/p><\/li>\n<li><p>To not display the email icon (default to true):<\/p>\n\n<p>[hts-displaymembers emailicon=false]<\/p><\/li>\n<li><p>To not display the email link (default to true):<\/p>\n\n<p>[hts-displaymembers emaillink=false]<\/p><\/li>\n<li><p>To display debug information (default to false):<\/p>\n\n<p>[hts-displaymembers debug=true]<\/p><\/li>\n<\/ol>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plug-in folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<p><em>Including in a page or post<\/em><\/p>\n\n<p>To call it with a shortcode, put the following in a page or post:<\/p>\n\n<pre><code>  [hts-displaymembers]\n<\/code><\/pre>\n\n<p>To add options as in the description, pass as parameters.\nSee plug-in description for all options. eg:<\/p>\n\n<pre><code>  [hts-displaymembers count=10 display=user_nicename]\n<\/code><\/pre>\n\n<p><em>Including in a theme<\/em><\/p>\n\n<p>To call it from within a theme, you have to wrap it in this PHP function:<\/p>\n\n<pre><code>&lt;?php echo do_shortcode('[hts-displaymembers count=\"10\" field=\"display_name\"]'); ?&gt;\n<\/code><\/pre>\n\n<!--section=faq-->\n<p>Q. How do I change the style of the list?\nA. In the plugin folder is a .css file that you can edit, remember to keep your changes and re-apply them after updating the plugin in future.<\/p>\n\n<p>You can confirm the path for the file by switching on the debug information (see Plug-in\n   description) and looking for the value for STYLESHEETPATH. This is the file you need to create.<\/p>\n\n<!--section=changelog-->\n<h4>0.1<\/h4>\n\n<p>First version, no changes yet<\/p>\n\n<h4>0.2<\/h4>\n\n<ol>\n<li>Added check for BuddyPress installation<\/li>\n<li>Fixed debug check for stylesheet availability<\/li>\n<li>Updated readme to state BuddyPress is required<\/li>\n<\/ol>","raw_excerpt":"Displays most recently logged in members and optionally link to Private Message if logged in. Requires BuddyPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/9709","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=9709"}],"author":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/simongoodchild"}],"wp:attachment":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=9709"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=9709"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=9709"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=9709"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=9709"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=9709"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}