Author |
Topic |
cripto9t
Average Member
USA
881 Posts |
Posted - 20 February 2006 : 09:19:29
|
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\-_ |
|
|
cripto9t
Average Member
USA
881 Posts |
Posted - 20 February 2006 : 09:56:22
|
The test site is back up if anyone is interested. I think edit time is set for 2 minutes.< |
_-/Cripto9t\-_ |
|
|
jiffy
Starting Member
33 Posts |
Posted - 06 March 2006 : 12:01:02
|
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 |
|
|
jiffy
Starting Member
33 Posts |
Posted - 06 March 2006 : 12:08:54
|
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 |
|
|
Mr Pink
Junior Member
United Kingdom
387 Posts |
Posted - 07 March 2006 : 08:14:08
|
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 |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 07 March 2006 : 15:44:57
|
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.< |
|
|
Mr Pink
Junior Member
United Kingdom
387 Posts |
Posted - 07 March 2006 : 17:51:57
|
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 |
|
|
jiffy
Starting Member
33 Posts |
|
cripto9t
Average Member
USA
881 Posts |
Posted - 10 March 2006 : 20:23:46
|
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\-_ |
|
|
jiffy
Starting Member
33 Posts |
Posted - 10 March 2006 : 20:53:59
|
You are the man! Works great now. Using Access db.< |
Are you an InterWeberNetter? http://www.interwebernet.com |
|
|
cripto9t
Average Member
USA
881 Posts |
Posted - 11 March 2006 : 10:06:23
|
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\-_ |
|
|
cripto9t
Average Member
USA
881 Posts |
Posted - 11 March 2006 : 10:45:41
|
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\-_ |
|
|
Mr Pink
Junior Member
United Kingdom
387 Posts |
Posted - 13 March 2006 : 16:53:57
|
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 |
|
|
garyrobar
New Member
Canada
90 Posts |
Posted - 09 February 2007 : 20:44:45
|
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 |
|
|
garyrobar
New Member
Canada
90 Posts |
|
Topic |
|