XenForo
Administrative
- Thread starter
- Admin
- #1
This is my settings :
ID :
Format parameters :
Code:
Data type :
Default value :
Array sub-options :
Code:
So if I check the box to activate the numeric field and I enter 20 as the value how to use this value 20 in a template?
With a classic field I know the syntax :
Code:
But as I have defined an...
Read more
ادامه مطلب...
ID :
gmValue
Format parameters :
Code:
Code:
onoff=enabled
value=limit
min=0
default=0
type=spinbox
step=10
array
Default value :
{"enabled":"0","limit":"0"}
Array sub-options :
Code:
Code:
enable
limit
So if I check the box to activate the numeric field and I enter 20 as the value how to use this value 20 in a template?
With a classic field I know the syntax :
Code:
{$user.trophy_points|number} >= '$xf.options.gmValue'
But as I have defined an...
Read more
ادامه مطلب...