I installed it as per the instructions and added the link in the "Quick Links" and can't seem to get it to work. I added this link to the QL box:
<td class="genmed" align="left"><a href="{U_CHATBOX}" target="ChatWindow" onClick="window.open('','ChatWindow','height=570,width=850,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');">Chat</a></td>
All that does is go bact to my main page. If I do it with "chatbox_front.php" I get a "Hacking Attempt" error.
I also would like to know how to hide the link from guest users. The same way it is setup here on this site.
Can Someone Please Help With CHATBOX.
Subject: Re: Can Someone Please Help With CHATBOX.
did you specify the "{U_CHATBOX}" and did you all instruction on the install.txt?
MrWizard wrote: [View Post]
did you specify the "{U_CHATBOX}" and did you all instruction on the install.txt?
Subject: Re: Can Someone Please Help With CHATBOX.
of course I did it by instructions,but for the link I modified blocks_imp_chat.php and in ACP created the block
the block shows how many users are in chat.I think it is better
I'm talking about 1.1.9 chat or newer version of it
maybe it help you
in topic chess mod here I posted demo username and password
take look at my chat
the block shows how many users are in chat.I think it is better
I'm talking about 1.1.9 chat or newer version of it
maybe it help you
$chat_link = "<a href="javascript:void(0);" onClick="window.open('" . append_sid("chatbox_mod/chatbox.$phpEx") . "','" . $userdata['user_id'] . '_chatbox' . "','scrollbars=no, resizable=yes, width=540,height=450')">" . $lang['Click_to_join_chat'] . "</a>";
in topic chess mod here I posted demo username and password
take look at my chat
Subject: Re: Can Someone Please Help With CHATBOX.
Thank you for the replies. I got it working now but, have a new problem. When I type a message nothing happens. I click send and my message doesn't come up. Does anyone have any clue what I might have done wrong? BTW I am using the newest version that MG had posted : Version 3.02
Subject: Re: Can Someone Please Help With CHATBOX.
I don't tested MG version
but this version is working here and it has little diference with 1.19
but this version is working here and it has little diference with 1.19
Subject: Re: Can Someone Please Help With CHATBOX.
Thanks anyway. I guess I can't use the chat mod. Too bad the instructions weren't a little more clarified. :(
Subject: Re: Can Someone Please Help With CHATBOX.
sorry for my poor english
now start
take from my site bbcode58 [in downloads] replace
now take chatbox_v119g_XS.rar from http://www.phpBBXS.eu/viewtopic.php...der=asc&start=0
copy all files to xs root
run chatbox_db_install.php ,after delete this file from root
take messenger_send.rar from http://www.phpBBXS.eu/viewtopic.php...er=asc&start=30
[you can take this file from MG version]
replace
go to ACP create chat block
that's all
now start
take from my site bbcode58 [in downloads] replace
now take chatbox_v119g_XS.rar from http://www.phpBBXS.eu/viewtopic.php...der=asc&start=0
copy all files to xs root
run chatbox_db_install.php ,after delete this file from root
take messenger_send.rar from http://www.phpBBXS.eu/viewtopic.php...er=asc&start=30
[you can take this file from MG version]
replace
go to ACP create chat block
that's all
Subject: Re: Can Someone Please Help With CHATBOX.
Ok here we go: Now I get the following error when I open a chat window,
Fatal error: Call to undefined function smilies_pass() in C:serverxampphtdocschatbox_modmessenger_view.php on line 159
What the hell does this mean and how do I fix it?
Fatal error: Call to undefined function smilies_pass() in C:serverxampphtdocschatbox_modmessenger_view.php on line 159
What the hell does this mean and how do I fix it?
Subject: Re: Can Someone Please Help With CHATBOX.
replace bbcode.php from my site [in downloads bbcode058] with your includes/bbcode.php
Subject: Re: Can Someone Please Help With CHATBOX.
One more thing. I want to add a link in the "nav_quick_links.tpl" and no matter what I do I get a "Hacking Attempt" error.
Could you please tell me the proper link to put in there? I would rather use the "Nav Links" instead of a block. This is what I recently tried to use:
This of course did not work.
BTW: The chat block works just fine. So I know that everything works.
Could you please tell me the proper link to put in there? I would rather use the "Nav Links" instead of a block. This is what I recently tried to use:
<tr>
<td align="left" width="8">{IMG_ARROW_RIGHT}</td>
<td class="genmed" align="left"><a href="chatbox_front.php" target="ChatWindow" onClick="window.open('','ChatWindow','height=540,width=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');">Live Support</a></td>
</tr>
<td align="left" width="8">{IMG_ARROW_RIGHT}</td>
<td class="genmed" align="left"><a href="chatbox_front.php" target="ChatWindow" onClick="window.open('','ChatWindow','height=540,width=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');">Live Support</a></td>
</tr>
This of course did not work.
BTW: The chat block works just fine. So I know that everything works.
Subject: Re: Can Someone Please Help With CHATBOX.
try this
if OK you must add some code to chat.php for guests redirect to login :?
more
in languages you can change join to chat > live chat or ....
<tr>
<td align="left" width="8">{IMG_ARROW_RIGHT}</td>
<td class="genmed" align="left"><a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,width=540,height=450')">{L_CLICK_TO_JOIN_CHAT}</a></td>
</tr>
<td align="left" width="8">{IMG_ARROW_RIGHT}</td>
<td class="genmed" align="left"><a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,width=540,height=450')">{L_CLICK_TO_JOIN_CHAT}</a></td>
</tr>
if OK you must add some code to chat.php for guests redirect to login :?
more
in languages you can change join to chat > live chat or ....
Subject: Re: Can Someone Please Help With CHATBOX.
Difus, Thank you very much for your help. It is working exactly the way I want it to.
BTW: I like your site.
BTW: I like your site.
Subject: Re: Can Someone Please Help With CHATBOX.
You can also view the HTML source of this site and copy the code... :wink:
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1096s (PHP: 18% SQL: 82%)
SQL queries: 10 - Debug Off - GZIP Enabled