daily-prayer-time-for-mosques
Last commit date
API
3 years ago
Assets
2 years ago
Models
2 years ago
Views
2 years ago
docker
3 years ago
.gitignore
3 years ago
LICENSE
3 years ago
daily-prayer-time.php
2 years ago
docker-compose.yml
3 years ago
index.html
4 years ago
readme.txt
2 years ago
uninstall.php
3 years ago
readme.txt
134 lines
| 1 | === Daily Prayer Time === |
| 2 | Contributors: mmrs151, Hjeewa, kams01 |
| 3 | Donate link: https://donate.uwt.org/Account/Index.aspx |
| 4 | Tags: prayer time, ramadan time, salah time, mosque timetable, islam, muslim, salat, namaz, fasting, Quran verse |
| 5 | Requires at least: 4.5 |
| 6 | Requires PHP: 8 |
| 7 | Tested up to: 6.4 |
| 8 | Stable tag: 2023.12.31 |
| 9 | License: GPLv2 |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | |
| 12 | Display prayer time in any screen, in any language and many more. |
| 13 | |
| 14 | == Description == |
| 15 | For video tutorial please follow these links: |
| 16 | - (Latest) How to tutorial [youtube https://youtu.be/ka5WxQfkFww] |
| 17 | |
| 18 | Alhamdulillah that you can display Yearly and Monthly prayer time with ajax month selector using shortcode [timetable] |
| 19 | Daily prayer time can be displayed vertically or horizontally in your preferable widget area. Designed for any Mosque or Islamic institutes. |
| 20 | |
| 21 | **You need to upload your masjid's timetable from plugin admin section.** |
| 22 | |
| 23 | = PULL REQUEST = |
| 24 | [GIT Repository] https://bitbucket.org/daily-prayer-time/daily-prayer-time.bitbucket.io/src/master/ |
| 25 | Add your commit and make a pull request. Please describe your feature, I will add it to the core. |
| 26 | Also, feel free to release my code with a new plugin name with your exiting new ideas added to it. |
| 27 | My sole intention is to support the ummah. |
| 28 | So I have absolutely no complain as long as you have the same intention, fi sabilillah. |
| 29 | |
| 30 | Mustafiz. |
| 31 | |
| 32 | = Features = |
| 33 | Once the installation above is done, this will allow you |
| 34 | |
| 35 | - To display prayer start and jamah time |
| 36 | |
| 37 | - To display ramadan timetable for daily or full month |
| 38 | |
| 39 | - To display next prayer and IQAMAH notifications |
| 40 | |
| 41 | - To display prayer time either vertical or horizontal widget. |
| 42 | |
| 43 | - To display 'Jamah time' only if you chose. |
| 44 | |
| 45 | - To chose from three different themes |
| 46 | |
| 47 | - To chose Asr salah start method |
| 48 | |
| 49 | - Display monthly and yearly timetable using shortcode [timetable] from any page or post |
| 50 | |
| 51 | - Display Khutbah time announcement on Friday |
| 52 | |
| 53 | - Display Iqamah time only for monthly timetable using shortcode |
| 54 | |
| 55 | - Upload any number of days, weeks, months or a full year. |
| 56 | |
| 57 | - Support all language that are readable on the web |
| 58 | |
| 59 | - Use custom css using the class dptUserStyles to decorate your element table elements. |
| 60 | |
| 61 | - Use span class dpt_jamah and dpt_start along with [next_xxxx_prayer] and design your view however you want. |
| 62 | |
| 63 | - Display Iqamah update for next day |
| 64 | |
| 65 | - Display prayer time on big monitors in the masjid |
| 66 | |
| 67 | - Display Quran verse in a shortcode |
| 68 | |
| 69 | = shortcodes = |
| 70 | 1. **[monthlytable]** - Display Yearly and Monthly prayer time with ajax month selector |
| 71 | 2. **[dailytable_horizontal]** - Display daily timetable horizontally |
| 72 | 3. **[dailytable_horizontal asr=hanafi]** - Display daily timetable horizontally with Hanafi Asr start method |
| 73 | 4. **[dailytable_vertical]** - Display daily timetable vertically |
| 74 | 5. **[dailytable_vertical asr=hanafi]** - Display daily timetable vertically with Hanafi Asr start method |
| 75 | 6. **[dailytable_horizontal asr=hanafi friday_alert="First Khutbah: 1:15. Second Khutbah: 1:45"]** - Display Friday announcement |
| 76 | 7. **[monthlytable display=iqamah_only]** - Display Iqamah only for Yearly and Monthly prayer time with ajax month selector |
| 77 | 8. **[monthlytable display=azan_only]** - Display Azan only for Yearly and Monthly prayer time with ajax month selector |
| 78 | 9. **[monthlytable heading="Månedlige Tidsplan"]** - Display monthly time table heading in any language, default is 'Monthly Time Table for' |
| 79 | 10. **[digital_screen]** - Display prayer time on big monitors in the masjid |
| 80 | 11. **[quran_verse]** - Display a random verse from the Holy Quran |
| 81 | 12. **[disable_overnight_dim] - disable overnight dimming of the digital screen |
| 82 | ... and more. Check the 'helps-and-tips' page in plugin settings once you install it. |
| 83 | |
| 84 | == Installation == |
| 85 | 1. Download the plugin |
| 86 | 2. Simply go under the Plugins page, then click on Add new and select the plugin's .zip file |
| 87 | 3. Alternatively you can extract the contents of the zip file directly to your wp-content/plugins/ folder |
| 88 | 4. Finally, just go under Plugins and activate the plugin |
| 89 | |
| 90 | = Comprehensive setup = |
| 91 | |
| 92 | **Please upload your mosque's timetable in .csv format from the plugin setting page.** |
| 93 | |
| 94 | == Frequently Asked Questions == |
| 95 | |
| 96 | = Why my time table is showing all zeros(0)? = |
| 97 | You will need to import your mosque's timetable csv from settings section. |
| 98 | |
| 99 | = Why my date is showing '1, Jan 1970' = |
| 100 | Because you have not imported your mosque's timetable or your date format is not valid mysql format, which is (YYYY-MM-DD) |
| 101 | |
| 102 | = How to display ramadan time = |
| 103 | Simply put '1' for the last column(is_ramadan) in the sample csv for the days belongs to ramadan before upload |
| 104 | |
| 105 | = Why does it not show minutes remaining for next IQAMAH |
| 106 | Please check/update your timezone settings in Settings > General |
| 107 | |
| 108 | = What other features coming in the next updates |
| 109 | Please look at https://trello.com/b/6Re5Dga7/salah-time-wordpress-plugin |
| 110 | |
| 111 | == Screenshots == |
| 112 | 1. Masjid and Mobile display |
| 113 | 2. Display time remaining for next prayer |
| 114 | 3. Random Quran verse |
| 115 | 4. Add hadith or your own message |
| 116 | 5. Design anyway you like |
| 117 | 6. Design anyway you like |
| 118 | 7. Design anyway you like |
| 119 | 8. Default Website daily view |
| 120 | 9. Default Website monthly view |
| 121 | 10. Settings page |
| 122 | 11. Sample 1 |
| 123 | 12. Sample 2 |
| 124 | |
| 125 | == Changelog == |
| 126 | |
| 127 | = 2023.12.31 = |
| 128 | * Fix digital screen date time view |
| 129 | |
| 130 | == Upgrade Notice == |
| 131 | |
| 132 | = 2023.12.31 = |
| 133 | * Fix digital screen date time view |
| 134 |