#2367 - Composr 10b5: Critical error when using awards block to display award based on usergroup
0 guests and 0 members have recently viewed this.
The top 3 point earners from 21st Dec 2025 to 28th Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| Adam Edington |
|
|
There are no events at this time
index d2a035d..fe717b2 100755
--- a/sources/cns_groups.php
+++ b/sources/cns_groups.php
@@ -58,6 +58,7 @@ function render_group_box($row, $zone = '_SEARCH', $give_context = true, $guid =
$summary = get_translated_text($row['g_name'], $GLOBALS['FORUM_DB']);
+ require_code('cns_groups2');
$num_members = cns_get_group_members_raw_count($row['id']);
$entry_details = do_lang_tempcode('GROUP_NUM_MEMBERS', escape_html(integer_format($num_members)));