XF 1.2 Mini japper

bladinium

Active member
Hello,

I am trying to integrated mini jappix on the forum, however in the integration there is not XenForo: s
https://mini.jappix.com/

Have you any idea?

phpbb
Code:
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<script type="text/javascript">
   jQuery.ajaxSetup({cache: true});

   jQuery.getScript("https://static.jappix.com/php/get.php?l=fr&t=js&g=mini.xml", function() {
      MINI_GROUPCHATS = ["truc@muc.jappix.com"];
      MINI_NICKNAME = "{S_USERNAME}";
      MINI_ANIMATE = true;
      launchMini(true, true, "anonymous.jappix.com");
   });
</script>
<!-- ENDIF -->

FluxBB
Code:
<?php if(!$pun_user['is_guest']) { ?>
<script type="text/javascript">
   jQuery.ajaxSetup({cache: true});

   jQuery.getScript("https://static.jappix.com/php/get.php?l=fr&t=js&g=mini.xml", function() {
      MINI_GROUPCHATS = ["truc@muc.jappix.com"];
      MINI_NICKNAME = "<?php echo str_replace('"', '\"', $pun_user['username']); ?>";
      MINI_ANIMATE = true;
      launchMini(true, true, "anonymous.jappix.com");
   });
</script>
<?php } ?>

XenForo?



Thanks you :)

(Ops please change titre to "Mini jappix")
 
Top Bottom