Print Page | Close Window

Bug in forum_topics.asp

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=17988
Printed Date: 13 April 2026 at 7:55pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Bug in forum_topics.asp
Posted By: Omid
Subject: Bug in forum_topics.asp
Date Posted: 16 January 2006 at 2:40pm

Hello,

 
"Show Topics" is not displaying proper message when there's no message in the forum for the selected time span (2 weeks, 6 months, etc).
 
The code in "forum_topics.asp" reads:
 

'Initialse the string to display when the topics are show up till
Select Case intShowTopicsFrom
 Case 0
  strShowTopicsFrom = strTxtFewYears
 case 7
  strShowTopicsFrom = strTxtWeek
 case 14
  strShowTopicsFrom = strTxtTwoWeeks
 Case 31
  strShowTopicsFrom = strTxtMonth
 Case 62
  strShowTopicsFrom = strTxtTwoMonths
 Case 182
  strShowTopicsFrom = strTxtSixMonths
 Case 365
  strShowTopicsFrom = strTxtYear
End Select
 
However, the "case" values do not match the "select" tag in this file or "admin_forum_details.asp". Change the code like following:
 

'Initialse the string to display when the topics are show up till
Select Case intShowTopicsFrom
 Case 0
  strShowTopicsFrom = strTxtFewYears
 case 1
  strShowTopicsFrom = strTxtLastVisitOn
 case 2
  strShowTopicsFrom = strTxtYesterday
 case 3
  strShowTopicsFrom = strTxtWeek
 case 4
  strShowTopicsFrom = strTxtMonth
 case 5
  strShowTopicsFrom = strTxtTwoMonths
 case 6
  strShowTopicsFrom = strTxtSixMonths
 case 7
  strShowTopicsFrom = strTxtYear
End Select
 
The above changes solved the issue.
 
Regards,
Omid



Replies:
Posted By: WebWiz-Bruce
Date Posted: 16 January 2006 at 4:59pm
Many thanks.

I've already looked into this and have fixed it for the final release.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net