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)
 creating a hidden admin
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 11 April 2004 :  16:27:00  Show Profile  Visit Jezmeister's Homepage
for the use of 123 Chat moderators I'd like to be able to have an administrator account on all forums so that we can make sure they are always within our terms and conditions, however I'd like to make sure that either noone can see the member or only the "super admin" of that account(forum) can see that this member exists (including the member not counting towards the registered users).
is this possible?

Edited by - Jezmeister on 11 April 2004 16:28:23

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 16 April 2004 :  13:39:22  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
That would surely be possible, but not without a lot of code changes.
You'd also have to modify the setup script to automatically create that hidden account and further exclude it from all listings (members.asp for example).

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 16 April 2004 :  14:03:24  Show Profile  Visit Jezmeister's Homepage
i figured that... not entirely sure where to start tho
Go to Top of Page

altisdesign
Junior Member

United Kingdom
357 Posts

Posted - 16 April 2004 :  17:39:42  Show Profile
Jezmeister,

I guess you could add another field to the forum_members table, called M_VISIBLE which is a numeric field defaulting to 1. If you wanted the user hidden, you would set this to 0. You would have to probably modify the SELECT statment in members.asp to add to the where clause "M_VISIBLE = 1" and also modify the profile page (pop_profile.asp? I'm not sure, I havn't looked at snitz code for a while), to check in the sql statmenet that "M_VISIBLE = 1" again. It could display the same error as it does when you try to view the profile of a member that is deleted. The user could still login this way, but as long as they made no posts there would be no record that they existed to the average user.

[edit]Just read about your member count as well.. Personally I don't see why it matters, but I don't think that wood be hard to change. I'm unsure of the exact changes tho.

If you want the "hidden" admin viewable by somem members then you can always test the mlev before you add the WHERE M_VISIBLE = 1 to the SQL statment.

Hope this helps get you started[/edit]

Altis Design offers all manner of web design services to a variety of commercial and personal clients

Edited by - altisdesign on 16 April 2004 17:52:15
Go to Top of Page

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 16 April 2004 :  18:20:18  Show Profile  Visit Jezmeister's Homepage
cheers altisdesign - will giv it a go... i dont see y it matters either (member count) but some people r picky... cheers again!
Go to Top of Page

altisdesign
Junior Member

United Kingdom
357 Posts

Posted - 16 April 2004 :  19:12:26  Show Profile
No problem.. good luck with it

Altis Design offers all manner of web design services to a variety of commercial and personal clients
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.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07