{"id":12912,"date":"2011-04-16T09:05:20","date_gmt":"2011-04-16T09:05:20","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp4labs\/"},"modified":"2011-04-19T06:52:37","modified_gmt":"2011-04-19T06:52:37","slug":"wp4labs","status":"closed","type":"plugin","link":"https:\/\/tw.wordpress.org\/plugins\/wp4labs\/","author":7816591,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.6","stable_tag":"trunk","tested":"3.1.4","requires":"3.1.0","requires_php":"","requires_plugins":"","header_name":"WP4Labs","header_author":"Philipp Franck","header_description":"","assets_banners_color":"","last_updated":"2011-04-19 06:52:37","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/-","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/wp4labs\/","header_author_uri":"http:\/\/--","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1223,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1566870","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1566870","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1566870","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1566870","resolution":"1","location":"plugin"}},"screenshots":{"1":"The advanced user profile","2":"Adding a new Project","3":"The frontend of a Project may look like this","4":"The frontend of the user list may look like that"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1802,1917],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-12912","plugin","type-plugin","status-closed","hentry","plugin_tags-academic","plugin_tags-users","plugin_committers-paflow"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp4labs.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp4labs\/trunk\/screenshot-1.png?rev=1566870","caption":"The advanced user profile"},{"src":"https:\/\/ps.w.org\/wp4labs\/trunk\/screenshot-2.png?rev=1566870","caption":"Adding a new Project"},{"src":"https:\/\/ps.w.org\/wp4labs\/trunk\/screenshot-3.png?rev=1566870","caption":"The frontend of a Project may look like this"},{"src":"https:\/\/ps.w.org\/wp4labs\/trunk\/screenshot-4.png?rev=1566870","caption":"The frontend of the user list may look like that"}],"raw_content":"<!--section=description-->\n<ul>\n<li>Use Wordpress 3.1 - Older Versions will cause trouble<\/li>\n<\/ul>\n\n<p>WP4Labs is a small Plugin, wich provides some functions to manange a lab or a scientific group. I designed it for the websites of two Biolabs. It's far away from being my first WP-Plugin, but it's the first one I want to publish. I tested it in four or five WP-installtions on dofferent servers, and it seems to all OK.<\/p>\n\n<p>It provides the following parts:\n- An advanced User Profile, containing some fields for academic career dates\n- in connection with that a connection to the ariw.org-database of scientific institutions wordl wide, to make it easer finding a specific institution and it's URL\n- the possibility to manage users in academic groups, such as Alumni, Post-Doc, P.I. and such (customizable)\n- a local-avatar function which maintains the possibility for users to use a Gravatar (maybe someday I should take this one out and make a own plugin out of it)\n- a post-type called 'project', to which you can connect users to (scientific) groups. Only users with P.I.-status (for being leader of the group) can add or remove users.<\/p>\n\n<p>A nice backend integration is built, I also ship some example templates to learn, how to integrate the provided functions to your theme.<\/p>\n\n<h3>Usage<\/h3>\n\n<p>For your template, build the following templates:\narchive-biofoo_project.php  - This gives an overview of the existing projects. \nsingle-biofoo_project.php - Watch a single project.<\/p>\n\n<p>Also you can edit your author.php to display the additional information.<\/p>\n\n<p>The plugin contains some useful functions building these templates:\n = get_biofoo();\nThrow a  from get_userinfo (not get_users!) or such into it, to get the advanced profile information.\nExample:\n\nba_degree or $user-&gt;ma_degree) or $user-&gt;phd_degree) : ?&gt;<\/p>\n\n<h4><\/h4>\n\n\nba_degree) : ?&gt;B.A.ba_degree; ?&gt;\nma_degree) : ?&gt;M.A.ma_degree; ?&gt;\nphd_degree) : ?&gt;Ph.D.phd_degree; ?&gt;\n\n\n\n\n\n\n<p>echo_project_members(, , )<\/p>\n\n<p>Displays (or returns) alls members of a project:<\/p>\n\n<p> INT or STRING\nThe Id of a post with type biofoo_project. Instead of a post_id you may use the string keyword 'all' to get all users of the blog.<\/p>\n\n<p> STRING\nDefault: boxes.\nKnows the following styles:\n* 'longlist' -&gt; All members below each other with avatar and academic information.\n* 'boxes' -&gt; Boxes with \n* 'text' -&gt; The names of all members in a line as clickable links.\n* 'return' -&gt; Displays nothing but returns an array with the members of the project.<\/p>\n\n<p> BOOLEAN\nDefault: true<\/p>\n\nIf set to false, users, which are in passive user groups like alumni are not displayed.\n\n<p>the_boss()\nDisplays the leading members (P.I.s) of a project.<\/p>\n\n\n\n<p>function list_users_projects()\nDisplays a list of projects, a user is member of.<\/p>\n\n<h3>Update Log<\/h3>\n\n<p>1.5\n* Renamed file and folder to wp4labs.<\/p>\n\n<!--section=installation-->\n<p>1) Install plugin-files.\n2) To enable caching of ariw.org-files got the plugin's directory and give the wordpress writing rights for the folder 'ariw_cache' (777).\n3) Go to site's backend and add a project. Add some users to the project.\n4) Build templates for your theme (see usage or example templates)<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Where is the advanced user profile?<\/dt>\n<dd><p>Build a new user. Save it. Now edit it. Now the new field should be visible.<\/p><\/dd>\n<dt>Ariw.org-Database is not reachable<\/dt>\n<dd><p>The plugin tries two ways of connecting to the Database. Under some circumstances both fail, due to security settings of your server. In that case, I can't anything for you.<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Adds some lightweight features to manage scientific groups and users.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/12912","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=12912"}],"author":[{"embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/paflow"}],"wp:attachment":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=12912"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=12912"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=12912"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=12912"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=12912"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=12912"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}