AjaxChat Integration (latest version 3.2.1)

Started by .HuNTeR., August 27, 2008, 12:59:06 AM

Previous topic - Next topic

foempspeedy

Quote from: foempspeedy on April 26, 2009, 12:00:45 PM
Quote from: mrtrc266 on April 26, 2009, 11:57:51 AM
Are you using a FTP Program like FileZilla or just your cPanel?

That sounds like a server issue.

I'm off to work for now...will check back later.
Core ftp..other edits work,  doesnt even allow me to change 666..I have to ask my host then ?

Ok host changed the files acces, works now perfect

its normal that when people try to change nickname it shows error now ?

Error: Command not allowed: /nick

Thanks

Godsongz

#1521
When a users connects to the chatroom, the last 10 lines of chat (prior to their entering) are displayed.  Is there a way to have a user start with a "clean slate" when they open the chatroom?

EDIT:
Actually, I think I figured this one out...  in chat/lib/config.php I changed...
$config['requestMessagesLimit'] = 10;
to...
$config['requestMessagesLimit'] = 1;

Seems to work.

dzinerfusion

hm ive got some problems or more specifically bug? Remember i said i got the chat to work? Well after installing some more mods, i get the dang connection error again! Any idea if maybe a mod will interfere with this mod? I think it could be my tinyportal mod? :-\

blanix

#1523
how can i add a datestamp in shoutbox ?

.. Date - Time - Name - Message ..

EDIT: SMF 1.1.8 & AjaxChat 3.0
My SMF: 1.1.9

ɔɔɔɔɔɔuɥoɾ

Hey I have a minor problem with the shoutbox, its functioning 100% but it does obied by the word censor, is there any way to make it use the word censor?

thanks in advanced :)


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

mrtrc266

Quote from: foempspeedy on April 26, 2009, 12:58:59 PM
Quote from: foempspeedy on April 26, 2009, 12:00:45 PM
Quote from: mrtrc266 on April 26, 2009, 11:57:51 AM
Are you using a FTP Program like FileZilla or just your cPanel?

That sounds like a server issue.

I'm off to work for now...will check back later.
Core ftp..other edits work,  doesnt even allow me to change 666..I have to ask my host then ?

Ok host changed the files acces, works now perfect

its normal that when people try to change nickname it shows error now ?

Error: Command not allowed: /nick

Thanks

Glad you got it sorted, yes that is the error that you recieve if nicks are disabled.

Enjoy the Mod

mrtrc266

Quote from: bluesinjid on April 26, 2009, 08:32:46 PM
hm ive got some problems or more specifically bug? Remember i said i got the chat to work? Well after installing some more mods, i get the dang connection error again! Any idea if maybe a mod will interfere with this mod? I think it could be my tinyportal mod? :-\

What was the last Mod you installed before it stopped working?

ɔɔɔɔɔɔuɥoɾ

well it never worked, this was the 1st mod i installed it didnt work then either ???


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

mrtrc266

Quote from: johncccccc on April 26, 2009, 09:48:01 PM
Hey I have a minor problem with the shoutbox, its functioning 100% but it does obied by the word censor, is there any way to make it use the word censor?

thanks in advanced :)

Quote from: johncccccc on April 26, 2009, 10:43:19 PM
well it never worked, this was the 1st mod i installed it didnt work then either ???

I'm confused, does it work or does it not work? LOL

Im not sure about the word censor

ɔɔɔɔɔɔuɥoɾ

well what i mean, is when someone flames in the shoutbox the word censor is ineffective, it does not block them out likw it does on the forum

any ideas how to make it work?


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

mrtrc266

The Database for the forum and the Database for the Chat are totally seperate. You might be able to get a better answer HERE at the actaul AJAX Chat Site.

areza

i newbie for using smf...but seem i like it..

i have try to using ajaxchat 3.0 but there's a problem :

========================
FTP Information Required
Some of the files the package manager needs to modify are not writable. This needs to be changed by logging into FTP and using it to chmod or create the files and folders. Your FTP information may be temporarily cached for proper operation of the package manager.
FTP Server:    localhost
Port: 21
Username:    
Password:    
Local path to SMF:    /home/sloki/user/[user]/sites/[sites]/www

what should i have to do with this problem?

thanks.


humorlessjester

I have this working on my site perfectly I just wanted to add one suggestion, have the chat draw the title from the forum so that the title/header in chat wont be just Ajax Chat, but the actual title of the forum itself.

phoenixjay

http://community.carpetempus.com/index.php [nofollow]

I am using SMF 1.1.8

I am using the SMF Default Theme - Core

I have no other mods installed

I have installed this package and everything seemed to go ok but there is no chat button visible, in features and options there are some new check boxes but no text beside them to explain what they are actually for - same within the permissions section, there are two new boxes but no text beside them to explain their purpose.

I am simply looking to use this as a seperate chat room, and not as the shoutbox.

Thanks in advance if you can help.

mrtrc266

You are missing the language strings, do you have your forum set to UTF-8?

If so add this to your Modifications.english-utf8.php file


//Begin AjaxChat Integration
$txt['chat'] = 'Chat';
$txt['shoutBox'] = 'ShoutBox';
$txt['chat_aUser'] = ' user is in chat';
$txt['chat_users'] = ' users are in chat:';
$txt['chat_no_user'] = 'No user is in chat.';
$txt['enableShoutBox'] = 'Enable the ShoutBox?';
$txt['enableChatButtonNo'] = 'Enable online chat users numbering on chat button?';
$txt['enableChatBelowPM'] = 'Show online users below total logged in time section?';
$txt['anyPageShoutBox'] = 'check for ShoutBox on any page or uncheck for only in index page:';
$txt['chatPopUp'] = 'chat in popup page?';
$txt['miniChat'] = 'Integrate shout box and chat room?';
$txt['permissionname_chat_access'] = 'Access to chat';
$txt['permissionhelp_chat_access'] = 'Users can use the chat or can\'t.';
$txt['permissionname_shout_access'] = 'Use shoutBox';
$txt['permissionhelp_shout_access'] = 'Give access to use the shoutBox';
$txt['permissiongroup_chat'] = 'Chat';
$txt['chat_settings_desc'] = 'AjaxChat Settings';
//End AjaxChat Integration

mrtrc266

@ you can goto you cPanel and change the file permissions (CHMOD them) or your can use an FTP program like FileZilla and do it from there (recommended)

See here for what they should be
http://www.simplemachines.org/community/index.php?topic=257973.msg1981766#msg1981766

blanix

Quote from: blanix on April 26, 2009, 08:58:25 PM
how can i add a datestamp in shoutbox ?

.. Date - Time - Name - Message ..

EDIT: SMF 1.1.8 & AjaxChat 3.0

no ideas ?
My SMF: 1.1.9

tfs

Quote from: humorlessjester on April 27, 2009, 06:13:24 AM
I have this working on my site perfectly I just wanted to add one suggestion, have the chat draw the title from the forum so that the title/header in chat wont be just Ajax Chat, but the actual title of the forum itself.

You can change it to whatever you like.

Find  /Themes/default/languages/Modifications.english.php

$txt['shoutBox'] = 'ShoutBox';

Replace with

$txt['shoutBox'] = 'ShoutBox ADD YOUR CUSTOM MESSAGE HERE';

I changed mine to....  "Global Chat - Click in the entry field (lower left) to activate this ShoutBox"
A good tree cannot bring forth evil fruit, neither can an evil tree bring forth good fruit.

OntarioAquariaClub

I need someone to help with my problem please. The chat opens on my forum webpage and beside the chat button it shows how many people are in the chat. When you open the chat you cannot see who is in the room, nor what anyone is saying, you cannot even see the text that you are writing. If someone can help me then that would be awesome. Thanks

mrtrc266

Quote from: blanix on April 27, 2009, 10:51:34 AM
Quote from: blanix on April 26, 2009, 08:58:25 PM
how can i add a datestamp in shoutbox ?

.. Date - Time - Name - Message ..

EDIT: SMF 1.1.8 & AjaxChat 3.0

no ideas ?

Open /chat/js/config.js and play with the time format setting
   // Defines the format of the date and time displayed for each chat message:
  dateFormat: '(%H:%i:%s)',

Advertisement: