Hiya, I need some help please.
I am trying to set a condition so that if a forumid is not equal to 34 or 54.
I have tried this:
PHP Code:
if ($vbulletin->options['sevenskins_imageresizer_post_enabled'] AND (in_array($forumid != forum['forumid'], array(34, 54)))) {
But that is not working, the code is not working in any forumid with that condition, I am terrible at coding and searching google didn't help.
Can anyone help me out here please.