Author |
Topic |
stuF
Average Member
United Kingdom
561 Posts |
Posted - 16 June 2001 : 18:08:02
|
ive just testing archiving some topics, still works fine.... cool mod BTW
i also noticed that forum code dosent work, has this been discussed?
Edited by - stuF on 16 June 2001 18:08:52 |
|
|
Raichelle
Junior Member
370 Posts |
Posted - 16 June 2001 : 18:12:38
|
here is a fix for it that huwr posted change that line to
<% if strDBType = "access" and Instr(19,strConnString,"Jet",1) > 0 then Response.write "<li><a href=""admin_compactDB.asp"">Compact Database</a>" end if %>
|
|
|
stuF
Average Member
United Kingdom
561 Posts |
|
gglosser
Starting Member
16 Posts |
Posted - 24 June 2001 : 20:40:48
|
quote:
Zip is updated and now includes: Updated bug fixes by Huwr. Search feature by Huwr. Deleting feature by Me.
Consider this beta2 :)
So which URL has the zip of the latest version of this MOD?
Thanks, Gisele
|
|
|
gglosser
Starting Member
16 Posts |
Posted - 25 June 2001 : 14:50:32
|
quote:
You have an old version of mod_dbsetup.asp, you should be able to download a newer one here, just do a search.
Please Note, there are still bugs in this code, it is not advised to use it in a live site, the next version of the forum will include a much improved version of the archiving code.
So when will the next version of the forum be released?
Gisele
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 25 June 2001 : 16:19:41
|
The next release will be out soon, there are some bugs in the code for the archiving, which as yet have not been posted.I will post a new clean version when the next release is out of the way
|
|
|
wabwab
Starting Member
3 Posts |
Posted - 16 July 2001 : 18:25:52
|
I think their is a bug with this mod,
if you have a reply date > archive date and topic date < archive date,
The Topic will be archived, replies will be deleted?
In other word the mod deleted the replies for old topics without archiving them.
|
|
|
adamch25
Starting Member
USA
22 Posts |
Posted - 18 July 2001 : 13:21:09
|
Feature request: The ability to archive topics that are older than only 1 day, 2 days, ... , 2 weeks, 3 weeks. Right now you have it so that you can archive anything older than a month, but my forum fills up quick and I would like to able to archive posts older than 6 or 7 days. I tried to add some code to make it work:
<select name="archiveolderthan" size=1> <option value="<%=DateToStr(DateAdd("d", -1, now()))%>"> One Day </option> <option value="<%=DateToStr(DateAdd("d", -2, now()))%>"> Two Days </option> <option value="<%=DateToStr(DateAdd("d", -3, now()))%>"> Three Days </option> <option value="<%=DateToStr(DateAdd("d", -4, now()))%>"> Four Days </option> <option value="<%=DateToStr(DateAdd("d", -5, now()))%>"> Five Days </option> <option value="<%=DateToStr(DateAdd("d", -6, now()))%>"> Six Days </option> <option value="<%=DateToStr(DateAdd("d", -7, now()))%>"> One Week </option> <option value="<%=DateToStr(DateAdd("d", -14, now()))%>"> Two Weeks </option> <option value="<%=DateToStr(DateAdd("d", -21, now()))%>"> Three Weeks </option> <% for counter = 1 to 6 %> <option value="<%=DateToStr(DateAdd("m", -counter, now()))%>"> <%= counter %> Month <% if counter > 1 then response.write "s" %> </option> <% next %> <option value="<%=DateToStr(DateAdd("m", -12, now()))%>"> One Year </option> </select>
It archives items that are older than 7 days or whatever, but only for the current month. For example, the date is July 18, 2001 and if I choose to archive posts older than 7 days, posts in the month of July older than 7 days are archived, but not posts in the month of June or previous. Any suggestions?
|
|
|
doflynn
Starting Member
16 Posts |
Posted - 20 July 2001 : 16:45:10
|
i archive for last month, but in my main forum, I can still see posts from 11/2000??? The posts exists in the archive and the main forum. I just installed the mod again, in case I had a bad file, but ran it again, and it still isn't removing the posts from my main forum?
Derek
|
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 29 July 2001 : 17:16:26
|
if I wanted to extract the archive mod from the new release of snitz, what should I be aware of???
Dayve |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 29 July 2001 : 20:00:32
|
ok, I found someone stating that they got this error but I can't see to find the fix for it...sorry
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'FORUM_ID = AND MEMBER_ID = 2'.
/forum/inc_functions.asp, line 1163
this happens when clicking on the Archive root link in search_archive.asp
Please help. thanks...
Dayve |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 29 July 2001 : 20:27:38
|
3 issues
1. ok, I found someone stating that they got this error but I can't see to find the fix for it...sorry
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression 'FORUM_ID = AND MEMBER_ID = 2'.
/forum/inc_functions.asp, line 1163
I saw that I am supposed to use the lines similar to default.asp but I keep getting errors.
2. I noticed that when viewing archived topics that forum code is reverted to html tags which causes viewing to be really ugly if someone used a lot of images or other forum coding.
here is an example:
Archived Topic
3. Attempting to re-archive a topic where there is nothing to archive gives this error
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression '168WHERE TOPIC_ID = 563'.
/forum/admin_forums.asp, line 411
Dayve
Edited by - dayve on 29 July 2001 20:30:28
Edited by - dayve on 29 July 2001 20:43:36 |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 30 July 2001 : 22:25:35
|
^^BUMP^^
Dayve |
|
|
gglosser
Starting Member
16 Posts |
Posted - 09 August 2001 : 23:16:16
|
quote:
The next release will be out soon, there are some bugs in the code for the archiving, which as yet have not been posted.I will post a new clean version when the next release is out of the way
Well... The new version is out... Please post this MOD. I really need it before I can go live with my forums.
Thanks, Gisele
|
|
|
Topic |
|