So sad...
Can you help me - how to make it take the secondary group?
While I had saw the source code, I found this mysql query:
Code:
$us = $vb->db->query("SELECT userid, username FROM " . TABLE_PREFIX . "user where usergroupid = $group[usergroupid] or FIND_IN_SET($group[usergroupid], membergroupids)");
It is mean that script checks the value in two fields - by primary and by secondary group too. I tried to understand another procedures, but it failed becouse I don't know
PHP .
It will be fery useful, if the bridge will be able to take a secondary group in account