Seite 2 von 2
Verfasst: 20.11.2008 13:21
von Dr.Death
1. Bitte kein Topic Bumping. ( KB:16 )
2. Die Seite
http://www.spielsucht-neindanke.com/for ... eader.html zeigt immer noch den alten Code, ohne Deine Änderungen!
Verfasst: 20.11.2008 13:54
von winnetou
Irgendetwas stimmt bei mir nicht.
Das ist der Quelltxt:
<!-- IF not S_USER_LOGGED_IN --></a><a href="
http://www.spielsucht-neindanke.com/for ... nbox"><img border="0" src="
http://www.spielsucht-neindanke.com/nac ... button.png" alt="" width="124" height="34" /><a href="
http://www.spielsucht-neindanke.com/for ... .php"><img border="0" src="
http://www.spielsucht-neindanke.com/mit ... button.JPG" alt="" width="124" height="34" /></a><a href="
http://www.spielsucht-neindanke.com/forum/ucp.php"><img border="0" src="
http://www.spielsucht-neindanke.com/profilbutton.JPG" alt="" width="124" height="34" /></a><!-- ENDIF -->
Aber wie man sehen kann werden die drei Button in meinem Forum angezeigt wenn man nicht eingeloggt ist.
Verfasst: 20.11.2008 14:06
von aurora876
versuch das mal...
Code: Alles auswählen
<center>
<!-- IF S_USER_LOGGED_IN -->
<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l"><img border="0" src="http://www.spielsucht-neindanke.com/abmeldenbutton.JPG"></a>
<!-- ELSE -->
<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l"><img border="0" src="http://www.spielsucht-neindanke.com/anmeldebutton.JPG" alt="" /></a>
<!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN --><a href="http://www.spielsucht-neindanke.com/forum/ucp.php?mode=register"><img border="0" src="http://www.spielsucht-neindanke.com/regbutton.JPG" alt="" /><!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN --></a><a href="http://www.spielsucht-neindanke.com/forum/ucp.php?i=pm&folder=inbox"><img border="0" src="http://www.spielsucht-neindanke.com/nachrichtenbutton.png" alt="" /><a href="http://www.spielsucht-neindanke.com/forum/memberlist.php"><img border="0" src="http://www.spielsucht-neindanke.com/mitgliederbutton.JPG" alt="" /></a><a href="http://www.spielsucht-neindanke.com/forum/ucp.php"><img border="0" src="http://www.spielsucht-neindanke.com/profilbutton.JPG" alt="" /></a><a href="http://www.spielsucht-neindanke.com"></a><a href="http://www.spielsucht-neindanke.com/forum/faq.php"><img border="0" src="http://www.spielsucht-neindanke.com/faqbutton.JPG" alt="" /></a></a><a href="http://www.spielsucht-neindanke.com/forum/search.php"><img border="0" src="http://www.spielsucht-neindanke.com/suchebutton.JPG" alt="" /></a><!-- ENDIF --></center>
<br /></p>
<br /><p align="center">
mit dem code hier:
ist alles richtig, denn du sagst hier ja
"wenn user nicht eingeloggt, dann zeige diese links", aber du willst ja genau das gegenteil erreichen, also mußt du aus <!-- IF
not S_USER_LOGGED_IN --> dann ein <!-- IF S_USER_LOGGED_IN --> machen.
alles klar?
Verfasst: 20.11.2008 14:19
von winnetou
Hallo,
das sieht fast gut aus! Nur jetzt werden nur Anmelden und reg button gezeigt wenn man ausgeloggt ist. Es sollten aber Anmelden, Reg,Faq und Suche sichtbar sein.
Lg
Jürgen
Edit:
Damit klappt es Perfekt!
Verfasst: 20.11.2008 14:28
von aurora876
wär echt hilfreich, wenn du klar sagen würdest, was du willst. das liest sich nämlich so, als soll man diese buttons erst nach der registrierung sehen können...
Code: Alles auswählen
<center>
<!-- IF S_USER_LOGGED_IN -->
<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l"><img border="0" src="http://www.spielsucht-neindanke.com/abmeldenbutton.JPG"></a>
<!-- ELSE -->
<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l"><img border="0" src="http://www.spielsucht-neindanke.com/anmeldebutton.JPG" alt="" /></a>
<!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN --><a href="http://www.spielsucht-neindanke.com/forum/ucp.php?mode=register"><img border="0" src="http://www.spielsucht-neindanke.com/regbutton.JPG" alt="" /><!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN --></a><a href="http://www.spielsucht-neindanke.com/forum/ucp.php?i=pm&folder=inbox"><img border="0" src="http://www.spielsucht-neindanke.com/nachrichtenbutton.png" alt="" /><a href="http://www.spielsucht-neindanke.com/forum/memberlist.php"><img border="0" src="http://www.spielsucht-neindanke.com/mitgliederbutton.JPG" alt="" /></a><a href="http://www.spielsucht-neindanke.com/forum/ucp.php"><img border="0" src="http://www.spielsucht-neindanke.com/profilbutton.JPG" alt="" /></a><a href="http://www.spielsucht-neindanke.com"></a><!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN --><a href="http://www.spielsucht-neindanke.com/forum/faq.php"><img border="0" src="http://www.spielsucht-neindanke.com/faqbutton.JPG" alt="" /></a></a><a href="http://www.spielsucht-neindanke.com/forum/search.php"><img border="0" src="http://www.spielsucht-neindanke.com/suchebutton.JPG" alt="" /></a><!-- ENDIF --></center>
<br /></p>
<br /><p align="center">
und wenn man die FAQ + die suche immer sehen soll:
ersetze
Code: Alles auswählen
<!-- IF not S_USER_LOGGED_IN --><a href="http://www.spielsucht-neindanke.com/forum/faq.php"><img border="0" src="http://www.spielsucht-neindanke.com/faqbutton.JPG" alt="" /></a></a><a href="http://www.spielsucht-neindanke.com/forum/search.php"><img border="0" src="http://www.spielsucht-neindanke.com/suchebutton.JPG" alt="" /></a><!-- ENDIF -->
mit
Code: Alles auswählen
<a href="http://www.spielsucht-neindanke.com/forum/faq.php"><img border="0" src="http://www.spielsucht-neindanke.com/faqbutton.JPG" alt="" /></a></a><a href="http://www.spielsucht-neindanke.com/forum/search.php"><img border="0" src="http://www.spielsucht-neindanke.com/suchebutton.JPG" alt="" /></a>
Verfasst: 20.11.2008 14:35
von winnetou
aurora876 hat geschrieben:wär echt hilfreich, wenn du klar sagen würdest, was du willst. das liest sich nämlich so, als soll man diese buttons erst nach der registrierung sehen können...
Schau mal Bitte in meinem Beitrag von 12.19 Uhr....................und die Antwort von Dr.Death.
Lg
Jürgen