hoi,
ik ben met de website www.totalgaming.nl bezig, ik gebruik te team Apollo
ik heb een chatbox geinstaleerd en die zie ik wel op de core theme, maar niet op de Apollo
heb de code van de butten opgezocht en die is (op de core)
// Show the [chatroom] button.
show_chatroomButton();
// Otherwise, they might want to [logout]...
if ($context['user']['is_logged'])
echo ($current_action == 'logout' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'logout' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' , $txt[108] , '</a>
</td>' , $current_action == 'logout' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
de apollo theme werkt met deze code voor buttens
// Show the [chatroom] button.
echo ' <a href="', $scripturl, '?action=forum">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/forum.gif" alt="Forum Index" style="margin: 2px 0;" border="0" />' : 'Forum Index'), '</a>', $context['menu_separator'];
de link naar de chatbox is http://game.linksquest.nl/chat/flashchat.php
de butten die ik voor mijn apollo theme gebruik, dus het adres is /chat.gf
daar waar forum nog staat zou chat moeten komen
wie o wie zou me kunnen helpen
is er niemand die me kan helpen :'(
een vriend van mij heeft het al opgelost, toch bedankt voor de mensen die me misschien wouden helpen