Quote:
Originally Posted by KirbyDE
postbit_display_complete
PHP Code:
foreach (fetch_membergroupids_array($this->post, false) AS $usergroupid)
{
$ugstr .= ', ' . $this->registry->usergroupcache["$usergroupid"]['title'];
}
$ugstr = substr($ugstr, 2);
If this is what you want.
|
Looks greek to me...I'll try it out with a copy/paste in that template and let you know lol
Thanks Kirby.