heb dit gedaan :
Locate this text:
<!-- END switch_user_logged_out -->
And add the following text IMMEDIATELY after it:
<!-- BEGIN switch_user_logged_in -->
<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>
<!-- 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
phbb chat flash in forum probleem
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

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
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

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.
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.