hallo,
als ich die nickpage installiert haben bekomme ich bei viewtopic folgnde meldung
Code: Alles auswählen
Parse error: syntax error, unexpected T_VARIABLE in /home/webpages/lima-city/toby01/html/Forum/viewtopic.php on line 1262
MFG Toby01
Code: Alles auswählen
Parse error: syntax error, unexpected T_VARIABLE in /home/webpages/lima-city/toby01/html/Forum/viewtopic.php on line 1262
Code: Alles auswählen
$cm_viewtopic->post_vars($postrow[$i],$userdata,$forum_id
Code: Alles auswählen
Parse error: syntax error, unexpected T_VARIABLE in /home/webpages/lima-city/toby01/html/Forum/viewtopic.php on line 1262
Code: Alles auswählen
Parse error: syntax error, unexpected ')' in /home/webpages/lima-city/toby01/html/Forum/viewtopic.php on line 1272
Code: Alles auswählen
//
//Nickpagebutton
//
$sql = "SELECT COUNT(uid) AS zaehle FROM ".NICKPAGE_TABLE." WHERE uid='".$poster_id."'";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Querrie-Fehler', '', __LINE__, __FILE__, $sql);
}
$row = $db->sql_fetchrow($result);
if($row['zaehle'] == "1")
{
$template->assign_block_vars('postrow.Nickpagebutton', array(
'U_NICKPAGE' => append_sid('nickpage.'.$phpEx.'?user='.$poster),
));
} );
}
Code: Alles auswählen
$cm_viewtopic->post_vars($postrow[$i],$userdata,$forum_id);
//
//Nickpagebutton
//
$sql = "SELECT COUNT(uid) AS zaehle FROM ".NICKPAGE_TABLE." WHERE uid='".$poster_id."'";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Querrie-Fehler', '', __LINE__, __FILE__, $sql);
}
$row = $db->sql_fetchrow($result);
if($row['zaehle'] == "1")
{
$template->assign_block_vars('postrow.Nickpagebutton', array(
'U_NICKPAGE' => append_sid('nickpage.'.$phpEx.'?user='.$poster),
));
}
}