{"id":4464,"date":"2009-01-13T11:27:47","date_gmt":"2009-01-13T11:27:47","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/mystatus\/"},"modified":"2009-01-14T16:14:51","modified_gmt":"2009-01-14T16:14:51","slug":"mystatus","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/mystatus\/","author":1641430,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.20","stable_tag":"1.20","tested":"2.7","requires":"2.0.2","requires_php":"","requires_plugins":"","header_name":"MyStatus","header_author":"Daniel Sands","header_description":"","assets_banners_color":"","last_updated":"2009-01-14 16:14:51","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.danielsands.co.cc\/","header_plugin_uri":"http:\/\/www.danielsands.co.cc","header_author_uri":"http:\/\/www.danielsands.co.cc","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3137,"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":["1.01","1.02","1.03","1.10","1.11","1.12","1.13","1.14","1.15","1.20"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1539452","resolution":"2","location":"plugin","width":1260,"height":851},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539452","resolution":"1","location":"plugin","width":584,"height":200}},"screenshots":{"1":"<code>\/tags\/1.01\/screenshot_1.jpg<\/code>","2":"<code>\/tags\/1.01\/screenshot_2.jpg<\/code>"}},"plugin_section":[],"plugin_tags":[7203,157,19063,2661,409],"plugin_category":[],"plugin_contributors":[98080],"plugin_business_model":[],"class_list":["post-4464","plugin","type-plugin","status-closed","hentry","plugin_tags-current","plugin_tags-facebook","plugin_tags-mood","plugin_tags-myspace","plugin_tags-status","plugin_contributors-danielsands","plugin_committers-danielsands"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/mystatus.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/mystatus\/trunk\/screenshot-1.jpg?rev=1539452","caption":"<code>\/tags\/1.01\/screenshot_1.jpg<\/code>"},{"src":"https:\/\/ps.w.org\/mystatus\/trunk\/screenshot-2.jpg?rev=1539452","caption":"<code>\/tags\/1.01\/screenshot_2.jpg<\/code>"}],"raw_content":"<!--section=description-->\n<p>A Simple Wordpress plug-in which enables you to show a current status\/mood on your website, \nit includes full administration of your current status, and the apperance of the status holder can be \nfully altered using CSS within the admin page. This is only the first version and more concise versions \nwill be released if it proves to be popular..<\/p>\n\n<p><strong>1.20<\/strong>\nFixed error regarding Parsing, on line 114. Sorry if anyone had this error.<\/p>\n\n<p><strong>New Version: 1.15<\/strong>\nThis new version includes the following new features:<br \/><\/p>\n\n<blockquote>\n  <ol>\n  <li>Status now shows an \"X Minutes ago\", etc  message to indicate how old the status is. By default it is included in fresh installations of MyStatus 1.10, however if you're upgrading from Version 1.01 and want to use this feature you must alter the 'Structure' and 'Style' settings in your administration panel, simply add<br \/>\n  <code>&lt;span class=\"time\"&gt;%TIME%&lt;\/span&gt;<\/code> <br \/>\n  to your structure, after the \"%STATUS%\" tag and add <br \/>\n  <code>.time { font: normal 10px verdana;}<\/code> <br \/>\n  to your Style setting.<br \/><\/li>\n  <li>You can now disable the default function to load the status, and call the function directly. To disable the function simply untick the \"Run Function in get_sidebar()\" checkbox in the settings screen, you can then use the following code to get the status text: <br \/>\n  <code>&lt;?php get_current_status($before, $after, $mid) ?&gt;<\/code> <br \/>\n  <code>&lt;?php get_previous_status($before, $after, $mid) ?&gt;<\/code> <br \/>\n  <code>&lt;?php get_mystatus_name() ?&gt;<\/code> <br \/>\n  Simply replace $before, $after and $mid with the structure you want, for example: <br \/>\n  <code>&lt;?php get_current_status('&lt;span class=\"status\"&gt;', '&lt;\/span&gt;', '&lt;\/span&gt;&lt;span class=\"time\"&gt;') ?&gt;<\/code> <br \/>\n  would return: <br \/>\n  <code>&lt;span class=\"status\"&gt;Current Status will be here&lt;\/span&gt;&lt;span class=\"time\"&gt;Time ago status submitted will be here&lt;\/span&gt;<\/code><br \/><\/li>\n  <\/ol>\n<\/blockquote>\n\n<p><strong>Updating to version 1.15<\/strong>\nSimply replace the MyStatus.php file in your plugins directory.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the file 'MyStatus.php' to your wordpress plug-in's directory (wp-content\/plugins)<\/li>\n<li>Log-in to your administration page and click Plugins then activate the 'MyStatus' plugin.<\/li>\n<li>Click the Settings Tab and then click 'MyStatus' this should show you a settings screen.<\/li>\n<li>Settings:\n\n<ul>\n<li>Your name - Simply enter your name as you'd like it to appear.<\/li>\n<li>Previous text's to show - All of your previous status messages are stored in your wordpress database, and can be seen on your site when the user clicks [*] here you can set how many previous entries should be shown. Please ensure you enter one more than the actual number of entries you want to be shown, for example if you want 5 previous entries, enter '6'.<\/li>\n<li>Structure - You shouldn't need to alter this in any way, but can if you wish to change the structure of the holding DIV your status text sits in.<\/li>\n<li>Style - Change this as you see fit, you may wish to change colours or the position of your status box.<\/li>\n<\/ul><\/li>\n<li>Click Save Settings.<\/li>\n<li>At the top of the screen you will see 'Your name' [IS   ] simply enter your current mood \/ status in the text box and click 'Update', et voila! You now have a status box on your site.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>If you have any questions please visit my website <a href=\"http:\/\/www.danielsands.co.cc\/\" title=\"Danielsands.co.cc\">Here<\/a><\/p>","raw_excerpt":"A Simple Wordpress plug-in which enables you to show a current status\/mood on your website.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/4464","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=4464"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/danielsands"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=4464"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=4464"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=4464"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=4464"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=4464"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=4464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}