Author |
Topic |
|
Panhandler
Average Member
USA
783 Posts |
Posted - 19 September 2009 : 11:24:49
|
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 |
|
balexandre
Junior Member
Denmark
418 Posts |
Posted - 27 September 2009 : 18:13:22
|
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 |
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 28 September 2009 : 13:22:04
|
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. |
|
|
Panhandler
Average Member
USA
783 Posts |
Posted - 29 September 2009 : 09:56:33
|
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).
|
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 29 September 2009 : 13:10:37
|
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 |
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 29 September 2009 : 15:40:46
|
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 |
|
|
Panhandler
Average Member
USA
783 Posts |
Posted - 30 September 2009 : 10:55:47
|
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. |
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 05 October 2009 : 10:52:46
|
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 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 09 October 2009 : 08:12:37
|
Here |
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 09 October 2009 : 13:35:13
|
Thanks Carefree! |
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 11 October 2009 : 18:17:54
|
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 |
|
|
Panhandler
Average Member
USA
783 Posts |
Posted - 13 October 2009 : 09:19:44
|
texanman,
Which file did you make the change to? It sounds like it might be part of the original Gatekeeper mod. . .
|
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 16 October 2009 : 17:38:25
|
Sorry, I didn't see your post. I think it was post.asp I will double check and get back.
|
|
|
Panhandler
Average Member
USA
783 Posts |
Posted - 17 October 2009 : 11:49:13
|
I found that piece of code in the original Gatekeeper Mod to post.asp Can you verify?
|
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 18 October 2009 : 18:35:50
|
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 |
|
|
|
Topic |
|