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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 How can I hide the MEMBERS list?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

adandnat
Starting Member

29 Posts

Posted - 12 June 2001 :  20:40:29  Show Profile  Visit adandnat's Homepage
The forum my wife and I are making is mainly for kids at her dance school and we want to hide the member list. How do we do that?

Any assistance would be appreciated!

Thanks all.

Ad

e3stone
Average Member

USA
885 Posts

Posted - 12 June 2001 :  21:07:35  Show Profile  Send e3stone an AOL message
This code will hide the member list from everyone but the Admin of the forum. Don't know if that's what you're looking for.

At the top of members.asp, look for this code and add the line in red

'## PO Box 200
'## Harpswell, ME 04079
'#################################################################################
%>
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE FILE="inc_top.asp" -->
<%

if mLev = 4 then


mypage = request("whichpage")
if mypage = "" then
mypage = 1
end if


Then, at the bottom of the file, right above the include for the footer.asp file, add this code that's in red:

 </table>
</td>
</tr>
</table>
<%
ELSE
Response.Write "Only The Forum Administrator Can View The Member List"
End If
%>

<!--#INCLUDE FILE="inc_footer.asp" -->
<%
sub Paging()
if maxpages > 1 then
if Request.QueryString("whichpage") = "" then
sPageNumber = 1
else


You can change the message to whatever you wish.

<-- Eric -->


InsideWaco.com

Edited by - e3stone on 12 June 2001 21:09:04
Go to Top of Page

adandnat
Starting Member

29 Posts

Posted - 12 June 2001 :  23:50:11  Show Profile  Visit adandnat's Homepage
You are the coolest.

That is exactly it.

Thanks heaps!

Ad

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