BobbeeV
02-18-2010, 02:29 PM
Ok, I am getting closer to success. Below is the code that "should" have links show up according to usergroup. Instead, it shows up for all.
<div style = "margin:0; text-align: center;"><table class="tborder" cellpadding="2"cellspacing="3"border=1" width="90%" align="center" style="border-top-width:5px">
<tr>
<if condition="is_member_of($vbulletin->userinfo, 12, 10, 9, 6)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/MP3/Audio4/Audio4Certs.html">Audio Resources for Certified Coaches</a><br></br>
<a href="http://www.purposefulcoach.com/PDF/User4Certifying.html">File Resources for Certified Coaches </a></if></tr>
<tr>
<if condition="is_member_of($vbulletin->userinfo, 13)"><td class="vbmenu_control">
<a href="http://www.purposefulcoach.com/MP3/Audio3/Audio3trainedc.html">Audio Resources for Trained Coaches</a><br></br>
<a href="http://www.purposefulcoach.com/PDF/User3Trained.html">File Resources for Trained Coaches </a></if></tr>
<tr>
<if condition="is_member_of($vbulletin->userinfo, 11)"><td class="vbmenu_control">
<a href="http://www.purposefulcoach.com/MP3/Audio2/Audio2Phunt.html">Audio Resources for Purpose Hunters</a><br></br>
<a href="http://www.purposefulcoach.com/PDF/User2PHunter.html">File Resources for Purpose Hunters </a></if></tr>
<tr>
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 4, 5, 7)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/MP3/Audio1/Audio1.html">Audio Resources
</a><br></br>
<a href="http://www.purposefulcoach.com/PDF/ User1.html ">File Resources
</a></if></tr>
<tr>
<if condition="is_member_of($vbulletin->userinfo, 1, 2)"><td class="vbmenu_control">
<a href="http://www.purposefulcoach.com/PDF/ User0Visitor.html ">File Resources
</a></if></tr>
<!-- second nav button row -->
--------------- Added 1266512234 at 1266512234 ---------------
Another thought. I made a template page named "Usergroup 4" and on it, put a link to the page I want usergroup 4 to view. How can I give permission to just that group?
<div style = "margin:0; text-align: center;"><table class="tborder" cellpadding="2"cellspacing="3"border=1" width="90%" align="center" style="border-top-width:5px">
<tr>
<if condition="is_member_of($vbulletin->userinfo, 12, 10, 9, 6)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/MP3/Audio4/Audio4Certs.html">Audio Resources for Certified Coaches</a><br></br>
<a href="http://www.purposefulcoach.com/PDF/User4Certifying.html">File Resources for Certified Coaches </a></if></tr>
<tr>
<if condition="is_member_of($vbulletin->userinfo, 13)"><td class="vbmenu_control">
<a href="http://www.purposefulcoach.com/MP3/Audio3/Audio3trainedc.html">Audio Resources for Trained Coaches</a><br></br>
<a href="http://www.purposefulcoach.com/PDF/User3Trained.html">File Resources for Trained Coaches </a></if></tr>
<tr>
<if condition="is_member_of($vbulletin->userinfo, 11)"><td class="vbmenu_control">
<a href="http://www.purposefulcoach.com/MP3/Audio2/Audio2Phunt.html">Audio Resources for Purpose Hunters</a><br></br>
<a href="http://www.purposefulcoach.com/PDF/User2PHunter.html">File Resources for Purpose Hunters </a></if></tr>
<tr>
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 4, 5, 7)"><td class="vbmenu_control"><a href="http://www.purposefulcoach.com/MP3/Audio1/Audio1.html">Audio Resources
</a><br></br>
<a href="http://www.purposefulcoach.com/PDF/ User1.html ">File Resources
</a></if></tr>
<tr>
<if condition="is_member_of($vbulletin->userinfo, 1, 2)"><td class="vbmenu_control">
<a href="http://www.purposefulcoach.com/PDF/ User0Visitor.html ">File Resources
</a></if></tr>
<!-- second nav button row -->
--------------- Added 1266512234 at 1266512234 ---------------
Another thought. I made a template page named "Usergroup 4" and on it, put a link to the page I want usergroup 4 to view. How can I give permission to just that group?