News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

AjaxChat Integration (latest version 3.2.1)

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

Previous topic - Next topic

navjotjsingh


mrtrc266

#5342
Quote from: navjotjsingh on March 08, 2010, 08:54:30 PM
Will anybody update it for 2.0 RC3?

Updated to RC3

Curve Friendly (thanks to SunKing's TalkBox Layout)
Connection Status 0 error will not appear
The dateTime field of ajax_chat_messages has already been change to timestamp for SunKings Post Notification Tweak

Package updated to fix the menu button not installing, ty smp420

navjotjsingh


mrtrc266

Quote from: navjotjsingh on March 08, 2010, 09:08:36 PM
You rock. :)) That was fast and awesome.

Let me know how it goes, I only tested on a local test site.

navjotjsingh

Sure I will test soon. Just waiting for other mods also to follow suit.

MCK

Great job!!! It is working well. I seem to have lost the top menu link to Chat though. Not sure if that is a settings issue.

mrtrc266

Quote from: MCK on March 08, 2010, 10:01:48 PM
Great job!!! It is working well. I seem to have lost the top menu link to Chat though. Not sure if that is a settings issue.

It worked like a charm on my test site, let me know if you have probs

MCK

Works like a charm on my side too. Only problem is that I don't see the link to Chat as a popup window on the top menu in SMF. Shoutbox works well.

mrtrc266

Quote from: MCK on March 08, 2010, 11:00:24 PM
Works like a charm on my side too. Only problem is that I don't see the link to Chat as a popup window on the top menu in SMF. Shoutbox works well.

Link to your site please? PM if you don't want it public.

MCK

Here its. You've helped me couple times in the past! http://www.futureguitarnow.com/forum/index.php

Thanks once again

smp420

Good job mrtrc266 and SunKing the shoutbox really matches curve alot better now. MCK attach your Subs.php file from the sources folder.
"Things turn out best for those who make the best of the way things turn out." -Jack Buck

mrtrc266

Quote from: MCK on March 08, 2010, 11:25:29 PM
Here its. You've helped me couple times in the past! http://www.futureguitarnow.com/forum/index.php

Thanks once again

Hmm, did you get a error on the install?

attach you /Sources/Subs.php file


MCK

Thanks guys! You are simply amazing. Here's the subs.php. Also attaching subs.php~ which was in there. Perhaps its existence will tell you something. I did not get an error while installing. Thanks

smp420

Try this let me know if you want the button somewhere else on the menu

Quote from: mrtrc266 on March 08, 2010, 11:31:32 PM
LOL, no lack of support here
There is from the mod author.
"Things turn out best for those who make the best of the way things turn out." -Jack Buck

mrtrc266

Quote from: smp420 on March 08, 2010, 11:38:15 PM
Try this let me know if you want the button somewhere else on the menu

Quote from: mrtrc266 on March 08, 2010, 11:31:32 PM
LOL, no lack of support here
There is from the mod author.
You can say that again LOL

That's odd that it didn't install the button the operation is in the install_2.xml file
<operation>
<search position="before"><![CDATA[ 'mlist_search' => array(
'title' => $txt['mlist_search'],
'href' => $scripturl . '?action=mlist;sa=search',
'show' => true,
'is_last' => true,
),
),
),]></search>
<add><![CDATA[
'chat' => array(
'title' => $chatButton,
'href' => $chatLink,
'show' => true,
'sub_buttons' => array(
),
),]]></add>
</operation>

MCK

Super! That did it. Thank you very much! So what caused it? Something I need to watchout for each time I upgrade? Permissions on the file were 644 I think. Can that be the reason for not being updated?

smp420

Quote from: mrtrc266 on March 08, 2010, 11:43:33 PM
Quote from: smp420 on March 08, 2010, 11:38:15 PM
Try this let me know if you want the button somewhere else on the menu

Quote from: mrtrc266 on March 08, 2010, 11:31:32 PM
LOL, no lack of support here
There is from the mod author.
You can say that again LOL

That's odd that it didn't install the button the operation is in the install_2.xml file
<operation>
<search position="before"><![CDATA[ 'mlist_search' => array(
'title' => $txt['mlist_search'],
'href' => $scripturl . '?action=mlist;sa=search',
'show' => true,
'is_last' => true,
),
),
), here-> ]></search>
<add><![CDATA[
'chat' => array(
'title' => $chatButton,
'href' => $chatLink,
'show' => true,
'sub_buttons' => array(
),
),]]></add>
</operation>

Missing a ] see above.
"Things turn out best for those who make the best of the way things turn out." -Jack Buck

mrtrc266

LMAO, didn't even notice it missing on my test site, ty...package updated

Advertisement: