so i have a page that is all FAQ's but i want to add staff FAq's there are mulitiple levels of staff so how would i code it so if the group is (the group ids multiple groups) its desplayed and if they are not in that group then they arnt displayed
i tried using this and putting content inside but didnt work
<if test="in_array($this->memberData['member_group_id'], array(5,14,8) )">
html faq and links
<else/>
</if>
Question
Die Hard Gaming
so i have a page that is all FAQ's but i want to add staff FAq's there are mulitiple levels of staff so how would i code it so if the group is (the group ids multiple groups) its desplayed and if they are not in that group then they arnt displayed
i tried using this and putting content inside but didnt work
Link to comment
Share on other sites
10 answers to this question
Recommended Posts