MyBB Hacks

Full Version: Replace the forum ID with MyBB Setting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Never mind
I'd be checking whether this line really does what you think it does:

PHP Code:
if(in_array($forums['fid'],array($includeforums)))

Yes, that what i need
But i need to change the forum ID with MyBB setting so it can be easy to use

If i field like this

PHP Code:
if(in_array($forums['fid'],array(1,2,3)))

It can be show the forum list

But if i field in like this

PHP Code:
if(in_array($forums['fid'],array($includeforums)))

No forum list show

I'd field like the picture, can you tell me the correct code to change number 1,2,3 with mybb forum setting

Someone?
Reference URL's