Quote:
Originally posted by Xenon
if you want to change it on forumhome you have to look at index.php
|
once again thank you Xenon, but I tried this and it did not work...
I looked for this
PHP Code:
if ($bbuserinfo[usergroupid] == 6) {
and found it only once in index.php at about line 190.
I replaced it with
PHP Code:
if ($bbuserinfo[usergroupid] == 6 OR $bbuserinfo[usergroupid] == 5) {
as suggested by logician earlier.....
uploaded the index.php, but it did not work.....
only admin can see hidden users online on the home page....
any thoughts ????