BasS™ Posted March 6, 2015 Share Posted March 6, 2015 (edited) Hello. I have "arrowchat" installed on my IPB, and its Show's for all members. Can i hide it from Blocked members and guest ? i Puted my Code in Globaltemplate after : <if test="memberbox:|:$this->memberData['member_id']"> <div id='user_navigation' class='logged_in'> and the code: <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> can i use this code before ? : <if test="$this->memberData['member_id']"> For example: <if test="memberbox:|:$this->memberData['member_id']"> <div id='user_navigation' class='logged_in'> <if test="$this->memberData['member_id']"><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></if> but how to make, thats to show for all members, and hide only for Guest and Blocked Members ? Thanks. Edited March 7, 2015 by BasS™ Link to comment Share on other sites More sharing options...
0 BasS™ Posted March 7, 2015 Author Share Posted March 7, 2015 Thank you, it's works! Link to comment Share on other sites More sharing options...
0 Kingy Posted March 9, 2015 Share Posted March 9, 2015 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
BasS™
Hello.
I have "arrowchat" installed on my IPB, and its Show's for all members. Can i hide it from Blocked members and guest ?
i Puted my Code in Globaltemplate after :
<if test="memberbox:|:$this->memberData['member_id']"> <div id='user_navigation' class='logged_in'>and the code:
<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>can i use this code before ? :
For example:
<if test="memberbox:|:$this->memberData['member_id']"> <div id='user_navigation' class='logged_in'> <if test="$this->memberData['member_id']"><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></if>but how to make, thats to show for all members, and hide only for Guest and Blocked Members ?
Thanks.
Edited by BasS™Link to comment
Share on other sites
2 answers to this question
Recommended Posts