MyBB.de Forum
Schneefall Script macht Probleme - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Schneefall Script macht Probleme (/thread-7485.html)

Seiten: Seiten: 1 2


Schneefall Script macht Probleme - Beatrice63 - 24.10.2007

Hallo zusammen

Habe bei Schloebe.de ein Schneefall Script heruntergeladen und in meinem Portal installiert.

Seit dem stört das Script mein Logo das mit einer Animation "Jetzt Registrieren" versehen ist, und das "PCtipp Newsletter".

Die Animation "Jetzt Registrieren" das im Logo eingebunden ist hat seit der installation des Script Ausfälle, einmal blitzt es auf und einmal geht gar nichts.

Das "Newsletter PCtipp" läuft im einten moment richtig auf einmal fängt es an zu stottern.

Sieht mal selbst:
http://www.pc-tips.ch

Das Script habe ich in der Templates Portal eingebaut im unteren Teil.

Hier meine Templates Portal:
Code:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<strong>Zum Forum</strong>
</td>
</tr>
<tr>
<td class="trow1">

<a href="http://www.pc-tips.ch/index.php" style="text-decoration: none"><b><font color="#D2042E">Forum</font></b></a><br />

<a href="http://www.pc-tips.ch/calendar.php" style="text-decoration: none"><b><font color="#000000">Kalender</font></b></a><br />

<a href="http://www.pc-tips.ch/member.php?action=register" style="text-decoration: none"><b><font color="#D2042E">Registrieren</font></b></a><br />
</td>
</tr>
</table><br />

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<strong>Erste Hilfe "Everest 2.20"</strong>
</td>
</tr>
<tr>
<td class="trow1">
<a href="http://www.pc-tips.ch/showthread.php?tid=15" style="text-decoration: none"><b><font color="#009933">So kann dir geholfen werden</font></b></a><br />
</td>
</tr>
</table><br />

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<strong>Downloadbereich</strong>
</td>
</tr>
<tr>
<td class="trow1">
<img border="0" src="images/myBulletin/download.gif" alt="Download"/>
<a href="http://www.ftp5.dyndns.org/forum/bildbearbeitung.php" style="text-decoration: none"><font color="#993300">Bildbearbeitung</font></a><br />
<img border="0" src="images/myBulletin/download.gif" alt="Download"/>
<a href="http://www.ftp5.dyndns.org/forum/systemtools.php" style="text-decoration: none"><font color="#993300">System Tools</font></a><br />
<img border="0" src="images/myBulletin/download.gif" alt="Download"/>
<a href="http://www.ftp5.dyndns.org/forum/internettools.php" style="text-decoration: none"><font color="#993300">Internet Tools</font></a><br />
<img border="0" src="images/myBulletin/download.gif" alt="Download"/>
<a href="http://www.pc-tips.ch/forumdisplay.php?fid=46" style="text-decoration: none"><font color="#993300">Dein Download Wunsch</font></a></td>
</tr>
</table><br />

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<strong>Unsere Banner</strong>
</td>
</tr>
<tr>
<td class="trow1">
<img border="0" src="images/myBulletin/erde.jpg" alt="Link"/>
<a href="http://www.ftp5.dyndns.org/forum/linkliste.php" style="text-decoration: none"> Banner Code</a></td>
</tr>
</table><br />

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>PCtipp Newsletter</strong></td>
</tr>
<tr>
<td class="trow1"><script src=
"http://ticker.gulli.com/feed2js.php?src=http%3A%2F%2Fwww.pctipp.ch%2Fnewsfeed%2Fpctipp.rss&dt=scroller&bw=185&chan=n&num=20&desc=1&date=n&targ=y&html=n&speed=1&bh=150&spacer=2"
type="text/javascript">
</script><br />
<a style="FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana"
href="http://www.pctipp.ch/news/" target="_blank"><strong>Weitere
Nachrichten...</strong></a></td>
</tr>
</table>

{$pms}
<p align="center">
<script language="JavaScript" type="text/javascript" src="http://www.wetter.com/v2/woys2/woys2.js.php?141437,72082fcd5056738b6da29be671770795"></script>

<td valign="top">
{$announcements}
</td>
<td valign="top" width="200">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<strong>Bitte halt dich daran</strong>
</td>
</tr>
<tr>
<td class="trow1">
<img border="0" src="images/myBulletin/information.jpg" alt="Board Regeln"/>
<a href="http://www.ftp5.dyndns.org/forum/regeln.php" style="text-decoration: none"><b><font color="#008080">Board-Regeln</font></b></a></td>
</tr>
</table>
<p>
{$search}
{$latestthreads}
{$whosonline}
{$stats}
</td>
<script src="http://www.pc-tips.ch/schnee/snow.js" type="text/javascript"></script>
</body>
</html>

Meine Frage an euch:
Habe ich das Script falsch eingebunden, oder kann man das Script so einschliessen das es weder Logo noch Newsletter stört.


RE: Schneefall Script macht Probleme - StefanT - 24.10.2007

Der Schneefall belastet den Computer sehr. Dass andere Teile der Seite stottern, ist daher kein Wunder.


RE: Schneefall Script macht Probleme - Beatrice63 - 24.10.2007

Ist den das stottern nur an meinem Computer zu sehen, oder könnt ihr das auch bemerken :question:


RE: Schneefall Script macht Probleme - StefanT - 24.10.2007

Bei mir sottert das nur leicht. Allerdings schnellt die Belastung des Computer in die Höhe, sobald ich die Seite öffne.


RE: Schneefall Script macht Probleme - Beatrice63 - 24.10.2007

Alles klar, dann wieder raus mit dem Script. Ugly


RE: Schneefall Script macht Probleme - Garlant - 24.10.2007

Hallo Beatrice63,

In dem Javascript scheint ein Fehler zu sein. Die Fehlerkonsole sagt folgendes:
Zitat:Fehler: document.getElementById("dot" + i) has no properties
Quelldatei: http://www.pc-tips.ch/schnee/snow.js
Zeile: 111
Bei mir wird lediglich eine einzelne Schneeflocke angezeigt, mehr ist da nicht.
Eventuell behebt dies das Problem:
Suche (in snow.js):
PHP-Code:
var idoc_width 800doc_height 100
Ersetze mit:
PHP-Code:
var 0doc_width 800doc_height 100

Darüber hinaus sind viele Dinge in deinen templates nicht valide und somit falsch. Z.b gibt es den Wert valign in html 4.1 nicht mehr. Zu ersetzen wäre dies z.b mit
Code:
<tag style="vertical-align:top;">

Mfg Garlant


RE: Schneefall Script macht Probleme - Beatrice63 - 24.10.2007

Ich habe 40 Schneeflocken angegeben, komisch.

Den Fehler in der snow.js habe ich korigiert. Sehe aber keine Veränderung.

Was meint ihr, merkt ihr das es besser geworden ist?


RE: Schneefall Script macht Probleme - Garlant - 24.10.2007

Ich sehe noch keine Besserung. Eine Korrektur des Quellcodes der Templates könnte aber helfen.

Mfg Garlant


RE: Schneefall Script macht Probleme - Gondlar - 24.10.2007

Im Firefox scheint der Script (zumindest bei mir) nicht zu funtionieren...


RE: Schneefall Script macht Probleme - Beatrice63 - 24.10.2007

Hallo Gondlar

Danke für deine info betr. Firefox, das ist mir noch gar nicht aufgefallen.

Nun jetzt ist schluss mit dem Schneefall Script werde in entfernen. So macht man nur die User die aufs Portal kommen verrückt, und die gehen dann bestimmt wieder.

Oder kennt jemand ein anderes Schneefall Script die mir keine Probleme bereiten?
Müsste aber ein Script sein das man im Script selber eine Bild Datei angeben kann.