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)
 HuwR-ized mods
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

Kerry
Average Member

USA
553 Posts

Posted - 26 January 2001 :  03:03:54  Show Profile  Visit Kerry's Homepage
These mods are for the HuwR Modified release of 3.1sr4 only. (* All of these mods are already posted for the standard release)

Included:
  • Email List & Message Manager
  • Random Password emailed to new registrant
  • Username Filter


These files worked well on a default install of HuwR's modified version. I think all files are fairly well commented. As always, back up your old files before using and let me know of any bugs, comments or suggestions.

File:
http://www.cantonweb.com/HuwR-ized_ALL.zip

-Kerry

Note: Because of changes to muliple files, the mods in this zip are bundled and not seperable

Edited by - kerry on 26 January 2001 04:29:49

Kerry
Average Member

USA
553 Posts

Posted - 26 January 2001 :  04:07:39  Show Profile  Visit Kerry's Homepage
Problem found / Fixed:

Existing users will have errors when editing their profiles if they leave the "Receive Forum Updates" in the default position and submit.

THE FIX:
In inc_profile.asp look for
 <!################### - kerrycode for Email List------>
<%if Request.QueryString("mode") = "goEdit" or Request.Querystring("mode") = "goModify" then
RECMAIL = RS("M_RECMAIL")
if RECMAIL = "1" then
YesNo = "No"
else
YesNo = "Yes"
end if
%>


And replace it with:

<!################### - kerrycode for Email List------>
<%if Request.QueryString("mode") = "goEdit" or Request.Querystring("mode") = "goModify" then
RECMAIL = RS("M_RECMAIL")
if RECMAIL = "1" then
YesNo = "No"
else
RECMAIL = "0"
YesNo = "Yes"
end if
%>


This is updated in the zip.

-Kerry



Edited by - kerry on 26 January 2001 04:10:10
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 26 January 2001 :  14:45:05  Show Profile  Visit HuwR's Homepage
Thanks for doing one for me , I will try and get it in my code when I have some time.

'Resistance is futile'
Go to Top of Page

Kerry
Average Member

USA
553 Posts

Posted - 26 January 2001 :  14:53:21  Show Profile  Visit Kerry's Homepage
Sounds good

The main reason I made this is that I'm working with both the standard & modified versions myself and noticed alot of others doing the same. -Couldn't quite mod one and not the other. ..But if they work well enough to be added, that'd be great

...and if not, post what needs fixed!

-Kerry

Go to Top of Page

CartmaN
Starting Member

Canada
8 Posts

Posted - 27 January 2001 :  01:04:45  Show Profile  Send CartmaN an ICQ Message
2 things...

(1) I get this error when I try to edit any profile and I have the updated .zip already and it still causes an error:

Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/guitard/snitz_forum/pop_profile.asp, line 787

(2)Is there a way to turn off the random emailed password? I just wanted this mod for the email list so I can inform people of updates, but now I can't remove the random password..

Here is what my pop_profile.asp looks like:
http://user.webrc.ca/guitard/pop_profile.txt

-~=CartmaN=~-

Edited by - CartmaN on 27 January 2001 01:17:54
Go to Top of Page

Kerry
Average Member

USA
553 Posts

Posted - 27 January 2001 :  01:15:52  Show Profile  Visit Kerry's Homepage
quote:

(1)
Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.



First question - did you run both setup files? You need to to allow this to work.

quote:

(2)Is there a way to turn off the random emailed password?



No, not in this zip (see top post), but if you see:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=4211&FORUM_ID=25&CAT_ID=1&Topic_Title=MOD%3A+Email+List+%26+Message+Manager+%28opt%2Din+%2F+out%29&Forum_Title=DEV+Design+Requests+W%2FCode+%28v4%29

The email list / manager is available as a stand-alone.

-Kerry



Edited by - kerry on 27 January 2001 01:25:32
Go to Top of Page

CartmaN
Starting Member

Canada
8 Posts

Posted - 27 January 2001 :  01:25:11  Show Profile  Send CartmaN an ICQ Message
Yes both setup files were installed. I seemed to fix the profile editor section by replacing it with an old one copy of it. But now I would just like to remove the random password emailer and have each user put in their own password. Sorry if I have caused any trouble.

-~=CartmaN=~-


Edited by - CartmaN on 27 January 2001 01:33:55

Edited by - CartmaN on 27 January 2001 01:34:44
Go to Top of Page

Aznknight
Senior Member

USA
1373 Posts

Posted - 27 January 2001 :  01:36:12  Show Profile  Send Aznknight an AOL message  Send Aznknight an ICQ Message
quote:

Sounds good

The main reason I made this is that I'm working with both the standard & modified versions myself and noticed alot of others doing the same. -Couldn't quite mod one and not the other. ..But if they work well enough to be added, that'd be great

...and if not, post what needs fixed!

-Kerry



Hmm but wouldn't building mods for different forum installations advocate the use of different forums??
worst case scenario would be for the mod writer to write mods for each separate installations. Just my 2 cents about this.

- Alan
Go to Top of Page

Kerry
Average Member

USA
553 Posts

Posted - 27 January 2001 :  01:41:35  Show Profile  Visit Kerry's Homepage
No trouble at all

My suggestion at his point:

1) Replace all of the files from the zip with your original copies (you kept back-ups, right?).

2) Checked your email functions using "Send to a Friend" or "Forgotten Password" features - make sure that part is working from the start.

3) Download the Email List Manager above and use those files (you won't need to re-run setup unless you replace the database).

Let me know how this works out.

-Kerry

Go to Top of Page

Kerry
Average Member

USA
553 Posts

Posted - 27 January 2001 :  01:45:15  Show Profile  Visit Kerry's Homepage
quote:

Hmm but wouldn't building mods for different forum installations advocate the use of different forums??
worst case scenario would be for the mod writer to write mods for each separate installations. Just my 2 cents about this.



Yeah, I know what you mean - I'm not going to try to keep up with every version that rolls out, but I was already mod'ing one of HuwR's releases and figured I'd release the files for whoever wanted them. That, and it's good experience / practice (I can use both).

-Kerry

Go to Top of Page

CartmaN
Starting Member

Canada
8 Posts

Posted - 27 January 2001 :  01:46:55  Show Profile  Send CartmaN an ICQ Message
For some reason http://webrc.ca the place i am being hosted, the default forum doesn't have the email password or send to a friend functions on the page, and I am unable to find this MOD Commander?? I have seen in other different posts.

-~=CartmaN=~-
Go to Top of Page

Kerry
Average Member

USA
553 Posts

Posted - 27 January 2001 :  01:56:40  Show Profile  Visit Kerry's Homepage
Okay, well then the reason pw's aren't going out is likley the same no other mail functions work.

Your mail settings are in Admin Panel > Email Server Configuration. You may have to check with your ISP on settings.

-Kerry

Go to Top of Page

CartmaN
Starting Member

Canada
8 Posts

Posted - 27 January 2001 :  01:59:12  Show Profile  Send CartmaN an ICQ Message
NO Worries, I am just deleting this forum, and replacing it with a fresh new one, hehe. At least I know just to install the email mod, and the other ones I want, thanx for your time

-~=CartmaN=~-
Go to Top of Page

CartmaN
Starting Member

Canada
8 Posts

Posted - 27 January 2001 :  02:04:46  Show Profile  Send CartmaN an ICQ Message
How exactly do I implement the MOD Commander, "Send to a friend", and "email password" functions??

-~=CartmaN=~-
Go to Top of Page

Kerry
Average Member

USA
553 Posts

Posted - 27 January 2001 :  02:08:36  Show Profile  Visit Kerry's Homepage
First off - where (what URL) are dl'ing this forum from?

It sounds like you might be usinag a default install (if no Mod Commander is present).

-Kerry

Go to Top of Page

CartmaN
Starting Member

Canada
8 Posts

Posted - 27 January 2001 :  02:10:47  Show Profile  Send CartmaN an ICQ Message
http://webrc.ca they have a special add snitz forum on it

-~=CartmaN=~-
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Next Page
 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.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07