Quote:
Originally Posted by Lynne
Use $this->thread['forumid'] instead of $forumid
|
Hiya Lynne,
thank you so much for your help with this, I apologise for taking so long in getting back to this, so many tasks to perform so little time.
I must be totally retarded or something because this is now turning off the image resizer in all forums not just 34 and 54, would please be so kind as to look at the code I have used and tell me where I have gone wrong please.
PHP Code:
if ($vbulletin->options['sevenskins_imageresizer_post_enabled'] AND (in_array($this->thread['forumid'] != forum['forumid'], array(34, 54)))) {
I need the image resizer to work in all forums except for 34 and 54!
Sorry to be proving a burden here and thank you very kindly for your help.