Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Need help resticting a certain page to certain mem
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

texanman
Junior Member

United States
410 Posts

Posted - 03 July 2008 :  12:52:35  Show Profile  Reply with Quote
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 ?<

weeweeslap
Senior Member

USA
1077 Posts

Posted - 03 July 2008 :  13:10:20  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message  Reply with Quote
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
<

coaster crazy
Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 03 July 2008 :  13:12:03  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message  Reply with Quote
where # is the member id that is displayed at the end of url when visiting a member's profile.<

coaster crazy
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 03 July 2008 :  13:18:02  Show Profile  Reply with Quote
That is what I tried, but it didn't work. May be my mistake is using memberID="#"
Is memberID numeric?<
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 03 July 2008 :  13:35:53  Show Profile  Visit MaD2ko0l's Homepage  Reply with Quote
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<

© 1999-2010 MaD2ko0l
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 03 July 2008 :  13:43:09  Show Profile  Reply with Quote
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?<
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 03 July 2008 :  14:25:04  Show Profile  Visit MaD2ko0l's Homepage  Reply with Quote
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?<

© 1999-2010 MaD2ko0l
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 03 July 2008 :  14:28:54  Show Profile  Reply with Quote
Well it didn't work the way you are suggesting. It did work without the " and "<
Go to Top of Page

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 03 July 2008 :  14:48:59  Show Profile  Reply with Quote
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!
<

Edited by - Andy Humm on 03 July 2008 14:49:21
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 03 July 2008 :  15:19:22  Show Profile  Reply with Quote
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<
Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 03 July 2008 :  15:50:42  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message  Reply with Quote
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


<

coaster crazy
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07