XenForo
Administrative
- Thread starter
- Admin
- #1
I've the following in my template:
HTML:
The resultant output is:

Those appear to be unix timestamps but I'm not sure why they are being output to the screen. The only thing I'm sure of is that those times are 5.5 hrs behind my current time (i.e. UTC + 5.5 hours = my timezone)
If I put two textboxes in...
Read more
ادامه مطلب...
HTML:
Code:
<xf:textboxrow name="new_username"
value=""
maxlength="{$max_chars}"
label="New Username"
explain="{$explain}" />
The resultant output is:

Those appear to be unix timestamps but I'm not sure why they are being output to the screen. The only thing I'm sure of is that those times are 5.5 hrs behind my current time (i.e. UTC + 5.5 hours = my timezone)
If I put two textboxes in...
Read more
ادامه مطلب...