Author |
Topic |
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Mr Pink
Junior Member
United Kingdom
387 Posts |
Posted - 26 August 2006 : 06:02:56
|
Thank you Rui, this is an excellent mod It's so simple that it's brilliant!< |
Martin Leyland Forum Leyland Lancashire UK |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
richfed
Average Member
United States
999 Posts |
Posted - 26 August 2006 : 12:41:19
|
Nice! Thanks, ruirib!< |
|
|
tomfassett
Starting Member
USA
35 Posts |
Posted - 27 August 2006 : 12:59:13
|
Ignorant question here--I assume that it does not matter what the line numbers are as long as I change the proper coding (trying to get my head around VB language here ). The line you refer to as 102 in an unmodified pop_mail.asp file is actually line 65 in mine (and the only instance of this particular command).
Also, in my file line 46 is the middle of an "if then" statement and I assume this would be a bad place to insert the modified code. Since your line number is low, I assume this should be near the beginning of the file. In my pop_mail.asp file, line 50 is the end of the code which checks to make sure the emailer is a member. Here is the section I am talking about: if Request.QueryString("ID") <> "" and IsNumeric(Request.QueryString("ID")) = True then intMemberID = cLng(Request.QueryString("ID")) else intMemberID = 0 end if
Should the mod code be placed right after this or is there more that needs to be done before the mod is used?
Tom F < |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Panhandler
Average Member
USA
783 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
borge
Junior Member
Norway
185 Posts |
Posted - 04 September 2006 : 05:29:11
|
This mod really works great. After using it for a while I have some suggestions for additional functionallity.
Would it be possible to add a function which will hold mail rather then stopping them. What I am thinking is a function who will keep mail pending from members which does not have the required number of posts to send, then enableing the forum admin to approve pending mail to be sent.
Alternatively an option which will enable the forum admin to approve "send mail" for members before reaching the required number of posts to send< |
borge |
|
|
Podge
Support Moderator
Ireland
3775 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 05 September 2006 : 16:23:06
|
quote: Originally posted by borge
This mod really works great. After using it for a while I have some suggestions for additional functionallity.
Would it be possible to add a function which will hold mail rather then stopping them. What I am thinking is a function who will keep mail pending from members which does not have the required number of posts to send, then enableing the forum admin to approve pending mail to be sent.
Alternatively an option which will enable the forum admin to approve "send mail" for members before reaching the required number of posts to send
Hi,
I can understand the request, but what you ask would add some complexity to the mod. A database structure would be needed to save queued messages and then you'd need to add functionality to manage the queue. The functionality makes sense, but this was thought to be a quick, effective way to handle the most blatant spammers. Maybe I or someone else can improve this in the future.< |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
borge
Junior Member
Norway
185 Posts |
Posted - 05 September 2006 : 16:29:18
|
Yes, I realize it will be quite a bit of work. Wish I was skilled enough in programming to help out. You are all doing such a great job here! I'll keep an eye on this mod to see if anyone feels tempted to take on the job in the future < |
borge |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 07 September 2006 : 08:00:43
|
borge,
to accomplish this bit
quote: Alternatively an option which will enable the forum admin to approve "send mail" for members before reaching the required number of posts to send
The admin can just increase the members post count manually to allow them to send mail< |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Topic |
|