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: MOD Implementation
 Question about "Email all users" mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

bobby131313
Senior Member

USA
1163 Posts

Posted - 06 January 2010 :  19:27:21  Show Profile  Visit bobby131313's Homepage
Just used this mod and it works great.

I was just looking at the code though and it *appears* that if you break it up in the 4 groups to send that IDs starting with numbers, or anything other than a letter for that matter, will be skipped.

Could someone have a look and see if I'm right or making all this up?

http://www.coincommunity.com/zmisc/admin_pop_mail.txt

Switch the order of your title tags

Edited by - bobby131313 on 06 January 2010 19:31:17

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 06 January 2010 :  19:44:04  Show Profile  Send ruirib a Yahoo! Message
Indeed it seems that. The groups are built from separating members by name into groups where the first letter is one of the group [A-Z] (case insensitive). Any members whose member name doesn't start with a letter seem to be left out.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

bobby131313
Senior Member

USA
1163 Posts

Posted - 06 January 2010 :  20:33:25  Show Profile  Visit bobby131313's Homepage
OK so if I change the first selection to this....


		if Request.Form("strInitial") = 1 then
			Initial = split("[0-9]|A|B|C|D|E|F","|")
			strSql = strSql & " AND (M_NAME LIKE '" & Initial(0) & "%'"
			for icnt = 1 to ubound(Initial)
				strSql = strSql & " OR M_NAME LIKE '" & Initial(icnt) & "%'"
			next
			strSql = strSql & ")"



That should take care of the numbers right?

Switch the order of your title tags
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 06 January 2010 :  20:38:25  Show Profile  Send ruirib a Yahoo! Message
No, you can't use [0-9], you need to use the "pipe" syntax, like it was done with the letters, "0|1|2|...".


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

bobby131313
Senior Member

USA
1163 Posts

Posted - 06 January 2010 :  20:42:22  Show Profile  Visit bobby131313's Homepage
Okie dokie. Seems I only have a few others after that... - _ and ". I don't think I'm even going to worry about those.

Thanks.

Switch the order of your title tags
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.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07