Chat in SMFSMF Version: 1.1.x
Description:Creates a chat block @ chat.php or use ?action=chat.
Everyone has permission to edit this block in the chat.template.php
<iframe height=550 width=100% marginheight=0 marginwidth=0 scrolling=no frameBorder=0 src="http://g4l.blackc0re.info/forums/chat/flashchat.php"></iframe>

and to add to a custom template just edit the index.template.php and add
//[Chat] button -zero's custom edit
if ($context['allow_memberlist'])
echo ($current_action == 'chat' || $context['browser']['is_ie4']) ? '' : '' , '
<div class="maintab_' , $current_action == 'chat' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=chat">' , Chat , '</a>
</div>' , $current_action == 'chat' ? '<div class="seperator"><!--no content--></div>' : '<div class="seperator"><!--no content--></div>';
wherever u want in the links section.

-ZeRo/Prometheus
Link to Mod