Search found 1 match

by Balint
17. December 2011 19:09
Forum: MOD Portalview - Portal blocks in whole forum
Topic: Board team/leaders page duplicate entries
Replies: 5
Views: 22600

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 ...

Go to advanced search