Quote:
Originally Posted by Lynne
You lookup the hook by just doing a search in your vbulletin file directory for "postbit_display_complete" and then the file should come up. (I use BBEdit, my text editor, to do this.)
Anyway, that variable isn't available there. Use $this->thread['forumid']
|
Hi Lynne,
thanks for the information, I tried this but it isn't working, I am guessing I haven't used it correctly, would you correct it for me please:
PHP Code:
if ($vbulletin->options['sevenskins_imageresizer_post_enabled'] AND (in_array($forumid != $this->thread['forumid'], array(34, 54)))) {