Jump to content

Download: (IM) IRC-Chat [3.1]


Martin A.

Recommended Posts

Posted

File Name: (IM) IRC-Chat [3.1]
File Submitter: Martin A.
File Submitted: 15 Mar 2009
File Updated: 23 Oct 2011
File Category: Applications

IP.Board 3.2 version is available here


File Information
Resource Type: Application
Version: 1.0 (10000)
Compatibility: IP.Board 3.0 & IP.Board 3.1


Description
This application implements "PJIRC" in to your current forum layout. Most of the settings are controllable trough your ACP


Update 5. December '09: Fixed an issue with emoticons. Also added a way to strip out all non-alphanumeric characters.

Click here to download this file

  • 2 months later...
  • 2 weeks later...
Posted

No, nothing of this will be executed on your server. This uses a Java applet. So that's downloaded and run on your users computer, but with the visual parts wrapped into your forums design.

  • 3 weeks later...
Posted

Ok, I've changed channel codepage to UTF-8, but cyrillic characters, sent from this client converts to numbers... :blink:

Posted

Can't give you an exact answer, as I can't test this myself, but give this a try;

ACP -> Look & Feel -> [Select skin] -> skin_ircChat -> showChatApplet
Find:

Save, and repeat on all skins.

<param name="pixx:showhelp" value="true" />

Add below:

<param name="languageencoding" value="windows-1251" />

<param name="coding" value="3" />
  • 3 months later...
Posted

I am receiving the following error after installation:<br><br> Fatal error: Call to a member function showChatApplet() on a non-object in /home/myurl/myurl.com/discussion/forums/admin/applications_addon/other/ircChat/modules_public/chat/chat.php on line 199<br>

Any help would be appreciated!

<br>





Posted

The skin templates weren't properly installed. Go to Look & Feel -> Template Tools and rebuild HTML for that application. Think that's in the third section of that page, check off "Rebuild HTML" and "(IM) IRC-Chat".
If that doesn't work, re-cache your skin sets (first section of that page), or reinstall the application.

Posted

Okay.... all of a sudden it is working! I don't know why or how, but I am very grateful! thumbsup.png

Now.... if I may ask yet another question... is there any way to make it so people see how many are in chat like the IPB chat allows? This would show up at the forum.

Thank you!!!

Posted

Not really. It may work for some IRC networks, and it would require an external request for each request, or least every 5-10 minute.
Make something like this for one particular network is doable, but support for all networks were this is possible is not.

  • 1 month later...
Posted

Guess that's an issue related to the latest security feature in Java, where you have to specifically say that you trust the author of the applet.
As this is just a wrapper for an existing applet, that's nothing I can do to fix that, except waiting for the developer of it to fix this.

  • 2 months later...
Posted

Is it possible to make them join multiple channels on start? I tried #chat,#radio and it works at first but then it gets all buggy. You have to disconnect and then reconnect again to make it work proper.

Posted

ACP -> Look & Feel -> [Select skin] -> skin_ircChat -> showChatApplet
Find:

Save template bit

<param name="command1" value="/join {$this->settings['im_irc-channel']}" />

Add below:

<param name="command2" value="/join #anotherChannel" />

<param name="command3" value="/join #aThirdChannelIfNeeded" />
  • 10 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...