Welcome, Guest
Please Login or Register.  Lost Password?

Automatic Popup?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Automatic Popup?
#80
Automatic Popup? 2 Years, 6 Months ago Karma: 0
How can I make the chat window pop-up automatically?  Say, 5 seconds after a user lands on a page?

Thanks!

atlandreth
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#294
Re:Automatic Popup? 2 Years, 6 Months ago Karma: 1
Hello,


It seems the link was missing in the JLive! Chat module. We have
corrected this issue and have created a new mod_jlivechat.zip which you
can download from our download section or by clicking here. Please uninstall the old JLive! Chat module and install this new one.

Thank you!


admin
Administrator
Posts: 650
graph
User Offline Click here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
#300
Re:Automatic Popup? 2 Years, 6 Months ago Karma: 0
Thank you - I have done this, but I don't see an option for automatic pop-up.  Maybe I am missing something?

atlandreth
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#303
Re:Automatic Popup? 2 Years, 6 Months ago Karma: 1
Please try downloading the module again because sometimes our
fileserver caches files and perhaps you downloaded the old module
again. The new module contains the link and is fully funcitoning.

admin
Administrator
Posts: 650
graph
User Offline Click here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
#659
Re:Automatic Popup? 2 Years, 1 Month ago Karma: 0
Can you elaborate on this subject?

I am looking for this automatic pop-up option and cannot locate it. We have the newest version.


Regards,
Chris
cmsfruit.com
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#660
Re:Automatic Popup? 2 Years, 1 Month ago Karma: 1
Hi Chris,

There is currently no built-in method for automatically opening the livechat popup window, however you can add the following custom javascript to the page where you want the livechat popup to open automatically:

Code:


<script language="Javascript">

requestLiveChat('index.php?option=com_livechat&amp;view=popup&amp;popup=1&amp;tmpl=component');

</script>



or if you are using mootools and want to open the window when the browser is done loading the page you might use:


Code:


<script language="Javascript">

window.addEvent('domready', function() {

requestLiveChat('index.php?option=com_livechat&amp;view=popup&amp;popup=1&amp;tmpl=component');

});

</script>

admin
Administrator
Posts: 650
graph
User Offline Click here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
Go to topPage: 12