Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 2
Seite [1]
JimmyBones


Beginner





Beiträge: 3
# Thema - 19.04.2009 um 17:14 Uhr
Moin moin,

und zwar habe ich 3 kleinere Probleme.

Und zwar bekomme ich folgende Fehlermeldung bzw. Fehlerseite wenn ich bei den Page Stats auf "Benutzer" und "Online" klicke (links auf dem Pic).

Des weiteren bekomme ich das, was rechts auf dem Pic zu sehen ist, wenn ich auf System -> Optionen -> Benutzer gehe.

http://g.imagehost.org/view/0949/fehler


Das 3. Prob bezieht sich auf mein mit Javascript gestaltetes Klappmenü in der Navi. Die Unterpunkte klappen bestens auf, doch sofern ich dann einen der Links klicke geht das Menü wieder "zu". Ich hab ka wie ich des ändern kann, dass es so lange offen bleibt, bis man den "Hauptbutton" wieder drückt. Anbei der Code aus meiner index.htm

Code +-
<script language="javascript">
function showHideDiv(id){
if(eval("document.getElementById('" + id + "').style.display == 'block'")){
eval("document.getElementById('" + id + "').style.display = 'none'")
}else{
eval("document.getElementById('" + id + "').style.display = 'block'")
}
}
</script>

....

<div class="button_link"><a class="button_link" href="#"
onClick="showHideDiv
('someDiv');">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;ADT's</a>
</div>



<div id="someDiv" float: left; style="display:none;">

<div class="button_link"><a class="button_link" href="index.php?mod=static&action=view&id=1">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;Einführung</a></div>

<div class="button_link"><a class="button_link" href="index.php?mod=static&action=view&id=2">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;List</a></div>

<div class="button_link"><a class="button_link" href="index.php?mod=static&action=view&id=3">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;Stack</a></div>

<div class="button_link"><a class="button_link" href="index.php?mod=static&action=view&id=4">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;Queue</a></div>

<div class="button_link"><a class="button_link" href="index.php?mod=static&action=view&id=5">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;Heap</a></div>

<div class="button_link"><a class="button_link" href="index.php?mod=static&action=view&id=6">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;Tree</a></div>


Hoffe ich hab mein Anliegen verständlich beigebracht

Edit: falsches Forum sry

Edit die 2. :

habe eben mal in die Logs geschaut und z.B. diese Meldungen erhalten:

Lgs's +-
17:41:36 PHP Notice on line 4 -> Use of undefined constant __USER__ - assumed '__USER__' Details
17:41:36 PHP Notice on line 4 -> Use of undefined constant __GBOOK__ - assumed '__GBOOK__' Details
17:41:36 PHP Notice on line 4 -> Use of undefined constant __NEWS__ - assumed '__NEWS__' Details
17:41:36 PHP Notice on line 4 -> Use of undefined constant __THREAD__ - assumed '__THREAD__' Details
17:41:36 PHP Notice on line 4 -> Use of undefined constant __COMMENT__ - assumed '__COMMENT__' Details
17:41:36 PHP Notice on line 4 -> Use of undefined constant __VOTES__ - assumed '__VOTES__' Details
17:41:36 PHP Notice on line 4 -> Use of undefined constant __VOTED__ - assumed '__VOTED__' Details
17:41:37 PHP Notice on line 4 -> Use of undefined constant __USER__ - assumed '__USER__' Details
17:41:37 PHP Notice on line 4 -> Use of undefined constant __GBOOK__ - assumed '__GBOOK__' Details
17:41:37 PHP Notice on line 4 -> Use of undefined constant __NEWS__ - assumed '__NEWS__' Details
17:41:37 PHP Notice on line 4 -> Use of undefined constant __THREAD__ - assumed '__THREAD__' Details
17:41:37 PHP Notice on line 4 -> Use of undefined constant __COMMENT__ - assumed '__COMMENT__' Details
17:41:37 PHP Notice on line 4 -> Use of undefined constant __VOTES__ - assumed '__VOTES__' Details
17:41:37 PHP Notice on line 4 -> Use of undefined constant __VOTED__ - assumed '__VOTED__' Details
17:41:38 PHP Notice on line 4 -> Use of undefined constant __USER__ - assumed '__USER__' Details
17:41:38 PHP Notice on line 4 -> Use of undefined constant __GBOOK__ - assumed '__GBOOK__' Details
17:41:38 PHP Notice on line 4 -> Use of undefined constant __NEWS__ - assumed '__NEWS__' Details
17:41:38 PHP Notice on line 4 -> Use of undefined constant __THREAD__ - assumed '__THREAD__' Details
17:41:38 PHP Notice on line 4 -> Use of undefined constant __COMMENT__ - assumed '__COMMENT__' Details
17:41:38 PHP Notice on line 4 -> Use of undefined constant __VOTES__ - assumed '__VOTES__' Details
17:41:38 PHP Notice on line 4 -> Use of undefined constant __VOTED__ - assumed '__VOTED__' Details
17:41:45 PHP Notice on line 4 -> Use of undefined constant __USER__ - assumed '__USER__' Details
17:41:45 PHP Notice on line 4 -> Use of undefined constant __GBOOK__ - assumed '__GBOOK__' Details
17:41:45 PHP Notice on line 4 -> Use of undefined constant __NEWS__ - assumed '__NEWS__' Details
17:41:45 PHP Notice on line 4 -> Use of undefined constant __THREAD__ - assumed '__THREAD__' Details
17:41:45 PHP Notice on line 4 -> Use of undefined constant __COMMENT__ - assumed '__COMMENT__' Details
17:41:45 PHP Notice on line 4 -> Use of undefined constant __VOTES__ - assumed '__VOTES__' Details
17:41:45 PHP Notice on line 4 -> Use of undefined constant __VOTED__ - assumed '__VOTED__' Details
17:42:01 PHP Notice on line 4 -> Use of undefined constant __USER__ - assumed '__USER__' Details
17:42:01 PHP Notice on line 4 -> Use of undefined constant __GBOOK__ - assumed '__GBOOK__' Details
17:42:01 PHP Notice on line 4 -> Use of undefined constant __NEWS__ - assumed '__NEWS__' Details
17:42:01 PHP Notice on line 4 -> Use of undefined constant __THREAD__ - assumed '__THREAD__' Details
17:42:01 PHP Notice on line 4 -> Use of undefined constant __COMMENT__ - assumed '__COMMENT__' Details
17:42:01 PHP Notice on line 4 -> Use of undefined constant __VOTES__ - assumed '__VOTES__' Details
17:42:01 PHP Notice on line 4 -> Use of undefined constant __VOTED__ - assumed '__VOTED__' Details

Datum/Uhrzeit: 2009-04-19 / 17:41:36
Fehler PHP Notice on line 4 -> Use of undefined constant __USER__ - assumed '__USER__'
Datei Name /home/www/web234/html/mods/count/users.php
Verursacht in: mod=logs&action=roots&where=1&del=2009-04-19.log
IP Addresse: 84.188.109.109
Browser: Apache/2.2.3 (CentOS)




------------------
Zum Glück haben Computerspiele nicht wirklich Einfluss auf die Jugend, sonst würden wir dank Pac-Man heute alle magische Pillen fressen und sich ständig wiederholende Musik hören.


Der Computer ist die logische Weiterentwicklung des Menschen: Intelligenz ohne Moral.


Zuerst ignorieren sie dich, dann lachen sie über dich, dann bekämpfen sie dich und dann gewinnst du.
Mohandas K. Gandhi

Zuletzt editiert von JimmyBones am 19.04.2009 um 17:45 Uhr (3x Editiert)
Inaktiv
duRiel ClanSphere Team


Weltmeister




Herkunft: Cambridge
Beiträge: 7300
# Antwort: 1 - 19.04.2009 um 17:21 Uhr
hi,
1) und 2): guck mal ob alle dateien aus mods/count richtig hochgeladen wurden.
3) das kannst du entweder mit ajax lösen oder indem du beim aufrufen der seite checkst, welcher menüpunkt gerade aktiv ist. oder beides. ich hab das problem auf der folgenden seite mit beidem gemacht: http://www.cats-software.com

gruß
duRiel


Inaktiv
|
JimmyBones
Thread-Ersteller


Beginner





Beiträge: 3
# Antwort: 2 - 19.04.2009 um 17:34 Uhr
hat sich nun fast alles von "alleine" erledigt dank duriel

nur noch halt des mit dem Klappmenü ist eine Baustelle.


------------------
Zum Glück haben Computerspiele nicht wirklich Einfluss auf die Jugend, sonst würden wir dank Pac-Man heute alle magische Pillen fressen und sich ständig wiederholende Musik hören.


Der Computer ist die logische Weiterentwicklung des Menschen: Intelligenz ohne Moral.


Zuerst ignorieren sie dich, dann lachen sie über dich, dann bekämpfen sie dich und dann gewinnst du.
Mohandas K. Gandhi

Zuletzt editiert von JimmyBones am 19.04.2009 um 21:09 Uhr (1x Editiert)
Inaktiv
|
Antworten: 2
Seite [1]


Sie müssen sich registrieren, um zu antworten.