The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Added Navigation
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 [DATE]1266512234[/DATE] at [TIME]1266512234[/TIME] --------------- 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? |
#2
|
|||
|
|||
please post your code surounded with the code tag.
This coud is very hard te read. Code:
<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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|