It's just a suggest for the forum. Maybe this mini chat can be integrated on the forum. I think it will be fun for facilitate comunication... even if it is not necessarily mandatory

Code: Select all
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript">
jQuery.ajaxSetup({ cache: true });
jQuery.getScript("https://static.jappix.com/server/get.php?l=en&t=js&g=mini.xml", function() {
JappixMini.launch({
connection: {
domain: "anonymous.jappix.com",
},
application: {
network: {
autoconnect: true,
},
interface: {
showpane: true,
animate: true,
},
user: {
random_nickname: false,
nickname: "{S_USERNAME}",
},
groupchat: {
open: ["ddayhome"],
},
},
});
});
</script>
<!-- ENDIF -->
You can see the result on the french site