dieg0
Active member
Hello,
I new to xF conditionals and it is taking me quite a while to turn the following code into one
And this is what I trying right before I gave up
I figured I would be better off asking here
I new to xF conditionals and it is taking me quite a while to turn the following code into one
Code:
in_array($this->_params['thread']['node_id'], XenForo_Application::get('options')->get('dppa_insidepost_forceforums'))
And this is what I trying right before I gave up
Code:
<xen:if is="(in_array($this->_params['thread']['node_id'], XenForo_Application::get('options')->get('dppa_insidepost_forceforums'))">
I figured I would be better off asking here