How do I find out hwo many of my users are using a particular style to view my forums?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • furnival
    New Member
    • Mar 2008
    • 16
    • 3.6.x

    [Forum] How do I find out hwo many of my users are using a particular style to view my forums?

    I am using the 4.2 mobile style and I would like to see how popular it has become since I introduced it. Is there a SQL query or anything I can run to find out how many users have chosen to view the forums with a certain style, please?
    Last edited by furnival; Sun 17 Feb '13, 2:15pm. Reason: Tried to undo the typo I made in the title
  • AliMadkour
    Senior Member
    • Dec 2004
    • 1588
    • 6.X

    #2
    vBulletin mobile style is auto detected, you can use that query to count how many user use a specific style as default forum style ( they must choose it from their usercp )

    Code:
    Select count(`userid`) FROM `user` WHERE `styleid` = '[B]STYLEID[/B]';
    replace STYLEID with a style id.
    * don't forget to add table prefix if you use it.

    also you can ask for a modification on www.vbulletin.org to do that, (Please note that we don't provide support for modification or custom codes.)

    Former vBulletin Support Staff
    Need Help?, Or P.M. Me

    Comment

    • furnival
      New Member
      • Mar 2008
      • 16
      • 3.6.x

      #3
      Very many thanks
      AliMadkour

      that's just what I was looking for!

      Comment

      • AliMadkour
        Senior Member
        • Dec 2004
        • 1588
        • 6.X

        #4
        You're welcome

        Former vBulletin Support Staff
        Need Help?, Or P.M. Me

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...