Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - Bug in forum_topics.asp
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bug in forum_topics.asp

 Post Reply Post Reply
Author
Omid View Drop Down
Newbie
Newbie


Joined: 16 January 2006
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote Omid Quote  Post ReplyReply Direct Link To This Post Topic: Bug in forum_topics.asp
    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
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 16 January 2006 at 4:59pm
Many thanks.

I've already looked into this and have fixed it for the final release.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.