Group membership in viewtopic
Scris: 06-Ian-2007, 00:57:32
am o eroare si nush ce sa ii fac:
Parse error: syntax error, unexpected T_IF in /home2/atomnorg/public_html/forum/viewtopic.php on line 1234
aia contine:
'U_MINI_POST' => $mini_post_url,
'U_POST_ID' => $postrow[$i]['post_id'])
// Start add - Show usergroups MOD
if (display_usergroups($userdata['user_id'],$poster_id,'postrow'))
{
$template->append_block_vars('postrow',array(
'L_USER_GROUP' =>$lang['Usergroups'],
'L_GO' => $lang['Go']));
} else
{
$template->append_block_vars('postrow',array(
'L_NO_USER_GROUP' =>$lang['Usergroups'],
'L_NO_USERGROUPS'=> $lang['None']));
}
// End add - Show usergroups MOD
);
}
$template->pparse('body');
Tot ce este inainte si dupa ce am adaugat, astept ideei
Parse error: syntax error, unexpected T_IF in /home2/atomnorg/public_html/forum/viewtopic.php on line 1234
aia contine:
'U_MINI_POST' => $mini_post_url,
'U_POST_ID' => $postrow[$i]['post_id'])
// Start add - Show usergroups MOD
if (display_usergroups($userdata['user_id'],$poster_id,'postrow'))
{
$template->append_block_vars('postrow',array(
'L_USER_GROUP' =>$lang['Usergroups'],
'L_GO' => $lang['Go']));
} else
{
$template->append_block_vars('postrow',array(
'L_NO_USER_GROUP' =>$lang['Usergroups'],
'L_NO_USERGROUPS'=> $lang['None']));
}
// End add - Show usergroups MOD
);
}
$template->pparse('body');
Tot ce este inainte si dupa ce am adaugat, astept ideei