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 Modules
Go to bottom Post Reply Favoured: 0
TOPIC:
#48608
Fixed error in FBlatest 2 Months, 4 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: 6
graphgraph
User Offline Click here to see the profile of this user
Birthdate: 2007-05-25
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop