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)
 Edit/Delete Post Time Limits
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 6

cripto9t
Average Member

USA
881 Posts

Posted - 20 February 2006 :  09:19:29  Show Profile  Reply with Quote
Glisborg, I just updated the download. It seems code changes were made in my personal files but not the download.
I see my test forum is down also. If it's not one thing it's another .<

    _-/Cripto9t\-_
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 20 February 2006 :  09:56:22  Show Profile  Reply with Quote

The test site is back up if anyone is interested. I think edit time is set for 2 minutes.<

    _-/Cripto9t\-_
Go to Top of Page

jiffy
Starting Member

33 Posts

Posted - 06 March 2006 :  12:01:02  Show Profile  Reply with Quote
Can you create a web link with this mod? I added a time edit mod and now I can't create a web link since there is no time value associated with it.<

Are you an InterWeberNetter?
http://www.interwebernet.com
Go to Top of Page

jiffy
Starting Member

33 Posts

Posted - 06 March 2006 :  12:08:54  Show Profile  Reply with Quote
This is the error I get:
Microsoft JET Database Engine error '80004005'

The field 'FORUM_FORUM.F_EDIT_TIME' cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field.

/forums/post_info.asp, line 1347

And this is my post_info.asp file

http://www.jiffypark.com/pics/post_info.txt<

Are you an InterWeberNetter?
http://www.interwebernet.com
Go to Top of Page

Mr Pink
Junior Member

United Kingdom
387 Posts

Posted - 07 March 2006 :  08:14:08  Show Profile  Visit Mr Pink's Homepage  Send Mr Pink an AOL message  Reply with Quote
I've just installed this mod and it works fine except for when I create a new web link just like Jiffy. I've tried turning it off but still get the same error.<

Martin
Leyland Forum Leyland Lancashire UK
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 07 March 2006 :  15:44:57  Show Profile  Reply with Quote
Simple ...

in Post_info there are a few changes, but the important ones are :


'## Edit Time Mod ### ADD Code below ######################
                if Time_Limits then
                        strSql = strSql & ", F_EDIT_TIME "
                end if
'## End Add on #######


at line 1196, and


'## Edit Time ### Add code below ###########################
                if Time_Limits then
                        strSql = strSql & ", '" & strTimeArr & "'"
                end if
'## End code add on #######


at line 1233


These same changes have to be echoed in the Link code area at line 1308 and 1586.

NB!! I've just pointed you to the vague area, if you don't know how to later the SQL to suit, let me know and I'll provide more detailed instructions.<
Go to Top of Page

Mr Pink
Junior Member

United Kingdom
387 Posts

Posted - 07 March 2006 :  17:51:57  Show Profile  Visit Mr Pink's Homepage  Send Mr Pink an AOL message  Reply with Quote
I've added another mod before this one so my lines are out, can you point me to the right places to put the new code please.<

Martin
Leyland Forum Leyland Lancashire UK
Go to Top of Page

jiffy
Starting Member

33 Posts

Posted - 09 March 2006 :  15:52:20  Show Profile  Reply with Quote
I'm thick on this. Can you tell me where to edit my code? I'm used to the mod readme files that tell you exactly where to place the code. Here is my post_info file. I really appreciate this.

http://www.jiffypark.com/pics/post_info.txt<

Are you an InterWeberNetter?
http://www.interwebernet.com
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 10 March 2006 :  20:23:46  Show Profile  Reply with Quote
jiffy, mr pink see my fix Here. Let me know what happens so I can update the mod. Also what db are you using?<

    _-/Cripto9t\-_
Go to Top of Page

jiffy
Starting Member

33 Posts

Posted - 10 March 2006 :  20:53:59  Show Profile  Reply with Quote
You are the man! Works great now. Using Access db.<

Are you an InterWeberNetter?
http://www.interwebernet.com
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 11 March 2006 :  10:06:23  Show Profile  Reply with Quote
Thanks for the reply jiffy, sorry it took so long for a fix. It seems mySql over looks some things that access takes very seriously . I'll see about updating the download.<

    _-/Cripto9t\-_
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 11 March 2006 :  10:45:41  Show Profile  Reply with Quote
I updated the zip file. There is/was an uninstall file in the original download. To anyone using this mod, I'd suggest running it and reinstalling using the new dbs file. You will have to reset your time limits after you do this.<

    _-/Cripto9t\-_
Go to Top of Page

Mr Pink
Junior Member

United Kingdom
387 Posts

Posted - 13 March 2006 :  16:53:57  Show Profile  Visit Mr Pink's Homepage  Send Mr Pink an AOL message  Reply with Quote
I ran uninstall and re-installed the DBS file as there is no Alternate MOD setup on my forum. It appears to work! Thanks for the help.<

Martin
Leyland Forum Leyland Lancashire UK
Go to Top of Page

garyrobar
New Member

Canada
90 Posts

Posted - 09 February 2007 :  20:44:45  Show Profile  Visit garyrobar's Homepage  Reply with Quote
I hate to reopen this, but I just did a clean install with the files from the zip.

I am getting an error in post.asp...


Microsoft VBScript runtime error '800a000d' 
Type mismatch: 'rs' 
/forum/post.asp, line 727 

This isn't a line that involves the mod, but this worked fine before install.

This is 727:


if MoveTopicAllowed = "1" then
else
strSql = strSql & " AND F.FORUM_ID = " & rs("FORUM_ID")
end if


727 is the SQL line...

I'll also add that after the time lim has passed, there is no more error, since the code never gets executed at that deep a level/<

SEO For Snitz Forum

Edited by - garyrobar on 09 February 2007 20:53:51
Go to Top of Page

garyrobar
New Member

Canada
90 Posts

Posted - 10 February 2007 :  11:33:53  Show Profile  Visit garyrobar's Homepage  Reply with Quote
I should have searched first, answer is here, and has nothing to do wtih this mod. Its a prob with the new version of forums

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=63649<

SEO For Snitz Forum
Go to Top of Page
Page: of 6 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07