Quote:
Originally Posted by KGodel
Thanks again kh99. That last array check worked well. Yea, the issues existed after a recent update but no one had posted a fix, so I wasn't sure if it was a vb 3.8.x thing or not. This now works great on vBulletin 4.x. Thanks so much for your help in resolving these issues mate!
|
As a shorthand way of doing this in future, the following is legal:
PHP Code:
foreach ((array)$vbulletin->GPC['user']['membergroupids'] AS $newmembergroupid)