MyBB Hacks

Full Version: Will nested IF statements work?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Without inputs?

What about:

PHP Code:
<if !$mybb->input['action'] && ($mybb->input['fid'] == '' || $mybb->input['fid'] == 1) then>
//here
</if>


Or:

PHP Code:
<if !$mybb->input['action'] then>
//here
</if>

First one works! Thank you!
Pages: 1 2
Reference URL's