Access Counter

| No Comments | No TrackBacks

This plugin enables Access Ranking: tally up the accessed count. Additionally, you can sort entries by their accessed count.

<mt:Entries sort_by="accessed_count">
...
</mt:Entries>

 

Requirements

  • mt-rebuild...A command-line tool for publishing Movable Type templates.

  • Movable Type 4.2+

 

Installation

  1. Download Plugin File.

  2. Upload the AccessCounter folder to your plugins/ folder in your Movable Type installation.

  3. Change the permissions on the AccessCounter.cgi to 755 (CHMOD 755)

 

Configuration

  1. From the dashboard, go to Tools > Plugins

  2. Scroll down to the "Access Counter 1.0" section

  3. Settings > Save Changes

  4. Rebuild it

ac1.gif

  • Tracking...Start Tracking your Blog
  • Deny IP Addresses...Remote IP Address to deny tracking

 

Check for Access Count

Check for Accessed Count field.

ac2.gif

  • Counts...access counts
  • Last Accessed...last accessed on date time.

 

Edit Template

  1. Create widget template. [Access Ranking]
Sample Code

<mt:If tag="BlogEntryCount">
    <mt:Entries sort_by="accessed_count" sort_order="descend" limit="10">
        <mt:EntriesHeader>
<div class="widget-recent-entries widget-archives widget">
    <h3 class="widget-header">Access Ranking</h3>
    <div class="widget-content">
        <ul>
        </mt:EntriesHeader>
            <$mt:setvar name="rank" value="1" op="++"$>
            <li><a href="<$mt:EntryPermalink$>">#<$mt:var name="rank"$> <$mt:EntryTitle$></a></li>
        <mt:EntriesFooter>
        </ul>
    </div>
</div>
        </mt:EntriesFooter>
    </mt:Entries>
</mt:If>

 

Changelog

December 25, 2008: version 1.03 release:
  • Add Function Tag <$mt:AccessedCount$>
December 4, 2008: version 1.02 release:
  • Bug Fixed
December 2, 2008: version 1.01 release:
  • accessed count on the Manage Entries page
November 20, 2008: version 1.0 release:
  • First version available on movabletype.org

 

Download

Access Counter v1.03

  • Free for Personal Use

  • If you wish to use Access Counter for commercial use, a commercial license must be purchased for $10:

No TrackBacks

TrackBack URL: http://www.homepagemaker.biz/mt/mt-tb.cgi/1

Comments

Categories