Author |
Topic  |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 18 April 2001 : 01:57:43
|
Hi, I need to keep the members secret to others then registred members. What I men is that no others then registred members should be able to read the members list and members profiles. I have a forum for diskussions about wounded people (whiplash injury) and many of them have fights with insurance companies. A member found out throuh his contact with his insuranace company that they hade read his data in the members list! Cheers / Tomas
OK The problem is solved! Tomas
Edited by - tomasalsbro on 18 April 2001 03:53:09
Edited by - tomasalsbro on 18 April 2001 11:20:11
Edited by - tomasalsbro on 21 April 2001 06:15:43 |
|
AR
Starting Member
17 Posts |
Posted - 30 April 2001 : 11:11:01
|
OK, I've got the same question:
How do I limit visitors from viewing the members page? Actually, I'd prefer if only selected (i.e. list) of members could view other members' info on the members list. I can't seem to figure it out.
So, what's the secret solution? ;-)
Thanks,
Andreas.
|
 |
|
rick7165
Senior Member
   
USA
1094 Posts |
Posted - 30 April 2001 : 11:41:56
|
After this: <!--#INCLUDE FILE="inc_top.asp" -->
Add This:
<% if strDBNTUserName = "" then doNotLoggedInForm end if %>
You can add this to any page you want only members to view.
Rick
Test Site www.eastpasco.com HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser. |
 |
|
tomasalsbro
Average Member
  
Sweden
818 Posts |
Posted - 30 April 2001 : 12:10:56
|
quote:
After this: <!--#INCLUDE FILE="inc_top.asp" -->
Add This:
<% if strDBNTUserName = "" then doNotLoggedInForm end if %>
You can add this to any page you want only members to view.
Rick
Test Site www.eastpasco.com HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.
Hi Richard! Thnak's for your help! I made a inc_security.asp file and can now easely include that file when ever I need to. Cheers / Tomas
!-Keep distance in trafic-! www.whiplash.pp.se |
 |
|
AR
Starting Member
17 Posts |
Posted - 30 April 2001 : 13:34:10
|
Thank you!
This worked great!
But... my forums are set up so that basically anyone can sign up. Some forums (such as "For Sale", "Wanted", etc.) are open to anyone, others are only open to subscripbers, and yet some forums are only open to people on a list.
My follow-up question would be:
How can I make the 'Members' area visible ONLY to people who are on a specific list to see other members' profiles?
Again, thanks! (the current solution is definitely a step in the right direction!)

Andreas.
|
 |
|
rick7165
Senior Member
   
USA
1094 Posts |
Posted - 30 April 2001 : 13:44:01
|
Not sure on that one... Hangout and see if anyone can answer that one for you.
quote:
Thank you!
This worked great!
But... my forums are set up so that basically anyone can sign up. Some forums (such as "For Sale", "Wanted", etc.) are open to anyone, others are only open to subscripbers, and yet some forums are only open to people on a list.
My follow-up question would be:
How can I make the 'Members' area visible ONLY to people who are on a specific list to see other members' profiles?
Again, thanks! (the current solution is definitely a step in the right direction!)

Andreas.
Test Site www.eastpasco.com HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser. |
 |
|
AR
Starting Member
17 Posts |
Posted - 01 May 2001 : 12:08:58
|
I just realized that that little code snipped needs to be placed not only in the members.asp file, but also in the pop_profile.asp file.
I still haven't figured out how to limit the Members area to the list of subscribers from my main forum... eventually, I'll figure it out and will let ya'll know. :-)
Andreas.
|
 |
|
|
Topic  |
|