Installare Jappix mini
Inviato: 19/11/2011, 18:48
Volevo installare questa chat, ma o salto qualche passaggio io o c’è qualcosa che non quadra.
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.
nella file overall, non so dove inserire il codice! ho provato all’inizio, in fondo, poi aggiorno dal PCA ma non va, anzi mi incasina tutta la home
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 -->