Problem mit "Prefix Titel"-Mod bei der modcp-Datei
Verfasst: 11.01.2007 16:49
Hallo!
In der Installationsdatei steht:
In der Installationsdatei steht:
Das finde ich in der modcd.php Datei aber nicht, die einzigsten drei ähnlichen Codes sind die hier:##----Find---ATTETION there are three very close
$template->assign_vars(array(
'META' => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
);
message_die(GENERAL_MESSAGE, $lang['Topics_Locked'] . '<br /><br />' . $message);
break;
$template->assign_vars(array(
'META' => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
);
message_die(GENERAL_MESSAGE, $message);
}
else
{
if ( empty($HTTP_POST_VARS['topic_id_list']) && empty($topic_id) )
{
message_die(GENERAL_MESSAGE, $lang['None_selected']);
$template->assign_vars(array(
'META' => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
);
message_die(GENERAL_MESSAGE, $message);
}
// Here you select the forum is has to merge to
else
{
if ( empty($HTTP_POST_VARS['topic_id_list']) && empty($topic_id) )
Könt ihr mir helfen?$template->assign_vars(array(
'META' => '<meta http-equiv="refresh" content="3;url=' . $redirect_page . '">')
);
message_die(GENERAL_MESSAGE, $lang['Topics_Removed'] . '<br /><br />' . $l_redirect);
}
else
{