Ihe a truble including this MOd in Artemis style.
The problem is in "functions.php" file. It makes a blank screen if this mod are included when it calls the template.
The Modifications in this file are:
- Code: Select all
#
#-----[ OPEN ]------------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]------------------------------------------------
#
break;
case 'postcount':
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
$sql = str_replace('SELECT ', 'SELECT user_group_id, user_session_time, ', $sql);
#
#-----[ FIND ]------------------------------------------------
#
function setup_style($style)
{
global $db, $board_config, $template, $images, $phpbb_root_path;
#
#-----[ AFTER, ADD ]------------------------------------------
#
global $color;
#
#-----[ FIND ]------------------------------------------------
#
return $row;
}
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
$color->read_theme($style);
#
#-----[ FIND ]------------------------------------------------
#
global $starttime;
#
#-----[ AFTER, ADD ]------------------------------------------
#
global $color;
Thanks in advance.

