Welcome, Guest. Please Login or Register.
May 04, 2024, 10:15:55 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [1.5.0] Updated: Integrated Chat Mod « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: [1.5.0] Updated: Integrated Chat Mod  (Read 6674 times)
QuicKsiLveR
Noobie
*
Posts: 9


Where Am I?

WWW
[1.5.0] Updated: Integrated Chat Mod
« on: December 29, 2002, 06:55:36 PM »
Reply with quote

Hello all,

I am an avid user of the integrated chatroom mod by Dominic Marcic and run by user Brodle. I noticed it wasn't running under 1.5.0 because of a change in some files. I have updated the files and the chat should now function correctly. It's two small changes.

Here is the updated mod in its entirety

<id>
Integrated Chat for YaBB 1.5.0
</id>

<version>
.4
</version>

<mod info>

1. Upload chat.gif to your images directory.

2. Open up chat.php with any text editor.
   a. Find $user = $username . "_abbreviation";
   b. Replace the word abbreviation with a name that will be appended to all usersnames.
      For example my site is the Rat Fan Club so I have _rfc, users become john_rfc
      on the irc server.
   c. Find full.js?room=roomname&width=500&height=520&nick=$user"
   d. Replace the word roomname with the name you want for your chatroom. For example, I use
      rfc.
   e. Save the file and upload to your sources dir.

3. Go into your admin panel and select edit template. Find the area the refers to <yabb uname><yabb im> and replace everything inside and including the <TD valign=center bgColor...> all the way to the first </TD> you see with the following. Make SURE to replace the word roomname with your chat rooms name!

<TD vAlign=center bgColor=#ffffff><FONT size=2><yabb uname><yabb im><BR><yabb time><BR><BR>There are currently <script language="JavaScript" src="http://irc.everywherechat.com:8000/java/test.js?room=roomname"></script> people talking in the chat room.<BR><script language="JavaScript" src="http://irc.everywherechat.com:8000/java/members_comma.js?room=roomname"></script>
<BR></FONT></TD>

4. Run boardmod and upload files

5. Post on the forum and let everyone know if it works!!


Note: You can change the width and height of the applet to fit your site
</mod info>

<author>
Dominic Maricic - Goosemoose
Modified for 1.5.0 by Mike DiMeglio
</author>

<homepage>
http://www.goosemoose.com
http://www.w-train.com/yabb
</homepage>

<edit file>
index.php
</edit file>

<search for>
'clean_log' => array("$sourcedir/Admin.php", 'clean_log'),
</search for>

<add after>
'chat' => array("$sourcedir/Chat.php", 'ChatRoom'),
</add after>

<edit file>
sources\subs.php
</edit file>

<search for>
$yymenu .= "$menusep<a href=\"$cgi;action=profile;user=$euser\">$img[profile]</a>";
</search for>

<add after>
$yymenu .= "$menusep<a href=\"$cgi;action=chat;user=$euser\" target=_blank><img src=\"$imagesdir/chat.gif\" alt=\"Chat\" border=\"0\"></a>";
</add after>

Hope it works out and I hope Dominic doesn't get angry that I updated his mod.

--QuicKsiLveR
Logged
Mr.Sins
Full Member
***
Posts: 113


BROOD WAR FOR LIFE

ICQ - 36721259cl.david@newmail.net WWW
Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #1 on: December 30, 2002, 03:58:20 AM »
Reply with quote

how do you run this with the yabb pack center
Logged


QuicKsiLveR
Noobie
*
Posts: 9


Where Am I?

WWW
Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #2 on: December 30, 2002, 05:02:02 AM »
Reply with quote

I don't know how to make a yabbpak version, so i have repacked it as a zip for BoardMod. It should work. If not, just edit index.php and Subs.php manually.

The instructions are listed in my first post, but here they are again:

1. Upload chat.gif to your images directory.

2. Open up chat.php with any text editor.
   a. Find $user = $username . "_abbreviation";
   b. Replace the word abbreviation with a name that will be appended to all usersnames.
      For example my site is the Rat Fan Club so I have _rfc, users become john_rfc
      on the irc server.
   c. Find full.js?room=roomname&width=500&height=520&nick=$user"
   d. Replace the word roomname with the name you want for your chatroom. For example, I use
      rfc.
   e. Save the file and upload to your sources dir.

3. Go into your admin panel and select edit template. Find the area the refers to <yabb uname><yabb im> and replace everything inside and including the <TD valign=center bgColor...> all the way to the first </TD> you see with the following. Make SURE to replace the word roomname with your chat rooms name!

<TD vAlign=center bgColor=#ffffff><FONT size=2><yabb uname><yabb im><BR><yabb time><BR><BR>There are currently <script language="JavaScript" src="http://irc.everywherechat.com:8000/java/test.js?room=roomname"></script> people talking in the chat room.<BR><script language="JavaScript" src="http://irc.everywherechat.com:8000/java/members_comma.js?room=roomname"></script>
<BR></FONT></TD>

4. Run boardmod and upload files

5. Post on the forum and let everyone know if it works!!


Note: You can change the width and height of the applet to fit your site

Hope it works.

Download the zip: http://www.w-train.com/misc/integrated_chat_0.4.zip
Logged
fruity_baby
Jr. Member
**
Posts: 55


I'm a llama!

Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #3 on: December 31, 2002, 07:52:44 AM »
Reply with quote

Cheers guys, this worked great :)
Logged
QuicKsiLveR
Noobie
*
Posts: 9


Where Am I?

WWW
Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #4 on: December 31, 2002, 04:36:36 PM »
Reply with quote

Just glad I could help.
Logged
Sheeze
Noobie
*
Posts: 38


Freedom Lover!

WWW
Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #5 on: January 02, 2003, 06:15:04 PM »
Reply with quote

Can someone make this a yabbpack?

I tried manually installing. But I have no clue what to change in index.php and subs.php
I have the rest instructions done.....

If someone can yabbpack it, I'd greatly appreciate :-*
If not, can someone tell me what and where to change things in index.php and subs.php?

Thanks a bunches! :-*
Logged

~Sheeze Online All Day!~
~Old Yabb Gold & Yabb SE Fan~
Lil' Hangout @
http://www.lilhangout.net
SD Links @
http://www.sheeze.net
Mr.Sins
Full Member
***
Posts: 113


BROOD WAR FOR LIFE

ICQ - 36721259cl.david@newmail.net WWW
Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #6 on: January 02, 2003, 06:34:59 PM »
Reply with quote

download the zip file http://www.w-train.com/misc/integrated_chat_0.4.zip

follow the readme file.
and use boardmod to install the mod file.

copy the mod to your boardmod YABB SE 1.5.0 dir
if the dir does not exist make it.

then start up boardmod, let boardmod point to your index.php file.

it worked for me without any problem.
Logged


Zombie
Noobie
*
Posts: 29


I'm a llama!

Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #7 on: January 05, 2003, 02:44:17 PM »
Reply with quote

Got it installed but have 1 prob.  When you click on the chat gif a new windows opens, template loads, outline of the Java board loads, but nothing else.  Any ideas?

http://www.swja.net/yabbse/index.php


sign on-
user : test
pass : test
« Last Edit: January 05, 2003, 04:24:24 PM by Zombie » Logged
Mr.Sins
Full Member
***
Posts: 113


BROOD WAR FOR LIFE

ICQ - 36721259cl.david@newmail.net WWW
Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #8 on: January 05, 2003, 06:25:38 PM »
Reply with quote

try downloading sun java re 1.3

http://sun.com
or at http://download.com
Logged


Zombie
Noobie
*
Posts: 29


I'm a llama!

Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #9 on: January 06, 2003, 01:28:50 AM »
Reply with quote

I'm running java 1.4.  Any more ideas?
Logged
Zombie
Noobie
*
Posts: 29


I'm a llama!

Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #10 on: January 06, 2003, 04:16:57 AM »
Reply with quote

Register your name and board.
Did my chat load up for you?
Logged
queks
Jr. Member
**
Posts: 86


I'm a llama!

Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #11 on: January 06, 2003, 10:02:39 AM »
Reply with quote

Done. Thks. the chat applet load by itself when i start the chat program.
Logged
Paradize
Noobie
*
Posts: 5


I'm a llama!

Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #12 on: January 06, 2003, 09:54:23 PM »
Reply with quote

I am also getting the "Blank Screen" error when the chat loads up, I am running WindowsXP and I used a Windows 98 computer today and everything worked fine.

weird.. any ideas?

Jeff¿
Logged
goosemoose
Sr. Member
****
Posts: 256


I'm a llama!

Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #13 on: January 06, 2003, 11:08:12 PM »
Reply with quote

Please refer to the 1.4.0 for bug fixes as the problems you are experiencing are browser related. A new update for this program will be released soon.
Logged

MobileYaBB v.3 [75% done]
All in One MemberList 1.0
Integrated Chat v 2.0
Zombie
Noobie
*
Posts: 29


I'm a llama!

Re:[1.5.0] Updated: Integrated Chat Mod
« Reply #14 on: January 07, 2003, 03:36:27 PM »
Reply with quote

I got it fixed I think.  I can now load it, just waiting for members to try.

I ended up switching from using the full.js to using e.js and manually resizing the applet.  Works good for me now! ;D

user: test
pass: test
« Last Edit: January 07, 2003, 04:54:31 PM by Zombie » Logged
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [1.5.0] Updated: Integrated Chat Mod « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.025 seconds with 19 queries.