AjaxChat Integration (latest version 3.2.1)

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

Previous topic - Next topic

Jeet Chowdhury

#7560
u mean a announement bot kinda? i want that thing too. but why the hell captcha not working now. :( any solution??

and i want to increase the textbox area etc. how to do that from shoutbox.template???


also if we enable shoutbox it make out topic texts etc smaller not bold etc.



how to temp disable chat?

and want to set pop up maximize window for chhat and default theme black. from which file to do that?

NoFeaR / NFSMW

good days. when can we expect this to RC4?

shackles

Quote from: shackles on January 28, 2011, 09:34:13 AM
Hi, i want to move position on my ajaxchat, instead of it being at the top of page i want it to be at the bottom. What do i have to modify in index.template or boardindex.template

I also want to change the backgorund colour of the chat, and it letter colour, i have changed all the shoutbox.css but it didnt work...

Any comments will be usefull.
Thank You all.

Hi, can somebody please tell me?

cat farmer

Quote from: shackles on January 30, 2011, 07:00:42 AM
Quote from: shackles on January 28, 2011, 09:34:13 AM
Hi, i want to move position on my ajaxchat, instead of it being at the top of page i want it to be at the bottom. What do i have to modify in index.template or boardindex.template

I also want to change the backgorund colour of the chat, and it letter colour, i have changed all the shoutbox.css but it didnt work...

Any comments will be usefull.
Thank You all.

those are answered in one of the FAQ's . - not sure you can put up a static message, but you can have a chatbot post a message every time some one enters, and for the colors you will need to modify the config page.

Hi, can somebody please tell me?

shackles

I didnt ask anything about messages  ;D, thanks for the reply tho.
But witch config file?, there are many of them

Jeet Chowdhury

$chatLink .= '" onclick="openWindow(this.href);this.blur();return false;';


this code opening new chat window. but how to make the window maximized?

hcfwesker

Quote from: Jeet Chowdhury on January 30, 2011, 06:26:30 PM
$chatLink .= '" onclick="openWindow(this.href);this.blur();return false;';


this code opening new chat window. but how to make the window maximized?

For SMF2

Admin > Modification Settings > Chat

chat in popup page?  (uncheck that box)

but, that will cause the page your one, to become the chat when the chat button is clicked.  Won't open a new window

Jeet Chowdhury

sorry but i want to maximize the popup window.

FounderSim

I get an error after installing:
urL: www.phpengines.info/forums/chat
Quote
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8q DAV/2 mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at phpengines.info Port 80
oRPG Creator - Create Your Own Browser RPG With No Programming!!

TheListener

Quote from: FounderSim on January 31, 2011, 01:03:31 PM
I get an error after installing:
urL: www.phpengines.info/forums/chat
Quote
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8q DAV/2 mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at phpengines.info Port 80

Please read the FAQs in the mods first post regarding the folder permissions.

Nachtfalke

Wanna have that Plugin for RC4 please. I used it with RC3 and i will not miss it so PLEASE try to make an update  O:)
>>> Tanja Gräff, Studentin aus Trier, wird seit 14 Monaten vermisst | http://www.findet-tanjagraeff.de <<<

shackles

Quote from: shackles on January 30, 2011, 07:00:42 AM
Quote from: shackles on January 28, 2011, 09:34:13 AM
Hi, i want to move position on my ajaxchat, instead of it being at the top of page i want it to be at the bottom. What do i have to modify in index.template or boardindex.template

I also want to change the backgorund colour of the chat, and it letter colour, i have changed all the shoutbox.css but it didnt work...

Any comments will be usefull.
Thank You all.

Hi, can somebody please tell me?

still nothing

ironhide1

I'm installed on RC4 and working perfectly. Have set all permissions, but still have no option to kick/ban a user as the admin? Any help on this would be greatly appreciated.

cat farmer

Does anyone have a problem with the shoutbox window refreshing? mine will lock up often on the forum. If i get in to a Chat box it works fine. I get no errors, just stops working.  if I refresh my browser it works for a bit then freezes again. happens with different browsers..

seanxyooj

I need help. I installed and integration AJAX Chat fine but I just couldn't get the Chat button on the menu to work right. And I also need it be a small pop-up Window when Chat button is clicked.

See attachments.

Thanks for your help in advance

hcfwesker

#7575
Quote from: seanxyooj on February 02, 2011, 05:10:18 PM
I need help. I installed and integration AJAX Chat fine but I just couldn't get the Chat button on the menu to work right. And I also need it be a small pop-up Window when Chat button is clicked.

Most likely because you're using a custom theme.  I'll try and edit the chat button code to match the other buttons layout.  also, to make a pop-up window, I believe the settings are under Admin > Features & Options  (somewhere around that area for SMF1

Try the edits under index.template.php of that theme

FIND
/ the [chat] button
$chatPath = str_replace("index.php", "chat/index.php", $scripturl);
$num = (empty($modSettings['enableChatButtonNo'])) ? 0 : count(chatOnlineUsers());
echo $context['browser']['is_ie4'] ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '', '
<td valign="top" class="maintab_back">
<a href="', $chatPath, '"', empty($modSettings['chatPopUp']) ? 'target="_blank"' : ' onclick="openWindow(this.href);this.blur();return false;"', '>', $txt['chat'], ($num > 0) ?  ('('.$num.')') : '' , '</a>
</td>';



REPLACE with
// Show the [chat] button.
$chatPath = str_replace("index.php", "chat/index.php", $scripturl);
$num = (empty($modSettings['enableChatButtonNo'])) ? 0 : count(chatOnlineUsers());
echo '<li', $current_action == 'chat' ? ' class="chosen"' : '', '><a href="', $chatPath, '"', empty($modSettings['chatPopUp']) ? 'target="_blank"' : ' onclick="openWindow(this.href);this.blur();return false;"', '>', $txt['chat'], ($num > 0) ?  ('('.$num.')') : '' , '</a></li>';



If it doesn't work, then just reverse the changes, and I'll take another look at it.


seanxyooj

Hi hcfwesker,

I tried your changes and it worked wonderfully. Thank you so much for helping me with this and teaching me. I sincerely appreciate it!

Thanks for your time....

sean

IngeJones

My chat/shoutbox (syncronised) does not seem to consistently check forum permissions.  For example, I have a special membergroup who have access to chat all the time, and I take chat permission off "regular" forum users when chat is not moderated.  But it doesn't appear to exclude all the people it should.  Someone not on the special membergroup simply logged in and came straight into chat when they were not meant to be able to, while another user in exactly the same position was unable to.   Is there something in the cookies that bypasses the checks?   Can I get chat to check forum permissions with a closer granularity?

hcfwesker

Quote from: IngeJones on February 05, 2011, 05:49:31 AM
My chat/shoutbox (syncronised) does not seem to consistently check forum permissions.  For example, I have a special membergroup who have access to chat all the time, and I take chat permission off "regular" forum users when chat is not moderated.  But it doesn't appear to exclude all the people it should.  Someone not on the special membergroup simply logged in and came straight into chat when they were not meant to be able to, while another user in exactly the same position was unable to.   Is there something in the cookies that bypasses the checks?   Can I get chat to check forum permissions with a closer granularity?

Have you ever changed the chat permissions under "post groups" at the bottom of the member groups?  If you have some checked there, may explain why 2 different regular members had different access permissions.

IngeJones

No it's definitely not that, I have had more than one person check for basic permission setting oversights.  I think the chat is trusting the cookies to validate them and maybe not checking the database often enough.   Most of the authorisation is done in the login function, and I don't think that even runs if the user still has their cookie.

Advertisement: