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/Code)
 Email Search for Admin (Members.asp)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

volition
Starting Member

USA
49 Posts

Posted - 30 May 2003 :  16:10:45  Show Profile  Visit volition's Homepage
I found a slight error in the code posted here:
http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=38928

Title: Email Search for Admin (Members.asp)
Forum Version: Snitz 3.4.03
Ease of installation: 2 - Easy
Created by: Tyler M.
Purpose: Allows administrator to find users by email address in members section.
Installation: Follow the directions in this message. (only 4 changes needed)
Download: n/a

I noticed that the email checkbox gets unchecked each time you do a seach instead of staying checked.

Here is the fix.

CODE AS POSTED:
IF mLev > 3 THEN
Response.Write " <input type=""checkbox"" name=""Email"" value=""1""" & chkRadio(srchLname,1,true) & ">Email" & vbNewline

SHOULD BE:
IF mLev > 3 THEN
Response.Write " <input type=""checkbox"" name=""Email"" value=""1""" & chkRadio(srchEmail,1,true) & ">Email" & vbNewline


Volition® - The Net's Oldest Free-Stuff Site

Snitz Forum at http://forum.volition.com/
  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.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07