Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
prescottw
Posted - 13 December 2005 : 14:22:03 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
<
4 L A T E S T R E P L I E S (Newest First)
Podge
Posted - 14 December 2005 : 06:41:15 You're welcome.<
prescottw
Posted - 13 December 2005 : 19:13:24 <% if mLev = "4" or MemberID = "222" then %> Can u see this <% end if %>
This worked... Thanks Podge for Bending my brain.
-prescott w. snitzling<
prescottw
Posted - 13 December 2005 : 18:35:24 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<
Podge
Posted - 13 December 2005 : 15:50:18 Probably something like;
Replace your first line
<% if mLev = "4" then %>
with
<% if mLev = "4" or (mLev = "2" and MemberID = "2222" then %>