1. REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed Number Consistency

Discussion in 'Showcase Resolved Bug Reports' started by MattW, Mar 27, 2013.

  1. MattW

    MattW Server Admin AMS Premium CAS Premium RMS Premium SC Premium UBS Premium

    I've noticed now that views are going into the 1,000's that you aren't using number formatting on them.

    current.PNG

    So rather than using

    <dd>{xen:if '{$quikStats.views}', '{$quikStats.views}', '0'}</dd>

    you could use

    <dd>{xen:if '{$quikStats.views}', '{xen:number $quikStats.views}', '0'}</dd>

    fixed.PNG

    Much better ;)
     
    Bob likes this.
  2. Bob

    Bob Developer Staff Member

    ah, ya... thank you for reminding me. I WAS formatting them in PHP, but stripped that out and forgot to edit the templates. Gunna keep this as confirmed in RED so it will remind me to make the changes for the next maintenance release ;)
     
    MattW likes this.
  3. Bob

    Bob Developer Staff Member

    Pretty sure I got all of these sorted!
     
    MattW likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.