Author |
|
david3716 Newbie
Joined: 02 August 2012 Location: Colombia
Online Status: Offline Posts: 2
|
Posted: 02 August 2012 at 8:19am | IP Logged
|
|
|
Hi,
Im david... I have installed the Afterlogic webmail lite version.
Want to chat to your webmail system?
I install a simple chat with very good features.
Chat features.
Chat room for all users
Private messages between users
Join with facebook or twitter accounts
Customization of color
style facebook
easy installation
small size
Installation.
Chat Code
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">var plugChatInTheme = "plugchatin";</script>
<script type="text/javascript" src="http://static.plugchat.in/js/plugchatin-en.min.js"></script> |
|
|
If you want to make changes to the chat must register with the site and generate your own code.
The site is plugchat.in /
Now you ask and where to put the code in the chat to work?
- locate the file called webmail.php
- locate the line ... is located at end of file
Code:
?>
</ script>
<--------------------------------------In this space paste the chat code.
</ html> <? php
echo '<! -'. WMVERSION. '-> '; |
|
|
- Save the changes an upload the new file to your server.
--- If all goes well you can see this---
I hope this information will serve.
Excuse my writing but I do not speak English.
Until next time.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 03 August 2012 at 1:48am | IP Logged
|
|
|
Thank you for this nice contribution, hope it will be helpful to users who'd like to have chat widget as a part of webmail system.
BTW, I think there's no need to load JQuery script explicitly, as it's already a part of WebMail Lite PHP, it's used to enable right-click menu in messages list.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
david3716 Newbie
Joined: 02 August 2012 Location: Colombia
Online Status: Offline Posts: 2
|
Posted: 03 August 2012 at 1:00pm | IP Logged
|
|
|
Igor wrote:
Thank you for this nice contribution, hope it will be helpful to users who'd like to have chat widget as a part of webmail system.
BTW, I think there's no need to load JQuery script explicitly, as it's already a part of WebMail Lite PHP, it's used to enable right-click menu in messages list.
--
Regards,
Igor, AfterLogic Support |
|
|
Thanks...
|
Back to Top |
|
|
marky9mark Newbie
Joined: 24 October 2013 Location: Philippines
Online Status: Offline Posts: 3
|
Posted: 24 October 2013 at 12:32am | IP Logged
|
|
|
where exactly in webmail lite is webmail.php
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 24 October 2013 at 3:46am | IP Logged
|
|
|
This contribution was for WebMail Lite PHP v6. The current version is rewritten, it does not have webmail.php and this contribution will not work there.
Regards,
Alex
|
Back to Top |
|
|
marky9mark Newbie
Joined: 24 October 2013 Location: Philippines
Online Status: Offline Posts: 3
|
Posted: 24 October 2013 at 9:06am | IP Logged
|
|
|
any alternatives so we can have chat?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 24 October 2013 at 10:18am | IP Logged
|
|
|
You can try to take the last v6 version of WebMail Lite and apply this contribution to it.
http://www.afterlogic.com/download/webmail_php_6.zip
Regards,
Alex
|
Back to Top |
|
|
marky9mark Newbie
Joined: 24 October 2013 Location: Philippines
Online Status: Offline Posts: 3
|
Posted: 25 October 2013 at 7:02pm | IP Logged
|
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">var plugChatInTheme = "plugchatin";</script>
<script type="text/javascript" src="http://static.plugchat.in/js/plugchatin-en.min.js"></script>
is this still working?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 26 October 2013 at 9:07am | IP Logged
|
|
|
Can't say for v6 but we'll be extending v7 plugin system soon and perhaps this chat will fit in there. Stay tuned to updates.
Regards,
Alex
|
Back to Top |
|
|