Verfasst: 21.10.2003 19:56
ich teste es mal schnell - hab aber eben nachguckt in der anleitung-da steht es aber so drinnen 
Code: Alles auswählen
$view_userdata['user_popup_pm'] = intval($HTTP_POST_VARS['user_popup_pm']);Code: Alles auswählen
$view_userdata['user_blending'] = intval($HTTP_POST_VARS['user_blending']);Code: Alles auswählen
user_popup_pm = " . $view_userdata['user_popup_pm'] . ",Code: Alles auswählen
user_blending = " . $view_userdata['user_blending'] . ",Code: Alles auswählen
'L_POPUP_ON_PRIVMSG_EXPLAIN' => $lang['Popup_on_privmsg_explain'],Code: Alles auswählen
'L_BLENDING' => $lang['blending'],Code: Alles auswählen
$popup_pm_no = ( $view_userdata['user_popup_pm'] != YES ) ? ' checked="checked"' : '';Code: Alles auswählen
$blending_yes = ( $view_userdata['user_blending'] == YES ) ? ' checked="checked"' : '';
$blending_no = ( $view_userdata['user_blending'] != YES ) ? ' checked="checked"' : '';Code: Alles auswählen
'POPUP_PM_NO' => $popup_pm_no,Code: Alles auswählen
'BLENDING_YES' => $blending_yes,
'BLENDING_NO' => $blending_no,Code: Alles auswählen
<input type="radio" name="user_popup_pm" value="{NO}" {POPUP_PM_NO} /><span class="gen">{L_NO}</span>
</td>
</tr>Code: Alles auswählen
<tr>
<td class="row1"><span class="gen">{L_BLENDING}:</span></td>
<td class="row2">
<input type="radio" name="user_blending" value="{YES}" {BLENDING_YES} /><span class="gen">{L_YES}</span>
<input type="radio" name="user_blending" value="{NO}" {BLENDING_NO} /><span class="gen">{L_NO}</span> </td>
</tr>die beiden zeilen ist alles<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<!-- mod : profile cp -->
<!-- BEGIN birthday_popup -->
<script language="Javascript" type="text/javascript">
<!--
window.open('{birthday_popup.U_BIRTHDAY_POPUP}', '_phpbbbirthday', 'HEIGHT=225,resizable=yes,WIDTH=400');
//-->
</script>
<!-- END birthday_popup -->
<!-- fin mod : profile cp -->
<script type="text/javascript" src="templates/rollout.js"></script>
<!-- Menü Start --><!-- Menü Start --><!-- Menü Start --><!-- Menü Start --><!-- Menü Start -->
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.2)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.2)">
<SCRIPT language=JavaScript1.2 src="./templates/menue.js"></SCRIPT>
<SCRIPT language=JavaScript1.2>
<!--
YOffset=145;
staticYOffset=51;
slideSpeed=1;
waitTime=100;