mmrs151
Forum Replies Created
-
Forum: Plugins
In reply to: [Daily Prayer Time] Wrong Islamic DatesOK, since my calculation is purely mathematical or based on Ummul Qura calendar, there is another way to fix it.
If you see in the csv, there is a column to override the auto settings. So if you add 30th Shaban and 1st Ramadan for the thoses dates, it will override the calculation.
Hope that helps.
Forum: Plugins
In reply to: [Daily Prayer Time] Wrong Islamic Dateswassalam, I think you can chose ummul qura option or going forward/backward from the settings.
Different method chose different dates. My one is purely mathematical or ummul qura dates.
Forum: Plugins
In reply to: [Daily Prayer Time] announcement section below the timetableatm the announcement is only above/before the timetable, but you gave me an idea. I will keep it in the board.
Forum: Plugins
In reply to: [Daily Prayer Time] API key for prayer timesI think the best way it using that website to download early data and upload this plugin.
Forum: Plugins
In reply to: [Daily Prayer Time] Hide sunrise column from the timetablePlease replace this two functions with the following codes:
private function printTableHeading($row) { $ths = ''; $nextPrayer = $this->getNextPrayer( $row ); unset($this->localPrayerNames['sunrise']); foreach ($this->localPrayerNames as $key=>$prayerName) { $class = $nextPrayer == $key ? 'highlight' : ''; $ths .= "<th class='tableHeading prayerName" . $this->tableClass . " ". $class."'>".$prayerName."</th>"; } return $ths; }private function printAzanTime($row) { $tds = ''; $nextPrayer = $this->getNextPrayer( $row ); $azanTimings = $this->getAzanTime( $row ); unset($azanTimings['sunrise']); foreach ($azanTimings as $key => $azan) { $class = $nextPrayer == $key ? 'class=highlight' : ''; $rowspan = ''; if ($key == 'sunrise') { $rowspan = "rowspan='2'"; } $tds .= "<td ". $rowspan ." ".$class.">".$this->getFormattedDateForPrayer( $azan, $key )."</th>"; } return $tds; }Forum: Plugins
In reply to: [Daily Prayer Time] Import using PDFThank you for letting me know. I will fix them.
Can you please update your php error display settings to error only.
If you don’t know or have permission how to do that, please ask your system admin/hosting company to do that.
Forum: Plugins
In reply to: [Daily Prayer Time] Hide sunrise column from the timetableoh, it make sense now.
I gave you code to remove it from the monthly timetable.
wait for my next reply …
Forum: Plugins
In reply to: [Daily Prayer Time] Two Timetables for two different locationsI have not done multisite myself, but I know some brothers of the plugin using multisite to facilitate other masjid in their town.
I hope they can pick your issue from here.
Forum: Plugins
In reply to: [Daily Prayer Time] Hide sunrise column from the timetableTry removing the following lines in your dev/test/staging site.
Hope that helps.
Forum: Plugins
In reply to: [Daily Prayer Time] Hide sunrise column from the timetableAssalamualaikum @ghulamjafar2
Have you tried from the code to remove it yet?
can you try it on a test/dev/staging site?
I can send you where you to remove the code. Are you using the full timetable or iqamah/azan only version?
Mustafiz
Forum: Plugins
In reply to: [Daily Prayer Time] Import using PDFand then copy paste your column into the csv template.
Forum: Plugins
In reply to: [Daily Prayer Time] Plugin freezesAssalamualaikum my dear brother @muftee
I have seen it couple of times. It could be several reasons but mainly if your site uses a cache plugin installed by yourself or by the hosting provider. If you have installed a cache plugin, you need configure it, so you can exclude shortcode/pages etc or disable it.
Or if it is something done by the hosting provider, you need ask with support ticket to disable caching on your VM.Hope that helps.
Mustafiz
Forum: Plugins
In reply to: [Daily Prayer Time] Two Timetables for two different locationsplease have a go and Allah will make things easy for you Insha Allah
Forum: Plugins
In reply to: [Daily Prayer Time] Two Timetables for two different locationsForum: Plugins
In reply to: [Daily Prayer Time] Two Timetables for two different locationswassalam,
you can use a multisite, and link the second location from first site and vice versa.