[ABD] AJAX Chat

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
danswano
Registered User
Posts: 273
Joined: Sun Apr 06, 2008 10:43 pm

Re: [RC] AJAX Chat

Post by danswano »

Please Answer me, how i will add new group? :cry:
User avatar
zentauriom
Registered User
Posts: 76
Joined: Sun Jun 22, 2008 1:09 pm
Location: Landau in der Pfalz
Contact:

Re: [RC] AJAX Chat

Post by zentauriom »

easygo wrote:OK then let's go, fimo. :idea: After doing that ::

http://ajax-chat.wiki.sourceforge.net/p ... ntegration

place a new div tag like this (sample)

Code: Select all

<div class="forabg">
	<div class="inner">
		<span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header">
				<dl>
					<dt>Shoutbox</dt>
				</dl>
			</li>
		</ul>
		<ul class="topiclist forums">
			<li>
				<dl>
					<dd>{SHOUTBOX}</dd>
				</dl>
			</li>
		</ul>
		<span class="corners-bottom"><span></span></span>
	</div>
</div>
into the html file of your choice.

Hope it helps.
Hi
did all that like sayed in the instruction, but there appears nothing?
only the Links are shown

tryed also Original in overall_footer html

But the Same, nothing to see about the Shoutbox.

I am using phpbb 3.0.3 subsilver

please need some Help

you can see that on my Site in Signature
satandream
Registered User
Posts: 383
Joined: Thu Mar 06, 2008 12:47 pm

Re: [RC] AJAX Chat

Post by satandream »

changed the server.rb to /usr/bin/ruby and the socket server started
joebart72
Registered User
Posts: 743
Joined: Thu Feb 01, 2007 5:54 am

Re: [RC] AJAX Chat

Post by joebart72 »

easygo wrote:
zuker wrote:
nano351 wrote:do you mean showing the chatbox at the top of the forums? Either put it in overall_header.html or put it right after the include for it in index.php.
i've the shoutbox already integrated on my board, but i mean to change the order that new replyes on chat are showed

they are from oldest to newest and i want to show from newest to oldest
I think its direction is the same as for chat messages. Why not give it a shot ::

Either replace in lib/class/AJAXChat.php

Code: Select all

					DESC
with

Code: Select all

					ASC
or just delete the whole line.
I tried this solution that doesn't work...
I learn English with phpbb.com :)
User avatar
easygo
Registered User
Posts: 689
Joined: Sun Oct 31, 2004 4:23 pm
Contact:

Re: [RC] AJAX Chat

Post by easygo »

Yea long time ago and just a shot in the dark either.
Casual developer for AJAX Chat on behalf of the author / Arcade Center powered by phpBB Arcade

A problem well put is half solved. (John Dewey, 1859–1952)
joebart72
Registered User
Posts: 743
Joined: Thu Feb 01, 2007 5:54 am

Re: [RC] AJAX Chat

Post by joebart72 »

Ok lol :mrgreen: Well, if you have an idea, I take ! Thanks :D
I learn English with phpbb.com :)
User avatar
easygo
Registered User
Posts: 689
Joined: Sun Oct 31, 2004 4:23 pm
Contact:

Re: [RC] AJAX Chat

Post by easygo »

zentauriom wrote:
easygo wrote:OK then let's go, fimo. :idea: After doing that ::

http://ajax-chat.wiki.sourceforge.net/p ... ntegration

place a new div tag like this (sample)

Code: Select all

<div class="forabg">
	<div class="inner">
		<span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header">
				<dl>
					<dt>Shoutbox</dt>
				</dl>
			</li>
		</ul>
		<ul class="topiclist forums">
			<li>
				<dl>
					<dd>{SHOUTBOX}</dd>
				</dl>
			</li>
		</ul>
		<span class="corners-bottom"><span></span></span>
	</div>
</div>
into the html file of your choice.

Hope it helps.
Hi
did all that like sayed in the instruction, but there appears nothing?
only the Links are shown

tryed also Original in overall_footer html

But the Same, nothing to see about the Shoutbox.

I am using phpbb 3.0.3 subsilver

please need some Help

you can see that on my Site in Signature
Hi,

to me it looks like prosilver. Anyway, I guess you did something wrong. Just try again.

Regards
Casual developer for AJAX Chat on behalf of the author / Arcade Center powered by phpBB Arcade

A problem well put is half solved. (John Dewey, 1859–1952)
joebart72
Registered User
Posts: 743
Joined: Thu Feb 01, 2007 5:54 am

Re: [RC] AJAX Chat

Post by joebart72 »

If anyone is interested to display smileys and bbcodes on the shoutbox, I can put what I made :

Image

But in France, we read from top to bottom :mrgreen: :mrgreen: :mrgreen: :mrgreen: I search, I search but I don't find...

This is really a nice mod easygo, I think many of my members will enjoy ;)
I learn English with phpbb.com :)
User avatar
easygo
Registered User
Posts: 689
Joined: Sun Oct 31, 2004 4:23 pm
Contact:

Re: [RC] AJAX Chat

Post by easygo »

socalpho wrote:
drkdeath wrote:Ive just installed the ajax chat to my forum but when logging in with my forum username and password the chat screen displays for 1 second and then im returned to the ajax login page ? Ive tried logging in as guest with no password and it works so whats wrong ? http://www.transatlantickillers.co.cc/chat
Does anyone know the answer to this question? I'm having the same exact problem and never saw it addressed.
It's most likely a cookies problem.

See: http://www.phpbb.com/kb/article/configu ... -settings/

Everything just as desired? Damn, here you go

http://www.phpbb.com/community/viewtopi ... 5#p7214105

for my very last statement to this fff continual crap :// Sorry.
Casual developer for AJAX Chat on behalf of the author / Arcade Center powered by phpBB Arcade

A problem well put is half solved. (John Dewey, 1859–1952)
socalpho
Registered User
Posts: 27
Joined: Mon Nov 24, 2008 1:45 pm

Re: [RC] AJAX Chat

Post by socalpho »

Thank you easygo. That one's been kicking my you know what for a while now. I ended up changing my link to be http://forums.socalphonepros.com/chat instead of http://www.socalphonepros.com/forums/chat and it worked like a charm. Thanks again.
Bishop_99
Registered User
Posts: 11
Joined: Sat May 10, 2008 6:09 pm

Re: [RC] AJAX Chat

Post by Bishop_99 »

Hi. I downloaded this Ajax chat and followed the instructions and activated it fine. The main problem I'm having is with the setup of the shoutbox. I'm following the instruction in the read me file and the shoutbox doesn't show up in my forum. I've read through about 40 pages in this thread and while I've found good useful information I can't seem to find a step by step explanation of installing the shoutbox in my forum. I've gone to the ajax wiki and installed it on the stylesheet.css,overall_header, and index_body and the shoutbox doesn't show up. In the ajax it says to "Edit includes/functions.php" but for some reason I couldn't find it, I'm a begginer at this.

So if anyone has a link to the installation of this program step by step I would appreciate it. It seems like the read me file in the ajax mod didn't explain much or I'm having problems since I'm using the X-Treme red template.

Thanks.




EDIT: This is code had worked atleast when I install it in the index_body. The only problem with it is that it comes out on the forum but it seems the more text you add the more the forum will be stretched. It also doesn't have a body. Anything wrong or could be changed with this code to have it appear better in my forum? The other codes that came with the chat don't do anything for me



<div id="ajaxChatContent">
<script src="./chat/js/chat.js" type="text/javascript" charset="UTF-8"></script>
<script src="./chat/js/custom.js" type="text/javascript" charset="UTF-8"></script>
<script src="./chat/js/shoutbox.js" type="text/javascript" charset="UTF-8"></script>

<script src="./chat/js/lang/en.js" type="text/javascript" charset="UTF-8"></script>
<script src="./chat/js/config.js" type="text/javascript" charset="UTF-8"></script>
<script src="./chat/js/FABridge.js" type="text/javascript" charset="UTF-8"></script>
<div id="ajaxChatChatList"></div>
<div id="ajaxChatInputFieldContainer">
<input id="ajaxChatInputField" type="text" maxlength="1040" onkeypress="ajaxChat.handleInputFieldKeyPress(event);"/>
</div>

<script type="text/javascript">
// <![CDATA[
ajaxChatConfig.ajaxURL = './chat/?ajax=true&shoutbox=true';
ajaxChatConfig.baseURL = './chat/';

ajaxChatConfig.sessionName = 'ajax_chat';
ajaxChatConfig.cookieExpiration = parseInt('365');
ajaxChatConfig.cookiePath = '/';
ajaxChatConfig.cookieDomain = '';
ajaxChatConfig.cookieSecure = '';
ajaxChatConfig.chatBotName = decodeURIComponent('ChatBot');
ajaxChatConfig.chatBotID = '2147483647';
ajaxChatConfig.allowUserMessageDelete = parseInt('1');
ajaxChatConfig.inactiveTimeout = parseInt('2');
ajaxChatConfig.privateChannelDiff = parseInt('500000000');
ajaxChatConfig.privateMessageDiff = parseInt('1000000000');
ajaxChatConfig.showChannelMessages = false;
ajaxChatConfig.messageTextMaxLength = parseInt('1040');
ajaxChatConfig.socketServerEnabled = parseInt('0');
ajaxChatConfig.socketServerHost = decodeURIComponent('www.yourdomain.com');
ajaxChatConfig.socketServerPort = parseInt('1935');
ajaxChatConfig.socketServerChatID = parseInt('0');

ajaxChatConfig.domIDs['chatList'] = 'ajaxChatChatList';
ajaxChatConfig.domIDs['inputField'] = 'ajaxChatInputField';
ajaxChatConfig.domIDs['flashInterfaceContainer'] = 'ajaxChatFlashInterfaceContainer';

ajaxChatConfig.startChatOnLoad = false;

ajaxChatConfig.settings.autoFocus = false;
ajaxChatConfig.settings.wordWrap = true;
ajaxChatConfig.settings.maxWordLength = 11;
ajaxChatConfig.settings.blink = false;
ajaxChatConfig.nonPersistentSettings.push('autoFocus','wordWrap','maxWordLength','blink');

ajaxChat.init(ajaxChatConfig, ajaxChatLang, true, false, true);
// ]]>
</script>

<div id="ajaxChatCopyright"><a href="https://blueimp.net/ajax/">AJAX Chat</a> &copy; <a href="https://blueimp.net">blueimp.net</a></div>
</div>
<div id="ajaxChatFlashInterfaceContainer"></div>
User avatar
easygo
Registered User
Posts: 689
Joined: Sun Oct 31, 2004 4:23 pm
Contact:

Re: [RC] AJAX Chat

Post by easygo »

Bishop_99 wrote:Hi. I downloaded this Ajax chat and followed the instructions and activated it fine. The main problem I'm having is with the setup of the shoutbox. I'm following the instruction in the read me file and the shoutbox doesn't show up in my forum. I've read through about 40 pages in this thread and while I've found good useful information I can't seem to find a step by step explanation of installing the shoutbox in my forum. I've gone to the ajax wiki and installed it on the stylesheet.css,overall_header, and index_body and the shoutbox doesn't show up. In the ajax it says to "Edit includes/functions.php" but for some reason I couldn't find it, I'm a begginer at this.
Excepting chat/whatever/... all files you have to change are phpBB3 related ones.

See: http://ajax-chat.wiki.sourceforge.net/p ... ntegration
Bishop_99 wrote:EDIT: This is code had worked atleast when I install it in the index_body. The only problem with it is that it comes out on the forum but it seems the more text you add the more the forum will be stretched. It also doesn't have a body. Anything wrong or could be changed with this code to have it appear better in my forum? The other codes that came with the chat don't do anything for me
Go some posts above on this page and you will make a find relating shoutbox integration (prosilver)

If it's gaining too much height for you, just go reduce that value.

Open chat/css/shoutbox.css and find/replace

Code: Select all

	height:300px;
to e.g.

Code: Select all

	height:200px
Regards
Casual developer for AJAX Chat on behalf of the author / Arcade Center powered by phpBB Arcade

A problem well put is half solved. (John Dewey, 1859–1952)
fenabg
Registered User
Posts: 8
Joined: Sat Nov 17, 2007 6:56 pm

Re: [RC] AJAX Chat

Post by fenabg »

Can you give me a link for chat like this...

www.f1-bg.net/forum/

I have it but i preinstall my windows and i lost my files... it is the smarter ajax chat... only add something in some files then copy the files make a db table and rdy...but can you give me a direct link for this... thanks in advance
joebart72
Registered User
Posts: 743
Joined: Thu Feb 01, 2007 5:54 am

Re: [RC] AJAX Chat

Post by joebart72 »

fenabg wrote:Can you give me a link for chat like this...

http://www.f1-bg.net/forum/
This topic is for Ajax Chat from (https://blueimp.net).

Ask in MOD Requests
I learn English with phpbb.com :)
User avatar
zentauriom
Registered User
Posts: 76
Joined: Sun Jun 22, 2008 1:09 pm
Location: Landau in der Pfalz
Contact:

Re: [RC] AJAX Chat

Post by zentauriom »

easygo wrote:
zentauriom wrote:
easygo wrote:OK then let's go, fimo. :idea: After doing that ::

http://ajax-chat.wiki.sourceforge.net/p ... ntegration

place a new div tag like this (sample)

Code: Select all

<div class="forabg">
	<div class="inner">
		<span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header">
				<dl>
					<dt>Shoutbox</dt>
				</dl>
			</li>
		</ul>
		<ul class="topiclist forums">
			<li>
				<dl>
					<dd>{SHOUTBOX}</dd>
				</dl>
			</li>
		</ul>
		<span class="corners-bottom"><span></span></span>
	</div>
</div>
into the html file of your choice.

Hope it helps.
Hi
did all that like sayed in the instruction, but there appears nothing?
only the Links are shown

tryed also Original in overall_footer html

But the Same, nothing to see about the Shoutbox.

I am using phpbb 3.0.3 subsilver

please need some Help

you can see that on my Site in Signature
Hi,

to me it looks like prosilver. Anyway, I guess you did something wrong. Just try again.

Regards
ok, now it works, tooked something in the wrong Place, thank yoe easygo :mrgreen:
Locked

Return to “[3.0.x] Abandoned MODs”