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!
User Stat Problem (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: User Stat Problem
#23350
User Stat Problem 1 Year, 2 Months ago  
Hello,

Ok, I upgraded from 1.01 to 1.03 with little problems. Now though when I try to display users stats I just get $msg_posts under their avatar.

I hit the "recount users stats" in the configuration panel and I get this error.

Warning: is_resource(): Only one argument expected in home/content/P/b/a/Parte/html/components/com_fireboard/sources/fb_db_iterator.class.php on line 70


This is what it says in the fb_db_iterator.class.php

function Free() {
// free resource
if(is_resource()) {
if($this->ctype=='mysqli' {
mysqli_free_result($this->result);
} else {
mysql_free_result($this->result);
}
}
return TRUE;

Line 70 in red

Also is there a way to turn off the "IP Logged" feature, I didn't see a setting for that?

Thanks,
Q
Qbart (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#23406
Re:User Stat Problem 1 Year, 2 Months ago  
Ok, I found the problem to fix missing post count here:

www.bestofjoomla.com/component/option,co...w/id,19448/catid,66/


I found an answer about the IP Address here.

www.bestofjoomla.com/component/option,co...w/id,23347/catid,75/
Qbart (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/18 16:32 By Qbart.
 
The administrator has disabled public write access.  
Go to top