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!
Fixed error in FBlatest (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Fixed error in FBlatest
#48608
Fixed error in FBlatest 7 Months, 2 Weeks ago  
Fix to submit to FireBoard team:

line 126:

function fblatest_loadposts( $num_posts, $only_categories, $child_categories, $within_thread, $show_public, $show_registered, $show_special )
{
global $database, $my;

$fbcookie = $_COOKIE['fboard_settings'];
$prevvisit = 0;
$readtopics = null;


Line 130:

$fbcookie = $_COOKIE['fboard_settings'];

should be:

$fbcookie = ( isset( $_COOKIE['fboard_settings'] ) ? $_COOKIE['fboard_settings'] : array() );


I fixed it on your site, but please post to fireBoard team the fix with my best regards, Thanks, Beat
klp29 (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Birthdate: 2007-05-25
Logged Logged
 
The administrator has disabled public write access.  
Go to top