The Arcive of vBulletin Modifications Site. |
|
Add Islamic Date To Your Forum Details »»
|
|||||||||||||||||||||||||||
Hello (Assalam-o-Alykum)
This is a simple template edit that adds Islamic(Hijri) date along with Gregorian date at the bottom of every page of your forum. Step 1: Download & Upload the file Hijri_calendar.js to Clientscript folder under your forum root folder. Step 2: In your Header template add the following code on top (or anywhere): Code:
<script type="text/javascript" src="clientscript/hijri_calendar.js"></script> Step 3: In your Footer template find: Code:
<div id="footer_time" class="shade footer_time">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div>
Code:
<div id="footer_time" class="shade footer_time">
<script type="text/javascript">document.write(writeIslamicDate());</script> <br />
{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div>
Optional Step: if Islamic date is showing one day behind then use the following code to replace it with the code you found in Step 3 (in footer template): Code:
<div id="footer_time" class="shade footer_time">
<script type="text/javascript">document.write(writeIslamicDate(1));</script> <br />
{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div>
Here is a live DEMO All Credit Goes to: THIS GUY Here is the Arabic Translation: Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| 3 благодарности(ей) от: | ||
| abyanhost, alhidaya, misericorde | ||
| Comments |
|
#2
|
|||
|
|||
|
why would I want to even add this sorry not a good idea
|
|
#3
|
|||
|
|||
|
No one is forcing you to do that my friend
|
|
#9
|
||||
|
||||
|
thanks, but thi's wrong for pak Hijri date.. check today Rabi-ul-Awal 13 but this show 14
|
|
#10
|
|||
|
|||
|
This is according to Saudia I believe. Check the optional step in my thread maybe that will helps.
|
![]() |
|
|