Jump to content
WebFlake
  • 0

ip content page help


Die Hard Gaming

Question

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>
Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0
<!-- This will only show to the groups 5, 14 & 8 which I'm assuming it's your staff groups so therefor this top section before the else tags will show to the staff team. If you want them to see the whole FAQ's as well as the original ones you have for ordinary members to see then you will also need to place it here with the FAQ's you want to show just for the staff -->

<if test="in_array($this->memberData['member_group_id'], array(5,14,8) )">

html faq and links

<else />

<!-- Here this is where the FAQ's will show to everyone so place your custom FAQ's here that you are wanting to show to everyone. -->

html faq and links

</if>

Hope this helps you understand the concept of this,

Edited by Born2Be
Link to comment
Share on other sites

  • 0

how do i incorperate secondary groups to


that if statement isnt working its displaying it



<!-- This will only show to the groups 5, 14 & 8 which I'm assuming it's your staff groups so therefor this top section before the else tags will show to the staff team. If you want them to see the whole FAQ's as well as the original ones you have for ordinary members to see then you will also need to place it here with the FAQ's you want to show just for the staff -->

<if test="in_array($this->memberData['member_group_id'], array(5,14,8) )">

html faq and links

</if>

i even changed the number so i cant see it but is still can

 

the if statement wont work what now?

Link to comment
Share on other sites

  • 0

its in a ip content html page

and yes

 

the link is

http://diehardgaming.net/hq/page/FAQ_and_links.html

its displaying it even if your not in that group


the code for the page is here

<if test="in_array($this->memberData['member_group_id'], array(4,7,8,9,11,13) )">
<table class="ipb_table">
<tbody>
<tr>
<td height="50" colspan="2"><div align="center" class="style1"><strong><h3 class="maintitle">Squad/Team Staff Frequently Asked Questions</h3></strong></div></td>
</tbody></table>

<br /><br />

<span style="font-size: 18px;">NCO and Officer Creeds: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/page/templates/nco_officer_creeds'>CLICK HERE</a></span><br />
<br />
<span style="font-size: 18px;">Leave, AWOL, and Discharge Standards: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/page/procedures/leave_awol_discharge'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">Squad or Team Types: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/page/procedures/squad-team-types'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">Practice Briefing and Post Practice Report Templates: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/page/templates/pb-ppr-templates'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">DhW Monthly Announcement Report Template: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/page/templates/dhwmar'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">DhS Monthly Announcement Report Template: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/page/templates/dhsmar'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">Promotions and Awards Template: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/index.php?/page/templates/promo-awards-templates'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">Competition Site Standards: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/index.php?/page/procedures/ladder-standards'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">Member Updating Procedures: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/index.php?/page/procedures/member-updating'>CLICK HERE</a><br />
<br /><br />
<span style="font-size: 18px;">DhW Squad Staff Handbook: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/index.php?/page/handbooks/sshandbook'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">DhS Team Staff Handbook: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/index.php?/page/handbooks/tshandbook'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">ATS Handbook: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/index.php?/page/handbooks/atshandbook'>CLICK HERE</a><br />
<br /><br />
<span style="font-size: 18px;">CoC Practice Program (CPP): <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/index.php?/page/procedures/ccp'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">CoC Tests Instructions: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/index.php?/page/procedures/coctests'>CLICK HERE</a><br />
<br />
<span style="font-size: 18px;">TS3 and Forum Moderation: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/index.php?/page/procedures/moderating'>CLICK HERE</a></span><br />
<br />
<span style="font-size: 18px;">DhG Mediation Program: <a data-ipb='nomediaparse' data-ipb='nomediaparse' data-ipb='nomediaparse' class="bbc_url" href='/hq/index.php?/page/procedures/tgmp'>CLICK HERE</a><br />
<br />
<else/>
 
</if>
Edited by Die Hard Gaming
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...