XenForo
Administrative
- Thread starter
- Admin
- #1
I try to limit an input to one prefix with:
Code:
Read more
ادامه مطلب...
Code:
Code:
<xf:if is="is_addon_active('SV/MultiPrefix')">
<xf:formrow label="{{ phrase('prefix') }}" rowtype="input">
<xf:macro template="public:sv_multiprefix_prefix_macros" name="select"
arg-type="resource"
arg-selected="{{ [$resource.sv_prefix_ids] }}"
arg-prefixes="{$resourcePrefixes}"...
Read more
ادامه مطلب...