Search found 1 match
- 17. December 2011 19:09
- Forum: MOD Portalview - Portal blocks in whole forum
- Topic: Board team/leaders page duplicate entries
- Replies: 5
- Views: 21411
Re: Board team/leaders page duplicate entries
Hello, I found this thread after facing the same problem. Here's the fix: Open portal/block/leaders.php FIND: $which_row = (in_array($row['user_id'], $admin_id_ary)) ? 'admin' : 'mod'; REPLACE WITH: $which_row = (in_array($row['user_id'], $admin_id_ary)) ? 'admin_p' : 'mod_p'; FIND: if ($which_row =...