questo è quello che dovrei fare:
» Great! Now, you can paste the following code into your website <head />, at its end.
» Open your template header, located in: ./style/your_style/template/overall_header.html and refresh the phpBB cache in the administration panel (Styles/Templates/Refresh). Jappix Mini will be only loaded for phpBB logged in users.
Codice: Seleziona tutto
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<script type="text/javascript" src="https://static.jappix.com/php/get.php?l=it&t=js&g=mini.xml"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
MINI_GROUPCHATS = ["Evo Abarth Club"];
MINI_NICKNAME = "{S_USERNAME}";
MINI_ANIMATE = true;
launchMini(true, true, "anonymous.jappix.com");
});
</script>
<!-- ENDIF -->