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.

Reset Views

Discussion in 'Showcase Support' started by ibenick, Jan 16, 2013.

  1. ibenick

    ibenick Member Showcase

    I'm finally going to launch my showcase tomorrow, but I'm wondering if there is a way to reset the views on all of my showcase items. I've racked up a bunch of views while getting everything customized, and it would be nice to reset them so it's not skewed.
     
  2. Bob

    Bob Developer Staff Member

    run an update statement (in phpMyAdmin) against the items table to zero out the view_count data.

    Code:
    UPDATE xf_nflj_showcase_item
    SET view_count = 0;
     
  3. ibenick

    ibenick Member Showcase

    Worked like a charm, thanks Bob!
     
  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.