I use vbulletin 3.8.6. in german language.
After the AddOn-Installation you will find a "PlugIn" named "AWC-Welcome PM".
You can edit the PHP-Code:
Change
PHP Code:
WHERE usergroupid IN (".$this->registry->options['awcm_usergroups'].")
INTO something like that:
PHP Code:
WHERE FIND_IN_SET('X', membergroupids)
(replace X with the variable or insert the secondary groupid manually)
see:
http://dev.mysql.com/doc/refman/5.0/...on_find-in-set
membergroupids is the stringlist