Results 1 to 3 of 3

Thread: Microstat in FST

  1. #1

    Question Mark

    Hello everyone, can i get the Plugin code used in FST that display the queries number and execution time in the footer on the left?

    There is a microstat plugin on VB.org but it's outdated and won't work on VB4.

    Thanks you

  2. Everything Related to the Board   -   #2
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Import the product.
    Put the three images in your images/statusicon for each of your styles.
    Put this somewhere in your footer:
    Code:
    <!-- PAGELOAD -->
    Add this CSS to additional.css template:
    Code:
    #performance_statistics { position: absolute; {vb:stylevar right}: {vb:math 2 * {vb:stylevar padding}}; padding-bottom: 3px; }
    #performance_statistics dt { display: inline; }
    #performance_statistics dt img { vertical-align:top; }
    #performance_statistics dd { display: inline; padding-{vb:stylevar right}: {vb:stylevar padding}; }
    #performance_statistics ul { float: {vb:stylevar right}; }
    This isn't tested, I might have missed some things.
    Attached Images Attached Images
    Attached Files Attached Files

  3. Everything Related to the Board   -   #3
    Thank you very much, it works fine

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •