Help
General ArrowChat talk that doesn't fit any other forum.
User avatar
PPlanet
Customer
 
Posts: 9
Joined: 03 May 2017, 07:54

 

by PPlanet 06 May 2017, 07:47

Hello,

We've started running arrowchat on one of our sites (integrated with IPB 3.4). Due to design reasons, we are doing this embedded on a page only.

So, I have eliminated the bottom bar and all that it contains by not including this part of the code on the Global Template:

Code: Select all
<script type="text/javascript" src="/arrowchat/external.php?type=djs" charset="utf-8"></script>
<script type="text/javascript" src="/arrowchat/external.php?type=js" charset="utf-8"></script>


Is that okay? It all seems to work fine, but I'd like to double-check that's not needed for anything other than displaying the bottom bar functions (and mobile button that we don't want either).

Please let me know. Thanks
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 06 May 2017, 12:55

Yes, you only need it for a few different things. Mainly just mobile and if you're using any API.
User avatar
PPlanet
Customer
 
Posts: 9
Joined: 03 May 2017, 07:54

 

by PPlanet 06 May 2017, 20:43

Okay, thanks for the reply, Jason.