Mikael Nordfeldth f433f7ce77 if parameters are not 0, null then limit will be PROFILES_PER_PAGE
If you look at classes/User_group.php on line 412 in the current code, you can see that a call to $profile->getGroups() is made. This implies getGroups($offset=0, $limit=PROFILES_PER_PAGE) only giving a limited amount of groups.

This means only the first 20 groups in an ascending numerical order by locally stored User_group->id will be addressable with the bangtag syntax.

I solved this by making the getGroups() call to the same one made in Profile->isMember(), i.e. $profile->getGroups(0, null);
2013-08-12 12:50:23 +02:00
..
2011-08-22 17:52:02 -04:00
2011-08-22 17:52:02 -04:00
2011-08-22 17:52:02 -04:00
2011-08-22 17:52:02 -04:00
2013-06-15 12:07:52 -04:00
2013-07-16 10:57:06 -07:00
2011-08-22 17:52:02 -04:00
2011-10-20 12:50:39 -04:00
2011-08-22 17:52:02 -04:00
2011-08-22 17:52:02 -04:00