[Add-on] AJAX Chat 2.0.0 Beta

Misc MOD Downloads for phpBB3 -- Any MOD that does not fit into any other category
Forum rules
Image Please feel free to download any MOD's here, support for each MOD is located it's own thread.

To post your own MOD, please first read the MOD Guidelines

How would you rate this mod?

Excellent!
258
69%
Very good
65
17%
Good
25
6%
Fair
9
2%
Poor
15
4%
 
Total votes : 372

[Add-on] AJAX Chat 2.0.0 Beta

Postby Handyman on 27 Jan 2007, 06:18

Classification: Add-on
phpBB Part: Forum
[style].container {width:450px;}[/style]
MOD Name: AJAX Chat
MOD Version: 2.0.0 Beta 8
Author: Handyman
MOD Description: This Mod Adds AJAX Chat to your forum.
Users can chat without ever needing to reload the page.

Works with:
  • RC7 (install instructions are for prosilver, but subsilver2 is included)

Features:
  • AJAX Technology
  • No page re-loading required
  • Ability for Admins to delete posts in the Chat
  • Shows who's online in the Chat
Language: English

Licence: GNU General Public License v2

Screenshots: See the chat page or index page to see what it looks like.

Installation Level: Easy
Installation Time: ~3 Minutes
Format: MODX
Download File: See File Editor notes below before installing - http://startrekguide.bountysource.com/downloads

File Editor Notes
Make sure, when you edit the language file, that your text editor saves the language file as Unicode (UTF8) and WITHOUT a BOM signature.
If your text editor saves the language file with a BOM signature, you will see an error on your forums.

List of text editors that are capable of saving without BOM signature (this list is small since I just started compiling it)
note: if you are using a Mac, you can use almost any file editor available to you.
  1. ZEND
  2. Dreamweaver
  3. Rapid PHP 2007

Updated to Beta 8.
To upgrade from Beta 7, copy
Code: Select all
root/adm/mods/ajax_chat_version.php to adm/mods/ajax_chat_version.php

and replace files with new ones from the zip
Code: Select all
root/chat.php to chat.php
root/language/en/chat.php to language/en/chat.php

Database change (run this query)
Code: Select all
ALTER TABLE phpbb_chat CHANGE bbcode_uid bbcode_uid varchar(8) NOT NULL default '';


Notes: this version fixes the issue where you can post if you're not logged in.
Added MOD Version Check file so you can see when the next version is available (also available through the download link)

Roadmap
  • Add smilies button
  • Show smilies in chat room
  • Multiple Rooms (Progress = 25%)
  • Report Post/Users
  • Add Quote Button
  • Enable Author Delete
  • Private Rooms
  • Send Chat Requests
  • Reset Chat button
  • Avatar Thumbnails with Fullsize Rollovers.
  • Chat Logs

Extra languages
Spoiler:
French Translation provided by Dace
french.txt


Dutch Translation provided by eFantasy
download.php?id=1564

Swedish Translation provided by [b]KJell
f27-miscellaneous-mods,-hacks-and-downloads/t1250-add-on-ajax-chat-2-0-0-beta-7-.html#p32498


Here's a small add-on to redirect users to the login page if they get logged out during a conversation.
Spoiler:
open chat.php
FIND case 'add':

After, add
Code: Select all
if (!$user->data['is_registered'])
        {
            
redirect(append_sid("{$phpbb_root_path}ucp.$phpEx"'mode=login'));
        }     


save and upload


Beta 7 downloaded 7485 times.
You do not have the required permissions to view the files attached to this post.
Last edited by Handyman on 21 Nov 2007, 18:25, edited 35 times in total.
Reason: Added list of file editors for editing the language file.
My Mods || My Mod Queue
Search Engine Friendly (SEO) URLs, AJAX Chat, Display Posts Anywhere, Cash MOD, AJAX Quick Reply, Photo Gallery, MOD Version Check
Image
User avatar
Handyman    
STG Jedi Master
STG Jedi Master
 
Posts: 6306
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Blog: View Blog (1)
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0

Postby its_kul on 27 Jan 2007, 06:21

i am 1st to see this.
Lets see how it works now Grin
“Never doubt that a small group of committed people can change the
world. Indeed it is the only thing that ever has.”
—Margaret Mead
User avatar
its_kul
Ensign
Ensign
 
Posts: 89
Joined: 09 Oct 2006, 01:57
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0

Postby masterman on 27 Jan 2007, 06:34

ok i have a problem when i extract the files i get error plus how your saying install it will it install at the top of my forum??
masterman
Ensign
Ensign
 
Posts: 66
Joined: 16 Jan 2007, 19:47
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0

Postby Octaviansan on 27 Jan 2007, 06:49

Can I see a screenshot ?
User avatar
Octaviansan
Crewman
Crewman
 
Posts: 7
Joined: 14 Jan 2007, 11:49
Location: Bucharest
Favorite Team: Steaua
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0

Postby masterman on 27 Jan 2007, 07:43

go to main index and scroll down to the bottom and you will see that chatbox
masterman
Ensign
Ensign
 
Posts: 66
Joined: 16 Jan 2007, 19:47
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0

Postby Handyman on 27 Jan 2007, 07:45

Attachment updated... fixed a few bugs and security issues.
To updated, just replace all the old includes/chat.php, chat.php, styles/subSilver/template/chat_body.html and styles/subSilver/template/shout_body.html with the new ones.
My Mods || My Mod Queue
Search Engine Friendly (SEO) URLs, AJAX Chat, Display Posts Anywhere, Cash MOD, AJAX Quick Reply, Photo Gallery, MOD Version Check
Image
User avatar
Handyman    
STG Jedi Master
STG Jedi Master
 
Posts: 6306
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Blog: View Blog (1)
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0

Postby masterman on 27 Jan 2007, 07:49

wawwwww u lost me lolol
masterman
Ensign
Ensign
 
Posts: 66
Joined: 16 Jan 2007, 19:47
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0

Postby Handyman on 27 Jan 2007, 07:51

Hmm... still has a couple issues... I'll get it fixed in a few minutes.
My Mods || My Mod Queue
Search Engine Friendly (SEO) URLs, AJAX Chat, Display Posts Anywhere, Cash MOD, AJAX Quick Reply, Photo Gallery, MOD Version Check
Image
User avatar
Handyman    
STG Jedi Master
STG Jedi Master
 
Posts: 6306
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Blog: View Blog (1)
Favorite Team: Seattle Seahawks
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0

Postby masterman on 27 Jan 2007, 07:54

ok i change the files you said now do i download the folders that you have then upload them to my root??
masterman
Ensign
Ensign
 
Posts: 66
Joined: 16 Jan 2007, 19:47
Gender: Male

Re: [Add-on] AJAX Chat 2.0.0

Postby Handyman on 27 Jan 2007, 08:21

Ok... attachment is updated.
Anybody that donwloaded it previously, just replace the old files with the new included ones and
Delete the includes/chat.php
that file is no longer used.

Please report any bugs so I can fix them right away.
My Mods || My Mod Queue
Search Engine Friendly (SEO) URLs, AJAX Chat, Display Posts Anywhere, Cash MOD, AJAX Quick Reply, Photo Gallery, MOD Version Check
Image
User avatar
Handyman    
STG Jedi Master
STG Jedi Master
 
Posts: 6306
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Blog: View Blog (1)
Favorite Team: Seattle Seahawks
Gender: Male

Next

Return to Miscellaneous MODs, Hacks and Downloads

Who is online

Users browsing this forum: ccBot [Bot], MSNbot Media, rancitis, substance and 12 guests