|
Using Fireboard 1.0.13, CB 1.1
When I am logged into joomla/fireboard, clicking the "Member List" from Fireboard correctly displays the CB member list page. But when I am logged out, it displays the Fireboard member list.
The problem seems to be in plugin/stats/frontstats.php, line 20, (and again on line 49) where it has the code [code:1]if ($fbConfig['cb_profile'] && $my->id != 0) {
$userlist = sefReltoAbs('index.php?option=com_comprofiler&task=usersList');
}
else {
$userlist = sefReltoAbs('index.php?option=com_fireboard&func=userlist');
}
[/code:1]
Is there a reason it tests for $my_id != 0? I thought it would be better to let CB handle it, no matter if I'm logged in or not?
ROSCO
|