I have FlashChat integrated with my current SMF 1.1.1 theme and when I log out, I get the following error:
Internal Server Error
File not found.
Any idea what is causing it? I'm using the Dilber MC Theme by HarzeM. Also how do I properly create a button for that theme? I have one sort of cobbed up but I would like to have it look right.
// FlashChat!
if ($context['user']['is_logged'])
echo ($current_action == 'chat' || $context['browser']['is_ie4']) ? '<td class="menubg' . $first . '"> </td>' : '' , '
<td valign="center" class="menubg' , $current_action == 'chat' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=chat">' , $txt['fc_chat'] , '</a>
</td>' , $current_action == 'chat' ? '<td class="menubg' . $last . '"> </td>' : '';
The other buttons like like this:
// The [Gallery]!
if ($context['allow_smfgallery_view'])
echo'
<td align="center" class="menubg' , $current_action == 'gallery' ? '2' : '' , '">
<a href="', $scripturl, '?action=gallery">' , $txt['smfgallery_menu'] , '</a>
</td>';
Here's my forum url:
http://www.russian-mosin-nagant-forums.com/smfThanks!