Number of Reads?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • citricguy
    New Member
    • Oct 2004
    • 27
    • 3.7.x

    Number of Reads?

    Is there a way to view the number of reads a blog post has received?
    I use the vBulletin platform for The Recognized Expert Marketing Radio Show. Who says vB can't do podcasts right?
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    No sorry, that is not a feature at this time.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • Swollen_Cranium
      Member
      • Nov 2007
      • 78
      • 4.2.x

      #3
      Originally posted by Steve Machol
      No sorry, that is not a feature at this time.
      How about now , 60 days later.

      Its a 'need to be added' in my view.
      http://i18.photobucket.com/albums/b1...nium/logo4.png

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        No, 60 days later this is not a feature. You are free to post this as a suggestion in the proper forum.
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

        • Shelby
          Senior Member
          • May 2004
          • 928

          #5
          I'll add it to the wistlist.

          Comment

          • smnet
            Senior Member
            • Oct 2005
            • 319
            • 3.8.x

            #6
            Wait just a cotton picking minute... I've examined the blog tables and vBulletin IS storing this data already.... therefore:-

            Find the template:- blog_show_entry
            find in template:-
            Code:
            <span class="shade"><a href="#comments" class="shade">$vbphrase[comments]</a></span>
            replace with:
            Code:
            <span class="shade">Views </span>$blog[views] <span class="shade"><a href="#comments" class="shade">$vbphrase[comments]</a></span>
            Enjoy

            Comment

            • Taragon
              Member
              • Sep 2007
              • 78
              • 3.8.x

              #7
              Originally posted by rob30UK
              Wait just a cotton picking minute... I've examined the blog tables and vBulletin IS storing this data already.... therefore:-

              Find the template:- blog_show_entry
              find in template:-
              Code:
              <span class="shade"><a href="#comments" class="shade">$vbphrase[comments]</a></span>
              replace with:
              Code:
              <span class="shade">Views </span>$blog[views] <span class="shade"><a href="#comments" class="shade">$vbphrase[comments]</a></span>
              Enjoy
              Edit:

              Working like a charm
              Would it be possible to add this also somewhere here perhaps? /blogs/all/
              Last edited by Taragon; Wed 16 Apr '08, 2:03pm.
              www.letsgather.com - Message boards, profiles, movies, music, and blogs.
              www.paganfolk.net - Green is the new black.
              www.die16-clan.com - Covering Unreal Tournament, Unreal Tournament 2004 and Unreal Tournament 3.

              Comment

              • Shelby
                Senior Member
                • May 2004
                • 928

                #8
                Too funny, good finding this stuff.

                Originally posted by rob30UK
                Wait just a cotton picking minute... I've examined the blog tables and vBulletin IS storing this data already.... therefore:-

                Find the template:- blog_show_entry
                find in template:-
                Code:
                <span class="shade"><a href="#comments" class="shade">$vbphrase[comments]</a></span>
                replace with:
                Code:
                <span class="shade">Views </span>$blog[views] <span class="shade"><a href="#comments" class="shade">$vbphrase[comments]</a></span>
                Enjoy

                Comment

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