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 ?<
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
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
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<