Page 1 of 1

IPB - restrict Arrowchat usage / define usergroups

PostPosted: 26 Jan 2014, 19:34
by PBalazs
Just figured it out, I hope someone else will find it useful:

In the footer template use the following code:

<if test="in_array( $this->memberData['member_group_id'], array( 4,10 ) )">
<script type="text/javascript" src="/forum/u2u/external.php?type=djs" charset="utf-8"></script>
<script type="text/javascript" src="/forum/u2u/external.php?type=js" charset="utf-8"></script>
</if>

Of course, apply your own member group ids :)

PostPosted: 26 Jan 2014, 20:11
by Jason
Thanks for posting. Here is another way to do it as well: viewtopic.php?f=13&t=1142&p=4707&hilit=ipb#p4707

Topic Closed

PostPosted: 16 Dec 2014, 00:26
by Staff Bot
[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]