vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   [HELP] Hiding Certain Usergroups (https://vborg.vbsupport.ru/showthread.php?t=208748)

mk craig 42 03-18-2009 11:21 PM

[HELP] Hiding Certain Usergroups
 
Okay, well im trying to hide certain usergroups from viewing a certain link depending upon which "Team" they are in.. which i created via User Profile Fields.

I have an external page for Team A and another page for Team B. which is linked to my navbar with this code.

HTML Code:

<if condition="$show['guest']">
</if>

<if condition="$show['member']">
<if condition="$bbuserinfo['field16'] === 'Team1'">
        <div class="sidebar_menu"><a href="http://MYSITE.com/forum/Team_A.php">MY TEAM</a></div></if>

<if condition="$bbuserinfo['field16'] === 'Team2'">
        <div class="sidebar_menu"><a href="http://MYSITE.com/forum/Team_B.php">MY TEAM</a></div></if>
</if>

It works fine as it should.. When in Team A, it does not show the link for Team_A.php, vise verse. But they can still simply change the URL to Team_x.php to view the other teams page, which is what i really dont want.

I need it so that when in Team A, you are UNABLE to view Team B's page.. as well as the other way round.

Could someone help me do this please, many thanks.

RLShare 03-19-2009 12:31 AM

You need to do something similar within the php of your custom pages, show the content if they are a member of group a and show an error message if they are not. There is a function in VB to print out a standard 'no permission' error message page if you want as well, I forget hte name of the top of my head. But if you look through the VB files you should be able to find it

mk craig 42 03-19-2009 12:58 AM

Oh Dear, of course you do, well its almost 2am here i'm tried, can't think straight, thank you very much for your help, i often need reminding about what to do when it comes to coding, I'm really new to this, and need a kick start every now and then :) I've sorted it now.


All times are GMT. The time now is 10:48 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00926 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete