Minor glitch after chat mod install

Started by Teal, September 18, 2007, 10:40:00 PM

Previous topic - Next topic

Teal

I have found several times now that after installing some mods, I notice that some files have 3 copies of the identical code. In some cases it means I end up with three identical buttons atop the forum. I have managed to weed out the extra files in most cases except for this one. After installing the "chat mod", I now see  3 instances for every user in the chat room.

http://www.overclockeddoc.com/hellzhawtdogz/condiments/users_inchat.jpg

Could someone suggest where I need to look to edit this problem.

Thanks
www.overclockeddoc.com
www.hellzhawtdogz.com

Teal

I found the solution. In the Boardindex.php file (default) I found three instances of the same code. I removed two of them and all is well.

// --- Begin FlashChat integration ---
   // If there's users in the chat
   if (!empty($context['users_chat']))
      echo '
                     <br />
                     ', $txt['fc_users_online'], ':<br />', implode(', ', $context['list_users_chat']);
   // --- End FlashChat integration ---
www.overclockeddoc.com
www.hellzhawtdogz.com

Advertisement: