News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

PJIRC Integrated Chat Mod

Started by dtm.exe, August 10, 2005, 06:07:43 PM

Previous topic - Next topic

MiNiBuDa

Yes, I have problem with these theme.

But I think that the problem is localizated in "$..." commands of php code and my problem is that I don't know how to modify those commands to run with 7dana theme.

Pause

Quote from: MiNiBuDa on September 07, 2005, 05:43:06 AM
Yes, I have problem with these theme.

But I think that the problem is localizated in "$..." commands of php code and my problem is that I don't know how to modify those commands to run with 7dana theme.
If you haven't already, take a look at How to make mods work with themes?
"You and me, inside that box, now." - The Doctor

Bite Fusion
Fusion Web Network
VG Fusion
Wrestling Fusion + Wrestling Fusion Forums

Aisling

Ok, I installed it and it's working for me and some members, but there's people who are having problems with it.

This is what they see:

[16:40] Connecting...
[16:40] Unable to connect : java.net.ConnectException : Connection timed out: connect
[16:40] Not on a channel
[16:40] Connecting...
[16:41] Unable to connect : java.net.ConnectException : Connection timed out: connect
[16:42] Connecting...
[16:43] Unable to connect : java.net.ConnectException : Connection timed out: connect

Elmacik

Quote from: Brasileira on September 05, 2005, 03:03:22 PM
Doesn´t it work if it is not on the default theme?

i does work, at least with classic theme :)
just put the chat button or link anywhere in your forum, when they click, chat window will open in your theme, no matter whic one you are using
Home of Elmacik

crev

when click on chat button chat works fin but get following message between 'profile' and 'shop' buttons.

QuoteNotice: Undefined index: shop in /home/crev/public_html/teen-vision/Sources/Load.php(1040) : eval()'d code on line 455

could this be because i have the shop mod installed??

QuoteUndefined index: shop in /home/crev/public

help appreciated, regards,
Crev
hxxp:www.zillionhosting.co.nr [nonactive]

<a href="hxxp:www.resellerspanel.com/?a=username [nonactive]"><img src="hxxp:www.resellerspanel.com/banners/468x60_03.gif [nonactive]" width="468" height="60" border="0"></a>

Pause

Quote from: crev on September 09, 2005, 01:29:08 AM
when click on chat button chat works fin but get following message between 'profile' and 'shop' buttons.

QuoteNotice: Undefined index: shop in /home/crev/public_html/teen-vision/Sources/Load.php(1040) : eval()'d code on line 455

could this be because i have the shop mod installed??

QuoteUndefined index: shop in /home/crev/public

help appreciated, regards,
Crev
Yes that would be to do with the shop, not this mod  ;)
"You and me, inside that box, now." - The Doctor

Bite Fusion
Fusion Web Network
VG Fusion
Wrestling Fusion + Wrestling Fusion Forums

COOLover

a little tipp from me

line 21 of chat.php
<param name="nick" value="<?php echo $context['user']['name']; ?>">

than is your nickname as your IRC Nickname
>>Greetz COOLover<<
(when i wrote english - sorry for my bad english but i can only a little bit)

Bichon

Quote from: Aisling on September 08, 2005, 04:21:42 PM
Ok, I installed it and it's working for me and some members, but there's people who are having problems with it.

This is what they see:

[16:40] Connecting...
[16:40] Unable to connect : java.net.ConnectException : Connection timed out: connect
[16:40] Not on a channel
[16:40] Connecting...
[16:41] Unable to connect : java.net.ConnectException : Connection timed out: connect
[16:42] Connecting...
[16:43] Unable to connect : java.net.ConnectException : Connection timed out: connect


I had a number of members with this same issue with this chat mod. I got no reply here, so i tried the other intergated chat mod. Now "all" members can access the chat with ease. The members that could access both chat mods told me the second chat i installed is way better and much easier to use. CHeck it out before you start to rip up your board.

It still has an issues where it shows 0 people chatting when there are people chatting.
There is a thread here saying it would be fixed but that is not the case to date.
I now think it will not be fixed or they have no idea why it does not work, i am just guessing but from what i have read here it sure looks like we are out of luck with that issue sadly.

Repsol AL

Okay im new to this stuff so bear with me................ how do i install it ?
the link in the readme to the doc about manual install is a dead link.......

When i install the mod it does not appear to modify  index.template.php
how do i get this to work ?         it said it was intalled but none of the files
are there and no modify was done. I manually uploaded all the files
but how can i run the modification.xml file or do it manually ???

sorry im so lost.........

chaking

You can look in the xml file and see what it does... I did this, and if I remember correctly, I think you are basically just adding the chat button to your theme... remember "search=before" means that you add the code after the text it searches for...
Also, it should install correctly in the default theme... Are you sure you clicked "Apply Mod" in the package manager and then "Install"?
And you have to use the default theme to see it unless you made the manual modifications that are stated in the xml file...

chaking

I was wondering if anybody has the code to make this appear in a pop-up?

Menni

What should I to to make chat open in another window or pop-up?

dtm.exe

#272
Quote from: Menni on September 14, 2005, 04:33:03 AM
What should I to to make chat open in another window or pop-up?

Find:
<a href="', $boardurl, '/chat.php">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/chat.gif" alt="' . $txt[103] . '" style="margin: 2px 0;" border="0" />' : $txt[103]), '</a>', $context['menu_separator'], '

...replace with:
<a href="', $boardurl, '/chat.php' target="_blank">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/chat.gif" alt="' . $txt[103] . '" style="margin: 2px 0;" border="0" />' : $txt[103]), '</a>', $context['menu_separator'], '

Bigguy

I have been trying to uninstall this mod but when I do I get this error:

QuoteExecute Modification ./Themes/default/index.template.php Failure

Is there something in the index.template.php I have to remove manually  ???

dtm.exe

Quote from: Bigguy on September 19, 2005, 03:38:10 PM
I have been trying to uninstall this mod but when I do I get this error:

QuoteExecute Modification ./Themes/default/index.template.php Failure

Is there something in the index.template.php I have to remove manually  ???

Find and remove this code:
<a href="', $boardurl, '/chat.php">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/chat.gif" alt="' . $txt[103] . '" style="margin: 2px 0;" border="0" />' : $txt[103]), '</a>', $context['menu_separator'], '

Bigguy

So go into package manager and go through with the whole uninstall and then find that line in the index.template.php and remove it right ? Thats it theres nothing else to do?

Bigguy

#276
Should it not be this I take out ?

Quote// How about the [CHAT] button?
   $txt['chat'] = 'Chat';
echo '
<a href="', $boardurl, '/chat.php">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/chat.gif" alt="'. $txt['chat'] . '" style="margin: 2px 0;" border="0" />' : $txt[103]), '</a>', $context['menu_separator'];

I`m not trying to tell you how to do anything, I guess I really dont know what I`m talking about. I just thought I would suggest that this is what I should take out. I dont want to get it uninstalled and not be able to use the board at all after I`m done. Sorry if you thought I was being rude.

dtm.exe


Bigguy

Thank you, the uninstall went great. Thanks for your help.

dtm.exe

Quote from: Bigguy on September 21, 2005, 10:17:41 AM
Thank you, the uninstall went great. Thanks for your help.

No problem.

Advertisement: