*member* level so they can only see - Posted (414 Views)
Junior Member
prescottw
Posts: 189
189
Hello Snitzlings!
I am in need of showing *sam* a moderator level 2 a menu, so they can only see. (well me too I guess)

I am using this for me.
<% if mLev = "4" then %>
<!-- #include file="12345.asp" -->
<% end if %>

What would be the proper code for a moderator, not just level 2 but *sam the moderator level 2*?

Thanks very much,

-prescott w. snitzling

<
What day is it anyway?
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Support Moderator
Podge
Posts: 3776
3776
Probably something like;

Replace your first line

Code:
<% if mLev = "4" then %>

with

Code:
<% if mLev = "4" or (mLev = "2" and MemberID = "2222" then %>

(where 2222 is the member id of "sam")<
Posted
Junior Member
prescottw
Posts: 189
189
hmmmmn no not getting any thing with that. I tried several; variations.
What about just the member ID without having to be a moderato, well along with me level 4?
Thanks for you help Podge

-prescottw<
What day is it anyway?
Posted
Junior Member
prescottw
Posts: 189
189
<% if mLev = "4" or MemberID = "222" then %>
Can u see this
<% end if %>

This worked... Thanks Podge for Bending my brain.
-prescott w. snitzling<
What day is it anyway?
Posted
Support Moderator
Podge
Posts: 3776
3776
You're welcome.<
 
You Must enter a message