Pagination in Groups doen't work. So, when there are more than 30 group members, on "show all" pagination doesn't work.
Please if anyone knows whick code I have to change....
Pagination in Groups doen't work. So, when there are more than 30 group members, on "show all" pagination doesn't work. Please if anyone knows whick code I have to change.... |
bump... anyone? |
There's a bug in the inc/classes/BxDolGroups.php script for version 6.1.4. In the code block (at line 988), in function PCShowGroupMembers, there's a typo, an ampersand in the query string has the wrong encoding: f( $iPagesNum > 1 ) { should be if( $iPagesNum > 1 ) { |
tanx david! |
There's a bug in the inc/classes/BxDolGroups.php script for version 6.1.4. In the code block (at line 988), in function PCShowGroupMembers, there's a typo, an ampersand in the query string has the wrong encoding: f( $iPagesNum > 1 ) { should be if( $iPagesNum > 1 ) { I am having difficulty with groups and wonder if this is the only typo in this bxDolGroups.php file. could it be this that is forcing the groups page to name a css div class class=" 				group_topic_row_ in all dolphin installs (including this one at unity) |