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: MOD Implementation
 Image Forums 2001/2003 & Active Users.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

laser
Advanced Member

Australia
3859 Posts

Posted - 24 October 2003 :  17:21:43  Show Profile
Can anyone replicate this error and confirm that it exists ...

I use Active Topics (AT) a LOT!!! ... maybe 98+% of the time, and I have noticed a problem on my testing forum at www.v8central.com/portal5 . The steps to reproduce are :

1. Create a new post - it doesn't matter if it's a new thread or a reply

2. View the Active Topics page - you will see the new post. You will also see the number of active topics on the same line as the PM Inbox details.

3. Click on "Mark all Topics as read" button - this will refresh the page and show "No Active Topics Found", but the number of active topics on the same line as the PM Inbox details still shows the old number.

4. View the Active Topics page again, and everything works.

I'm trying to fix this bug, my users will go nuts if they see this.

Feel free to use the test account :

user - test
passwd - test

or create your own.

The portal page is www.v8central.com/portal5/portal_content.asp?sectionid=6" target="_blank">http://www.v8central.com/portal5/portal_content.asp?sectionid=6

[Moved to the correct forum]

weeweeslap
Senior Member

USA
1077 Posts

Posted - 24 October 2003 :  18:09:06  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
I've noticed on ALL forums that display the number of active topics. I don't know a fix but I know it's not you alone

coaster crazy
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 24 October 2003 :  18:11:56  Show Profile
I don't need a fix, I just need to know that the problem exists. Image is telling me that the problem doesn't exist, so I just want some confirmation before playing with this more. I will post a solution when I get there.

Can anyone else see this problem on my test forum ?

quote:
[Moved to the correct forum]
thanks My gut told me the original place was wrong, but I couldn't think of the usual place for this.

Edited by - laser on 24 October 2003 18:13:12
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 24 October 2003 :  18:36:40  Show Profile  Visit dayve's Homepage
I experienced this anomoly as well awhile back when I was going to do it. I could never quickly identify why it was not working properly and just decided it was not worth the effort based on the other things I had going at the time. It is a weird issue though. Maybe I'll take another look at it. I had some ideas for a workaround as well.

Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 24 October 2003 :  18:50:26  Show Profile
Thanks dayve, it's a tv weekend for me so I'll be hunting thru some code to see what I can see. Help would be great if you have the time.
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 25 October 2003 :  08:56:04  Show Profile
I found it !!

active.asp*
Around line 127 find this code :

if Request.Form("AllRead") = "Y" then
	'## The redundant line below is necessary, don't delete it.
	Session(strCookieURL & "last_here_date") = Request.Form("BuildTime")
	Session(strCookieURL & "last_here_date") = Request.Form("BuildTime")
	lastDate = Session(strCookieURL & "last_here_date")
	UpdateLastHereDate Request.Form("BuildTime"),strDBNTUserName
	ActiveSince = ""
end if


CUT this code .. we don't need it here, but we do need it somewhere else

privatemess.asp*
Around line 190 find this code :


	ActiveTopicCount = -1


PASTE the code that you cut from active.asp immediately before this line.

* these line numbers relate to the Image Forum MOD, but solve the common problem when you have the Active Topic counter at the top of the page

Edited by - laser on 25 October 2003 08:56:50
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.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07