News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

PJIRC Integrated Chat Mod

Started by dtm.exe, August 10, 2005, 06:07:43 PM

Previous topic - Next topic

3guk

Quote from: Irc_Sandman on December 11, 2005, 06:04:46 PM
HI,

I've just installed your IRC chat mod and it installed ok, no probs, just a couple of questions.

How can i get the 'chat' button/icon to appear on my own themes that i've made? also, how can i make it so that only those that are registered on my forums can access the chat? i'm a moderator on irc.icq.com so i got the rooms and nicks thing covered, just need to make it so that only registered forum members can access that chat.
The chat button doesn't show up when a user isn't logged in, but they can access the chat by typing in the chat page's url, and this is what i don't want.

Love the mod, good work :) thank you in advance :)

http://www.simplemachines.org/community/index.php?topic=49444.0

Does members only and a bit more.

d3v

need a simple update to work smf 1.1 rc2 as there is a new default theme now.

Webster

My users want an overview on the boardindex, which members are in the chat. how can i do this?
Can i also see "MEMBER is in chat" in the who is online?

c0rrupt

#303
I used to use phpBB along with Midnightz's PJIRC integration mod. Now I use SMF and like it 10x better. Only thing is the pjirc integration mod for it had more useful features, like setting the nickname as the forum member name automatically, template option, etc..

Any chance you can implement a templates feature into your integration mod Dan? It allows you to customize the applet a lot more. Maybe I haven't messed around with it enough but I noticed you can't change the font face, or colors in the actual chat text (example: quit, kick, channel join or part, user text colors) in your chat.php file. The image I'm using as a background is black, and covers most of the window area.  I can't see what users are typing because their font color is black. How can I change this?

Here's an example of a template file on Midnightz phpBB/PJIRC integration mod (which I customized):
<?php
/***************************************************************************
 *                             PJIRC MOD fiblack3d.php
 *                            -------------------
 *   begin                : 16. july 2004
 *   copyright            : Midnightz / AlleyKat
 *   email                :
 *
 *   $Id: fiblack3d.php, v 1.0.0 2004/07/16 Midnightz
 ***************************************************************************/

$templatecolorz 'all all 0=000000 1=E7E7E7 2=C00000 3=DD6900 4=00A200 5=8E8E8E 6=7E5D8F 7=FFCC00 8=CBBAD4 10=00A09E 11=8080FF 13=4040FF 15=FF6363';  // Color picker
$templatefontz 'all all Verdana 12';                                       // Font style
$templatepic1 'fiblack3d1.gif';                                            // Chat background image 1
$templatepic2 'fiblack3d2.gif';                                            // Chat background image 2
$templatebackground '#464646';                                             // Chat table background
$templateVBcol1 'play2-fiblack3d.png';                                     // Music player buttons
$templateVBcol2 'play1-fiblack3d.png';                                     // Music player buttons
$templateVBcol3 'stop2-fiblack3d.png';                                     // Music player buttons
$templateVBcol4 'stop1-fiblack3d.png';                                     // Music player buttons
$templateVBcol5 'ff2-fiblack3d.png';                                       // Music player buttons
$templateVBcol6 'ff1-fiblack3d.png';                                       // Music player buttons
$templateVBcol7 'rr2-fiblack3d.png';                                       // Music player buttons
$templateVBcol8 'rr1-fiblack3d.png';                                       // Music player buttons
$templateVBcol9 '#000000';                                                 // Display table background color
$templateVBcol10 '#FFCC00';                                                // Available Track List text color
$templateVBcol11 '#464646';                                                // Available Track List background color
$templatelooks '              <param name="pixx:color0" value="000000"> // general bordercolor
                                <param name="pixx:color1" value="FFFFFF"> // general fontcolor
                                <param name="pixx:color2" value="00FF00"> // quite useless bordercolor
                                <param name="pixx:color3" value="006699">  // another useless bordercolor
                                <param name="pixx:color4" value="000000">  // left bordercolor scrollbar
                                <param name="pixx:color5" value="002447">  // Scrollbar and img button colors
                                <param name="pixx:color6" value="002447">  // general bgcolor
                                <param name="pixx:color7" value="2E4374">  // Window button bgcolor and nick highlight color
                                <param name="pixx:color8" value="C40000">  // Window button activity alert color
                                <param name="pixx:color9" value="0071E1">  // exit x button
                                <param name="pixx:color10" value="006200">  // voice symbol bgcolors
                                <param name="pixx:color11" value="BD3F02">  // op symbol bgcolors
                                <param name="pixx:color12" value="003366">  // halfop symbol bgcolors
                                <param name="pixx:color13" value="DD6900">  // its a mystery
                                <param name="pixx:color14" value="1D1C19"> // wtf does this do
                                <param name="pixx:color15" value="000000">'
;  // general nick bgcolor
?>




...or do you know how I can edit these colors in your mod? ...

$templatecolorz = 'all all 0=000000 1=E7E7E7 2=C00000 3=DD6900 4=00A200 5=8E8E8E 6=7E5D8F 7=FFCC00 8=CBBAD4 10=00A09E 11=8080FF 13=4040FF 15=FF6363';  // Color picker
$templatefontz = 'all all Verdana 12';                                       // Font style
$templatepic1 = 'fiblack3d1.gif';                                            // Chat background image 1
$templatepic2 = 'fiblack3d2.gif';                                            // Chat background image 2
$templatebackground = '#464646';                                             // Chat table background

fenris_w0lf

Hi,

I have the following:

"SMF 1.1 RC1" with "Oxygen / TinyPortal v.0.75 by Bloc"

also mods:

"Enhanced Quick Reply 1.0"
"Real Name Mod    2.0"
"Users Online Today Mod  1.1.2"

Will this PJIRC mod work with the above  ???

(also posted this in the other PJIRC mod thread, I'll pick the one thats easiest to integrate with our current setup)

Also...on our forum we have these Themes, theyre all named "FK-xxxx" where "xxxx" is a colour. I'm not sure but I believe those to be standard ones ? If not, will this be a problem ?

Pause

Quote from: fenris_w0lf on January 11, 2006, 07:56:22 AM
Also...on our forum we have these Themes, theyre all named "FK-xxxx" where "xxxx" is a colour. I'm not sure but I believe those to be standard ones ? If not, will this be a problem ?
How to make mods work with themes?
"You and me, inside that box, now." - The Doctor

Bite Fusion
Fusion Web Network
VG Fusion
Wrestling Fusion + Wrestling Fusion Forums

dtm.exe

Version 2.0 will be released as early as tonight!

d3v

Quote from: dtm.exe on February 01, 2006, 09:33:43 PM
Version 2.0 will be released as early as tonight!

* d3v sets up a camping post in the thread. 2.0 gimme

vibez


d3v

Quote from: vibez on February 04, 2006, 02:59:19 PM
any news on version2?

come inside the camp. need someone to watch the fire while i go hunting.

dtm.exe

Sorry guys, I ran into some problems.  GIve it a couple days ::).

dtm.exe

At long last!  Enjoy, guys!  If anyone needs any assistance at all, please do not hesitate to as for help.

Quote from: dtm.exe on August 10, 2005, 06:07:43 PM
Version 2.0

dtm.exe is proud to introduce the latest version version of the PJIRC Integrated Chat Mod for SMF that was unveiled over six months ago.  Quite a few changes and improvements have been made since the release of version 1.0.  Some of the more notable changes include:


  • Fully integrated with SMF's templating system.
  • Easier to use and customize.
  • Updated version of the PJIRC applet.
  • Numerous bug fixes.

Might I also add that there is now a website dedicated to helping you install, configure, or upgrade your mod.

Features

Version 2.0 of my PJIRC Integrated Chat Mod includes all of the following features, and then some:


  • Easy to customize IRC layout.
  • Clean source code.
  • No commercial advertisements.
  • A remote chat that can be accessed via an IRC program.
  • Stable Java applet.
  • No configuration required.
  • Default skin matches all stock SMF themes.
  • User-friendly graphical user interface.
  • Highly configurable.
  • Works with all versions of SMF, 1.1 RC2 and up.
  • Does not interfere with your current mods.
  • Powered by PJIRC, an extremely stable IRC java applet.

Compatibility

Version 2.0 of the PJIRC Integrated Chat Mod is fully compatible with all versions of SMF versions 1.1 RC2 and higher.  If you are using a lesser version, I highly recommend you upgrade for full mod compatibility.  Should you decide to not upgrade to SMF 1.1 RC2 or higher, I will personally install the mod for you at no charge.  This mod is fully compatible with the Core, Babylon, and Classic themes.  I am also willing to make this mod work with any theme on an individual basis, free of charge.

Installation

To install the mod, simply download the compressed archive to your local computer and upload it to your forum via SMF's Package Manager.  Unless you would rather configure the mod yourself to connect to a certain IRC server or a certain channel, there is no need to make any changes to any settings, unless desired.  After you install the mod, your members will immediately be able to chat via the forum.  If you need assistance with either installing or configuring the mod, please do not hesitate to ask for help.


Upgrading

Unless you completely familiarize with the source code of both versions of this mod, I highly recommend you perform a clean uninstall of version 1.0 and a clean install of version 2.0.  If you would like for me to upgrade your mod, I would be more than happy to assist you with that on an individual basis.


Preview

I would not encourage anyone to install any of my mods without trying them out first.  If you are interested in installing this mod, I highly recommend that you view the screenshots and check out the live demo on our website.






Download

Ready to give the mod a chance to prove itself?  Just remember that if you end up disliking the mod, you can always just uninstall it.  Please select from a mirror below.


d3v

FIRST! beta test time. thank you.

dtm.exe

Quote from: d3v on February 08, 2006, 01:46:14 PM
FIRST! beta test time. thank you.

You're very welcome; and yes, it does appear that you're the first :P.

vibez


dtm.exe


perplexed

Hi

I used to have chat mod before I upgraded to RC2.  that one had settings to configure via admin panel.  I downloaded this one yesterday and it installed ok, but I dont see any 'chat' option in the admin panel, should there be one?

Example I was able to set member name extensions and name my room that way

thanks for your help

Pause

No, you edit the options in Chat.template.php (Themes/default/)
"You and me, inside that box, now." - The Doctor

Bite Fusion
Fusion Web Network
VG Fusion
Wrestling Fusion + Wrestling Fusion Forums

definitive

hello,
thanks for the mod, i can use it at work but not at home, is it because od firewall or a lack of a tool?


dtm.exe

Quote from: definitive on February 12, 2006, 01:25:25 PM
hello,
thanks for the mod, i can use it at work but not at home, is it because od firewall or a lack of a tool?

definitive, I would imagine that this is because of the fact that Java is not installed.  It could also be that your network at work does not allow a connection to a Java applet.  Sorry about that :).

Advertisement: