Author |
Topic  |
|
Aaron S.
Average Member
  
USA
985 Posts |
Posted - 01 April 2002 : 02:01:53
|
I found a minor bug in inc_footer.asp.
It shows:
</body> <!-- timer <center> <font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><% = StopTimer(1) %></font> </center> end timer --> </html>
But it should be:
<!-- timer <center> <font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><% = StopTimer(1) %></font> </center> end timer --> </body> </html>
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 06 April 2002 : 17:57:30
|
mmm, not stricty a bug since it is commented out, but yes ought to be moved I agree.
|
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 06 April 2002 : 18:41:34
|
It might be nice to have the timer be turned on and off in the admin options.
It is sometimes requested in the help forum.
Nathan Bales - Romans 15:13 ---------------------------------- Snitz Exchange | Do's and Dont's |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 06 April 2002 : 18:42:36
|
yes, that would be more sensible, I will see if I can twist Richards arm
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 06 April 2002 : 19:09:46
|
we can do that. The time was added more just for this site, and then just left in the code, but commented out. I don't think gor ever meant for it to be included.
Any suggestions for what it should say exactly? Right now it just displays a number, but we should really have it say something like "This page generated in xx seconds", or something like that. I'd also like to round it off to maybe only 2 decimal places, and try to prevent the negative #'s that show sometimes. |
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 06 April 2002 : 19:16:24
|
"This page was generated in xx seconds." would be good. You could have an endless discussion about which words should be used in which order but if the basic message is clear and the line isn't too long it'll work, right?
Just my € 0.02 

http://www.frutzle.com
Snitz Exchange | Do's and Dont's |
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 06 April 2002 : 19:20:48
|
abs(round(StopTimer(1), 2)) That should take care of the rounding and negatives
Nathan Bales - Romans 15:13 ---------------------------------- Snitz Exchange | Do's and Dont's |
 |
|
Aaron S.
Average Member
  
USA
985 Posts |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 11 April 2002 : 22:01:02
|
ok, here is another question. Should we leave it at the bottom middle where it is now, or move it to the left side of the same line as where the Powered By Logo is? |
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
|
Aaron S.
Average Member
  
USA
985 Posts |
|
|
Topic  |
|