Pagina 1 van 1

phbb chat flash in forum probleem

Geplaatst: 02 aug 2006, 19:22
door antwan
heb dit gedaan :

Locate this text:

<!-- END switch_user_logged_out -->
And add the following text IMMEDIATELY after it:

<!-- BEGIN switch_user_logged_in -->
&nbsp;<a href="chat/flashchat.php" class="mainmenu" target="flashchat">
<img src="templates/subSilver/images/icon_mini_register.gif" width="12"
height="13" border="0" alt="Start FlashChat" hspace="3" />FlashChat</a></span>&nbsp;
<!-- END switch_user_logged_in -->

als ik inlog gaat het icoontje weg en als ik dan weer uitlog komt het weer tevoorschijn raar wat doe ik verkeerd?
thx

Geplaatst: 02 aug 2006, 19:56
door ElbertF
Als ik het zo zie is dat precies de bedoeling.

Geplaatst: 02 aug 2006, 19:58
door antwan
ja maar als je inlogt dan moet je dat icoontje toch zien ? anders kunnen alleen niet geregistreerde members dat zien

Geplaatst: 02 aug 2006, 20:20
door ElbertF
Ah, ik las je toelichting verkeerd. Plaats eens het stuk code dat je hebt aangepast.

Geplaatst: 02 aug 2006, 20:23
door antwan
dit heb ik gedaan zie link

http://www.tufat.com/docs/flashchat/phpbb.html

daarna zei de moderator daar dat ik een verkeerde skin had en alleen werkte met de sub sliver skin maar helaas ik heb die ook geprobeerd en die werkt hetzelfde :cry:

Geplaatst: 02 aug 2006, 23:06
door antwan
opgelost !!
dit ws de oplossing :
OK well I have the same thing and it works fine so here is what I think the issue is. These tag codes have to be

on there own lines:

<!-- BEGIN switch_user_logged_in -->

<!-- END switch_user_logged_in -->

If you have for example the begin tag and then the code on the same line that is the issue. This will cause this

issue as an example:

<!-- BEGIN switch_user_logged_in --><a href="chat/flashchat.php" class="mainmenu" target="flashchat">

That would be wrong and would be the issue. Keep the begin and end switch tags on there own line seperate from

the other code just like you see in the tutorial.