Quote:
Originally Posted by craiovaforum
Ah, you want it to show the user's primary usergroup as well.
it is actually very simple. edit the plugin and find:
PHP Code:
foreach (fetch_membergroupids_array($this->post, false) AS $usergroupid)
replace with:
PHP Code:
foreach (fetch_membergroupids_array($this->post, true) AS $usergroupid)
|
That did it, thanks.
Any way to easily re-order it?