Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Bug: Member list with CB (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Bug: Member list with CB
#22947
Bug: Member list with CB 1 Year, 2 Months ago  
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
Crawford (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top