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)
 6-in-1 Snitz Common Expansion Pack
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Panhandler
Average Member

USA
783 Posts

Posted - 19 September 2009 :  11:24:49  Show Profile  Visit Panhandler's Homepage  Reply with Quote
Six pre-packaged mods are now available at Snitzbitz.com for Snitz forum version 3.4.07

The 6-in-1 Snitz Common Expansion Pack contains these popular mods: 1) Site Integration 2) Header Cell 3) Proeder's File Attachment 4) Email All Users 5) Private Messages 6) Gatekeeper.
The only changes you will have to make are to the config.asp file in each folder so that it matches your own - there are no other code changes to make.
Each mod is in it's own folder and the installation steps are methodical. Study the readme files before beginning and it should be easy to understand and implement.


richfed
Average Member

United States
999 Posts

Posted - 20 September 2009 :  09:28:09  Show Profile  Visit richfed's Homepage  Reply with Quote
Awesome, Panhandler. I may try this. It will be lot of work for me to redo my forum, but I may undertake the task. Does anyone know if Events, Avatars, Polls and Active Users are fully compatible with version 07?

Rich
[size=1]A Complete Idiot's Guide to MOD Implementation || On the Trail of the Last of the Mohicans[/size=1]
Go to Top of Page

balexandre
Junior Member

Denmark
418 Posts

Posted - 27 September 2009 :  18:13:22  Show Profile  Visit balexandre's Homepage  Send balexandre an ICQ Message  Reply with Quote
I would throw Avatar there as this days everyone wants it

remember to use Carefree topic.asp page as he already fix several things on latest Snitz version.

Bruno Alexandre
(Strøby, DANMARK)

"a Portuguese in Danmark"



Edited by - balexandre on 27 September 2009 18:14:53
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 28 September 2009 :  13:22:04  Show Profile  Reply with Quote
Thank you so much for you efforts. In the Header Cell Mod you have a folder called "Readmefiles" and in that folder you have images. Should that be "Images" folder instead of "readmefiles" or they are intended to be the images for the readmefile? Thanks again.
Go to Top of Page

Panhandler
Average Member

USA
783 Posts

Posted - 29 September 2009 :  09:56:33  Show Profile  Visit Panhandler's Homepage  Reply with Quote
The folder "Readmefiles" in the Header Cell Mod is part of the original mod by tpmj. They are not necessary for the mod to function.

Sorry for the omission - I will include a text file with the basic instructions;
Change the config.asp file as usual, upload and run the dbs file, then upload the rest of the files (but not the readmefiles folder).

Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 29 September 2009 :  13:10:37  Show Profile  Reply with Quote
Panhandler,
In the private message Mod, you have pop_delete in the folder "Files with mods installed" and also in the main folder. Should I assume that the former is the one to upload?!

Thanks
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 29 September 2009 :  15:40:46  Show Profile  Reply with Quote
Hi Panhandler,
In the gatekeeper mod, can you double check admin_compactdb.asp original and modified. They are way too different!. Also, I noticed that admin_compactdb.asp is not listed in the readme file.
Thanks

Edited by - texanman on 30 September 2009 10:37:10
Go to Top of Page

Panhandler
Average Member

USA
783 Posts

Posted - 30 September 2009 :  10:55:47  Show Profile  Visit Panhandler's Homepage  Reply with Quote
quote:
Originally posted by texanman

Hi Panhandler,
In the gatekeeper mod, can you double check admin_compactdb.asp original and modified. They are way too different!. Also, I noticed that admin_compactdb.asp is not listed in the readme file.
Thanks



Thanks for checking and letting me know.
The admin_compactdb.asp does NOT belong in the mod and is not part of the original Gatekeeper mod.
I've updated the Snitzbitz version.
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 05 October 2009 :  10:52:46  Show Profile  Reply with Quote
quote:
Originally posted by balexandre

I would throw Avatar there as this days everyone wants it

remember to use Carefree topic.asp page as he already fix several things on latest Snitz version.


Where can I find Carefree's fixes for topic.asp?! Anyone?
Thanks

Edited by - texanman on 09 October 2009 00:35:00
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 09 October 2009 :  08:12:37  Show Profile  Reply with Quote
Here
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 09 October 2009 :  13:35:13  Show Profile  Reply with Quote
Thanks Carefree!
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 11 October 2009 :  18:17:54  Show Profile  Reply with Quote
Panhandler,

I am having trouble with the antispam mod. If I am logged in and try to post a message, it gives an error message saying I have not entered the antispam question's answer. If not logged in I just enter my credentials and the antispam question's answer and everything is fine. Would you know how to correct this?

I am guessing one more condition must be added here to exclude logged in members:

if strLinkSpamGatekeeper = "1" then

Update: Just changed that to:

if strLinkSpamGatekeeper = "1" and mLev = 0 then

It took care of the problem.

Edited by - texanman on 11 October 2009 18:38:36
Go to Top of Page

Panhandler
Average Member

USA
783 Posts

Posted - 13 October 2009 :  09:19:44  Show Profile  Visit Panhandler's Homepage  Reply with Quote
texanman,

Which file did you make the change to?
It sounds like it might be part of the original Gatekeeper mod. . .

Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 16 October 2009 :  17:38:25  Show Profile  Reply with Quote
Sorry, I didn't see your post. I think it was post.asp I will double check and get back.

Go to Top of Page

Panhandler
Average Member

USA
783 Posts

Posted - 17 October 2009 :  11:49:13  Show Profile  Visit Panhandler's Homepage  Reply with Quote
I found that piece of code in the original Gatekeeper Mod to post.asp
Can you verify?
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 18 October 2009 :  18:35:50  Show Profile  Reply with Quote
The piece of code is in both post and post_info. I did the change in post_info and it worked fine.

if strLinkSpamGatekeeper = "1" then to this: if strLinkSpamGatekeeper = "1" and mLev = 0 then
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 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