{"id":17322,"date":"2012-03-11T19:39:26","date_gmt":"2012-03-11T19:39:26","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/mh-display-prayer-times\/"},"modified":"2012-03-18T05:20:38","modified_gmt":"2012-03-18T05:20:38","slug":"mh-display-prayer-times","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/mh-display-prayer-times\/","author":9135812,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"trunk","tested":"3.3.2","requires":"3.1","requires_php":"","requires_plugins":"","header_name":"MH Display Prayer Times","header_author":"Muhammad Haider","header_description":"","assets_banners_color":"","last_updated":"2012-03-18 05:20:38","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/us\/cgi-bin\/webscr?cmd=_flow&SESSION=rxBS7lh34ENcr3WlhpB9yjhW3vM2fb50BfeRyJJAqvnKn9yw1geNuWafK6i&dispatch=5885d80a13c0db1f8e263663d3faee8dcbcd55a50598f04d927139403713ca13","header_plugin_uri":"http:\/\/localhost\/mh_display_prayer_times","header_author_uri":"http:\/\/localhost","rating":5,"author_block_rating":0,"active_installs":10,"downloads":3509,"num_ratings":1,"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":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539213","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1539213","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539213","resolution":"1","location":"plugin"}},"screenshots":{"1":"MH Dispaly Prayer Times Widget settings screen.","2":"Plugins screen.","3":"MH Dispaly Prayer Times Widget on the front of a plain Wordpress install."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[10508,43032,960,43031,162],"plugin_category":[43],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-17322","plugin","type-plugin","status-publish","hentry","plugin_tags-islam","plugin_tags-namaaz","plugin_tags-prayer","plugin_tags-salaat","plugin_tags-widget","plugin_category-customization","plugin_committers-mnesar"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/mh-display-prayer-times.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/mh-display-prayer-times\/trunk\/screenshot-1.png?rev=1539213","caption":"MH Dispaly Prayer Times Widget settings screen."},{"src":"https:\/\/ps.w.org\/mh-display-prayer-times\/trunk\/screenshot-2.png?rev=1539213","caption":"Plugins screen."},{"src":"https:\/\/ps.w.org\/mh-display-prayer-times\/trunk\/screenshot-3.png?rev=1539213","caption":"MH Dispaly Prayer Times Widget on the front of a plain Wordpress install."}],"raw_content":"<!--section=description-->\n<p>This is a Simple widget that creates following tables if they don't already exist and loads sample data into<\/p>\n\n<p>1) Daily Prayer Table<\/p>\n\n<pre><code>$wpdb-&gt;prefix . mh_dpt_daily_times \n<\/code><\/pre>\n\n<p>Structure of Table:<\/p>\n\n<pre><code>month int(2) NOT NULL, \/\/values are 01,02...12\nday int(2) NOT NULL, \/\/values are 1...31\nname varchar(10) NOT NULL, \/\/values are Fajr, Dhuhur, Asr, Maghrib, Ishaa\nhour varchar(2) NOT NULL DEFAULT '0', \/\/values are 01,02..12\nminutes varchar(2) NOT NULL DEFAULT '00', \/\/values are 01..59\nampm varchar(2) NOT NULL, \/\/values are AM or PM\ndisp_order decimal(1,0) NOT NULL, \/\/ 1..5 used for ordering values while displaying in html table.\nPRIMARY KEY (month,day,name)\n<\/code><\/pre>\n\n<p>1) Daily Prayer Table<\/p>\n\n<pre><code>$wpdb-&gt;prefix . mh_dpt_friday_times \n<\/code><\/pre>\n\n<p>Structure of Table:<\/p>\n\n<pre><code>        name varchar(10) NOT NULL,\n        hour varchar(2) NOT NULL DEFAULT '0',\n        minutes varchar(2) NOT NULL DEFAULT '00',\n        ampm varchar(2) NOT NULL,\n        PRIMARY KEY (name)\n<\/code><\/pre>\n\n<!--section=installation-->\n<h4>Install<\/h4>\n\n<ol>\n<li>Unzip the <code>mh_display_prayer_times.zip<\/code> file. <\/li>\n<li>Upload the the <code>mh_display_prayer_times<\/code> folder (not just the files in it!) to your <code>wp-contents\/plugins<\/code> folder. If you're using FTP, use 'binary' mode.<\/li>\n<\/ol>\n\n<h4>Activate<\/h4>\n\n<ol>\n<li>In your WordPress administration, go to the Plugins page<\/li>\n<li>Activate the MH Display Prayer Times Widget plugin<\/li>\n<li>Go to the Appearance &gt; Widget page and place the widget in your sidebar in the Design<\/li>\n<li>Set the following values\ni) Title: Prayer Times (Default value)\nii) Prayer\/Iqama Heading BgColor: #000000 (Default value of background color for Prayer  Iqamatimes table heading.\niii) Prayer\/Iqama Heading Text color: #FFFFFF (Default value of Text color for heading)\niv) Prayer Rows Alternate BgColor1: #FFFFFF (Default value of html table odd rows)\niv) Prayer Rows Alternate BgColor2: #FFFFFF (Default value of html table even rows)<\/li>\n<\/ol>\n\n<p>Please visit the forum for questions or comments: http:\/\/wordpress.org\/tags\/mh_display_prayer_times\/<\/p>\n\n<h4>Requirements<\/h4>\n\n<ul>\n<li>PHP 5.1 or above<\/li>\n<li>WordPress 3.0 or above<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Where do I go to file a bug or ask a question?<\/dt>\n<dd><p>Please visit the forum for questions or comments: http:\/\/wordpress.org\/tags\/mh_display_prayer_times\/<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"This is a Simple widget that creates following tables if they don&#039;t already exist and loads sample data into","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/17322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=17322"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mnesar"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=17322"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=17322"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=17322"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=17322"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=17322"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=17322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}