T O P I C R E V I E W |
Panhandler |
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.
|
15 L A T E S T R E P L I E S (Newest First) |
texanman |
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 |
Panhandler |
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 |
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 |
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 |
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.
|
texanman |
Posted - 09 October 2009 : 13:35:13 Thanks Carefree! |
Carefree |
Posted - 09 October 2009 : 08:12:37 Here |
texanman |
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 |
Panhandler |
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 |
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 |
texanman |
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 |
Panhandler |
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 |
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. |
balexandre |
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. |
richfed |
Posted - 20 September 2009 : 09:28:09 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? |