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-09-08 12:01:06 -04:00
2011-08-22 18:05:37 -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-05-24 09:27:21 -04:00
2011-08-22 18:05:37 -04:00
2011-08-22 17:52:02 -04:00
2011-09-28 15:48:20 -04:00
2011-08-22 17:52:02 -04:00
2011-12-28 12:44:42 +01: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-09-27 04:09:47 +00:00
2011-08-22 17:52:02 -04:00
2011-08-22 17:52:02 -04:00
2011-10-20 12:50:39 -04:00
2011-03-29 16:18:51 -07:00
2013-06-30 12:07:55 -04:00
2011-08-22 18:05:37 -04:00
2011-08-22 17:52:02 -04:00
2013-07-16 10:11:26 -07:00
2011-08-22 17:52:02 -04:00
2011-08-22 18:05:37 -04:00
2011-09-29 15:21:52 -07:00
2011-08-30 11:43:27 +02:00
2013-06-08 21:12:29 -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
2011-10-20 12:50:39 -04:00
2013-06-15 12:07:52 -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
2011-09-24 07:12:34 -04:00
2011-08-22 17:52:02 -04:00
2011-09-26 17:11:49 -04:00
2011-10-20 12:50:39 -04:00
2011-08-22 17:52:02 -04:00
2013-07-16 10:35:44 -07:00
2013-07-16 10:57:06 -07:00
2011-08-22 17:52:02 -04:00
2011-08-22 17:52:02 -04:00
2011-08-22 18:05:37 -04:00
2011-08-22 17:52:02 -04:00
2011-10-20 12:50:39 -04:00
2010-09-28 23:42:18 +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-06-10 18:57:17 -04:00
2010-07-29 16:32:41 -04:00
2011-06-10 19:13:33 -04:00
2011-03-28 17:22:37 -07:00
2013-06-08 14:56:57 -04:00
2011-08-22 17:52:02 -04:00
2011-04-28 15:29:13 -07:00
2013-08-12 12:50:23 +02:00
2011-09-28 18:32:43 -07: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-07-16 10:47:29 -07:00