MyBB Community Forums

Full Version: Make a Board Icon Permanent.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
^ try using <if $forum['fid'] == array(x,y,z) then>
Hmm. Well I made it <if $forum['fid'] == array(11,14,16) then> if that's how you meant. And I didn't get an error, it just made everything normal as it was before I had my specific one lit.
Try this:
<if in_array($forum['fid'],array(3,4,5)) then>on<else>{$lightbulb['folder']}</if>
(2011-06-20, 09:04 AM)Aries-Belgium Wrote: [ -> ]Try this:
<if in_array($forum['fid'],array(3,4,5)) then>on<else>{$lightbulb['folder']}</if>

That did it thank you so much. And I apologize, I can only rep so much :\ Thanks!
Pages: 1 2 3