06-30-2014, 12:09 PM
I'm probably doing something terribly boneheaded here, but if I use template conditional to check if a xthreads field's been filled in like so:
<if {$GLOBALS['threadfields']['gearlist']} then></if>
Entire template won't load
using it normally like
<if $mybb->user['usergroup'] then></if>
has no problems
any tips?
<if {$GLOBALS['threadfields']['gearlist']} then></if>
Entire template won't load
using it normally like
<if $mybb->user['usergroup'] then></if>
has no problems
any tips?