Den Schnee Mod in meinem Forum habe ich hier aus dem phpBB Forum, den Thread dazu gibt es hier

http://www.phpbb.de/viewtopic.php?t=964 ... sc&start=0
Code: Alles auswählen
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<SCRIPT LANGUAGE="JavaScript" SRC="snow.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
function snow()
{
Falling(20,"<IMG SRC='http://michi2.mi.funpic.de/phpBB2/templates/fisubgrey/images/snow.gif'>");
}
</SCRIPT>
</head>
<body><body onLoad="snow()">
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
Code: Alles auswählen
<body><body onLoad="snow()">
Code: Alles auswählen
<body onLoad="snow()">
Damit hätts auch geschneit btw. easyMichiThe hat geschrieben:So ich hab des alles jetzt so:
...
<SCRIPT LANGUAGE="JavaScript" SRC="snow.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
function snow()
{
Falling(20,"<IMG SRC='http://michi2.mi.funpic.de/phpBB2/templ ... s/snow.gif'>");
...