Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Need help resticting a certain page to certain mem

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!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
texanman Posted - 03 July 2008 : 12:52:35
Hello,

I have a forum page that I want three members to view. How would I do that? I played around using memberID and it doesn't seem to be working.
Can you help ?<
10   L A T E S T    R E P L I E S    (Newest First)
weeweeslap Posted - 03 July 2008 : 15:50:42
yes it must be without the quotes hence I posted the code above without quotes just the # Glad you got it working.


If MemberID=38297 or MemberID=1234 or MemberID=5678 Then
write the content
else
send non allowed users somewhere else
end if


<
texanman Posted - 03 July 2008 : 15:19:22
Andy: I am aware of that and have forums like that as well.
Actually what I have is like this: I put shout box on its own page and wanted to make few people to access it as a conference room. That is how the need for this arised.
Thanks<
Andy Humm Posted - 03 July 2008 : 14:48:59
I don't know whether it is worth trying a Hidden area for this forum page/group.
As admininstrator Select 'Edit Forum Properties' in the right hand column of a group (default.asp) and then there are options at the bottom:
'Auth Type' select to Allowed Member List (Hidden)
'Allowed Member List' select the members you want to view the page only from the available list then move across to the selected list

Worth a try!
<
texanman Posted - 03 July 2008 : 14:28:54
Well it didn't work the way you are suggesting. It did work without the " and "<
MaD2ko0l Posted - 03 July 2008 : 14:25:04
im sorry but im not sure what you mean memberID is numeric

that if statement should work the way i said

if memberID="38297" then
wright content
else
error message
end if

but i suppose you coudl do it via member name instead of number?<
texanman Posted - 03 July 2008 : 13:43:09
Yes I understand
What I was saying was
if memberID="38297" doesn't work beciause memberID is numeric
It should be if memberID="=38297
right?<
MaD2ko0l Posted - 03 July 2008 : 13:35:53
yes here look at this link (its to your profile)

http://forum.snitz.com/forum/pop_profile.asp?mode=display&id=38297

the number in red is the memberID number

so memberID="38297" you be you on this forum.

hope that helps<
texanman Posted - 03 July 2008 : 13:18:02
That is what I tried, but it didn't work. May be my mistake is using memberID="#"
Is memberID numeric?<
weeweeslap Posted - 03 July 2008 : 13:12:03
where # is the member id that is displayed at the end of url when visiting a member's profile.<
weeweeslap Posted - 03 July 2008 : 13:10:20
member id works fine for me. I use it the following way:

If MemberID=# or MemberID=# or MemberID=# Then
     write the content
else
     write message telling them they are not allowed to view the page or a response.redirect command to redirect users not allowed to view, to some other page
end if
<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.03 seconds. Powered By: Snitz Forums 2000 Version 3.4.07