Topic: how to change all date to jalali date (persian date)
hi,
how can i show all date in forum to jalali date (Persian date- or say shamsi)
what function i should be change it?
can i write extension for it?
thanks
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 additions → how to change all date to jalali date (persian date)
hi,
how can i show all date in forum to jalali date (Persian date- or say shamsi)
what function i should be change it?
can i write extension for it?
thanks
Find
function format_time
in include/functions.php
This function format all date in forum.
Or maybe you change format date in forum admin settings.
very thank, dimkalinux
i changed all date to "jalali" by adding this code:
require_once('jalali.php'); (on top of "function.php" file)
(jalali.php for download - http://vant.ir/jalali.php.zip )
and change all "gmdate" in format_time function to "jdate"
is that right?
if yes, how can i make an extension for this change?!
thank you again.
Yes, u can create extensions.
Just use hooks in function format_time.
Just use hooks in function format_time
i write my first extension for PunBB.
this extension convert all forum date to jalali date.
http://vant.ir/jalali_date.zip
can any one check my extension and let me know do i have a right programing or no?
PunBB Forums → PunBB 1.3 additions → how to change all date to jalali date (persian date)
Powered by PunBB, supported by Informer Technologies, Inc.