Quote:
Originally Posted by Lynne
Where are you putting that condition - what hook location? did you look up the hook and verify you are using the correct variable names?
|
Hi Lynne,
it's in a plugin, the hook is postbit_display_complete, I have no idea how I look up the hook to verify if I am using the correct names.
I have made it ignore a single forum with this:
PHP Code:
if ($vbulletin->options['sevenskins_imageresizer_post_enabled'] AND $forum[forumid] != '34') {
but now I need it to ignore 2 forums