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)
 Snitz Forums Archiving - 1.0 FINAL
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 8

stuF
Average Member

United Kingdom
561 Posts

Posted - 16 June 2001 :  18:08:02  Show Profile  Visit stuF's Homepage
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
Go to Top of Page

Raichelle
Junior Member

370 Posts

Posted - 16 June 2001 :  18:12:38  Show Profile
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 %>

Go to Top of Page

stuF
Average Member

United Kingdom
561 Posts

Posted - 16 June 2001 :  18:19:30  Show Profile  Visit stuF's Homepage
thankyou

stuart@36-degrees.co.uk

Go to Top of Page

gglosser
Starting Member

16 Posts

Posted - 24 June 2001 :  20:40:48  Show Profile  Visit gglosser's Homepage
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

Go to Top of Page

gglosser
Starting Member

16 Posts

Posted - 25 June 2001 :  14:50:32  Show Profile  Visit gglosser's Homepage
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

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 25 June 2001 :  16:19:41  Show Profile  Visit HuwR's Homepage
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

Go to Top of Page

wabwab
Starting Member

3 Posts

Posted - 16 July 2001 :  18:25:52  Show Profile
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.

Go to Top of Page

adamch25
Starting Member

USA
22 Posts

Posted - 18 July 2001 :  13:21:09  Show Profile  Send adamch25 an AOL message  Send adamch25 an ICQ Message  Send adamch25 a Yahoo! Message
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?

Go to Top of Page

doflynn
Starting Member

16 Posts

Posted - 20 July 2001 :  16:45:10  Show Profile
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

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 29 July 2001 :  17:16:26  Show Profile  Visit dayve's Homepage
if I wanted to extract the archive mod from the new release of snitz, what should I be aware of???

Dayve
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 29 July 2001 :  20:00:32  Show Profile  Visit dayve's Homepage
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
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 29 July 2001 :  20:27:38  Show Profile  Visit dayve's Homepage
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
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 30 July 2001 :  22:25:35  Show Profile  Visit dayve's Homepage
^^BUMP^^

Dayve
Go to Top of Page

gglosser
Starting Member

16 Posts

Posted - 09 August 2001 :  23:16:16  Show Profile  Visit gglosser's Homepage
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

Go to Top of Page
Page: of 8 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07