Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 New Posts not showing ........?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Webbo
Average Member

United Kingdom
982 Posts

Posted - 20 September 2002 :  20:22:00  Show Profile  Visit Webbo's Homepage
Hi everyone,

Firstly can I say 3.4.03 is an excellent piece of kit

I'm not sure if this next bit is down to me but in a Moderated forum, when a new post has been made, the folder icon in default.asp is not showing as awaiting approval ie and to see if there are any posts within that forum I have to actually view the forum.

My previous version 3.3.03 showed the folder icon when there was a post awaiting approval.

Any ideas ?

Regard, Dave

Edited by - Webbo on 20 September 2002 20:26:15

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 September 2002 :  20:28:36  Show Profile
Moderation has changed in v3.4 from how it was in v3.3.03. There were simply too many database calls the way it was implemented in v3.3.03.

in v3.4 on default.asp, if there are any unmoderated posts, this icon: will show up in the top right hand corner of the table (along with the other Admin icons). Clicking on it will take you to a new page where you'll get a list of unmoderated posts.
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 20 September 2002 :  20:34:26  Show Profile  Visit Webbo's Homepage
Thanks Richard for the prompt reply.

It's not an issue as I subscriptions on and receive notification, just thought I'd check.

Keep up the good work,

Regards, Dave
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 September 2002 :  20:35:13  Show Profile
you're welcome
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 20 September 2002 :  20:41:33  Show Profile  Visit Webbo's Homepage
Whoops, I found the icon but when I clicked it I have received this error message:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[TCX][MyODBC]Column: 'TOPIC_ID' in field list is ambiguous

/forum/moderate.asp, line 145


Line 145-148 reads:

set rsCount = my_Conn.Execute(strSql1 & strSql2 & strSql3)
iPageTotal = rsCount(0).value
rsCount.close
set rsCount = nothing

The database is a MySql

Dave


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 September 2002 :  21:00:43  Show Profile
in moderate.asp on line #143

change this:

	strSql1 = "SELECT COUNT(TOPIC_ID) AS PAGECOUNT "

to this:

	strSql1 = "SELECT COUNT(DISTINCT T.TOPIC_ID) AS PAGECOUNT "
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 20 September 2002 :  21:05:26  Show Profile  Visit Webbo's Homepage
That's done the trick,

Thanks once again Richard, that has fixed it.

I'm going to call it a night now as it is 1.54am at this side of thebig pond,

So Goodnight, Dave
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07