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
Download Plugin File.
Upload the AccessCounter folder to your plugins/ folder in your Movable Type installation.
Change the permissions on the AccessCounter.cgi to 755 (CHMOD 755)
Configuration
From the dashboard, go to Tools > Plugins
Scroll down to the "Access Counter 1.0" section
Settings > Save Changes
Rebuild it
- Tracking...Start Tracking your Blog
- Deny IP Addresses...Remote IP Address to deny tracking
Check for Access Count
Check for Accessed Count field.
- Counts...access counts
- Last Accessed...last accessed on date time.
Edit Template
- 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
Free for Personal Use
If you wish to use Access Counter for commercial use, a commercial license must be purchased for $10:


Comments