Thank you all for the help....I think I got what I wanted done....
In case anyone else wants to do something similar....this is the code i'm using
Code:
if (!in_array($vbulletin->userinfo['usergroupid'], array(6,7,17)))
{
//we need to remove the
","",$vbulletin->GPC['message']);
}
I created 3 plugins with the above code at:
editpost_update_start
newreply_post_start
newthread_post_start
You will ofcourse have to change the 6,7,17 to whatever groups you wish to give img access to.
I still need to fully test everything, but as far as I can tell, that basically does everything I needed to do. And let me say WOW. I was afraid of creating a huge hack job of the code that would be very difficult to maintained. Instead I ended up with a set of plugins that make adding and modifing them easy, and will almost likely never affect any updates. I'm so happy I'm switching to VB for this reason alone......
Thanks again for the help...and if anyone knows if I missed any other place to put this code in, I would greatly appreciate it...
Dr00pY