Scris: 10-Feb-2007, 10:00:37
exact aia am cautat-o cand am vazut ca nu am ce face, dar nu o gaseste, se poate sa fie denumita altfel?
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Cod: Selectaţi tot
#
#-----[ FIND ]------------------------------------------
#
$template->assign_block_vars('postrow', array(
#
#-----[ BEFORE, ADD ]------------------------------------------
#
if ( $userdata['session_logged_in'] )
{
$report_img = '<a href="' . append_sid($phpbb_root_path . 'viewtopic.'.$phpEx.'?report=true&' . POST_POST_URL . '=' . $postrow[$i]['post_id']) . '"><img></a>';
}
else
{
$report_img = '';
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
'REPORT_IMG' => $report_img,
#
Cod: Selectaţi tot
Parse error: syntax error, unexpected T_ELSE in /home/site/public_html/forum/viewtopic.php on line 355
Cod: Selectaţi tot
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?
Cod: Selectaţi tot
if ( $userdata['session_logged_in'] )
{
$report_img = '<a href="' . append_sid($phpbb_root_path . 'viewtopic.'.$phpEx.'?report=true&' . POST_POST_URL . '=' . $postrow[$i]['post_id']) . '"><img></a>';
}
else
{
$report_img = '';
}
$template->assign_block_vars('postrow', array(
'REPORT_IMG' => $report_img,