source: trunk/www.guidonia.net/wp/wp-content/plugins/popularity-contest/README.txt@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 3.8 KB
Line 
1=== Popularity Contest ===
2Tags: popular, popularity, feedback, view, comment, trackback, statistics, stats
3Contributors: alexkingorg
4Requires at least: 2.3
5Tested up to: 2.8
6Stable tag: 2.0b2
7
8== Description ==
9
10Which of your posts/pages are most popular?
11
12Popularity Contest keeps a count of your post, category and archive views, comments, trackbacks, etc. and uses them to determine which of your posts are most popular. There are numerical values assigned to each type of view and feedback; these are used to create a 'popularity score' for each post.
13
14The values assigned to each view and feedback type are editable and can be changed at any time. When you change any of these values, the 'popularity score' for all posts are updated immediately to reflect the new values.
15
16
17== Installation ==
18
191. Download the plugin archive and expand it (you've likely already done this).
202. Upload the popularity-contest.php file to your wp-content/plugins directory.
213. Go to the Plugins page in your WordPress Administration area and click 'Activate' for Popularity Contest. This will create the database table used by Popularity Contest.
224. Congratulations, you've just installed Popularity Contest and it is now tracking data for you.
235. Optional: go into Settings > Popularity to modify the values of each view and feedback type.
24
25
26== Frequently Asked Questions ==
27
28= Why are new posts so much more popular than old posts? =
29
30Since home and feed views have not been recorded for old posts, they won't be ranked as highly as new posts.
31
32= Are pages counted too? =
33
34Yes, pages are counted too.
35
36= How do I recount my comments/trackbacks =
37
38If you have received comment spam or just need to recount your comments/trackbacks for any reason, you can use the 'Reset Comments/Trackback/Pingback Counts' button on the Settings > Popularity page.
39
40= How do I uninstall Populairy Contest? =
41
42Go back to you Plugins page, and click 'Deactivate' for Popularity Contest. Note: this does not remove your popularity data.
43
44= What if I want to re-enable Popularity Contest later? =
45
46No problem. Go back to the Plugins page and click 'Activate' for Popularity Contest. Popularity Contest will check to see if there are new posts and feedback since it was last activated, and will "catch up" as much as possible.
47
48= How do I disable showing 'Popularity: n%' on my posts? =
49
50Disable this option on the settings page.
51
52= How do I turn off the '[?]' on my posts? =
53
54Disable this option on the settings page.
55
56= How do I not count posts by site authors? =
57
58Use the option on the settings page.
59
60= How can I show lists of my most popular posts in my sidebar? =
61
62The easiest way is to use the included widgets with a widget-enabled theme.
63
64There are template tage included in Popularity Contest to make it easy for you to show lists of your most popular posts. These tags, along with an explanation of how to use them, can be found on the Popularity Contest options page in your WordPress adming: Options > Popularity.
65
66In addition, I've included the legacy sidebar.php file (from the default template), that has contextual popular posts lists already added. When viewing a category, the included sidebar shows a list of most popular posts in that category. When viewing a month archive, the included sidebar shows a list of most popular posts for that month.
67
68= Anything else? =
69
70That about does it - enjoy!
71
72--Alex King
73
74http://alexking.org/projects/wordpress
75
76
77== Changelog ==
78
79= 2.0 =
80
81- Pretty major rewrite, lots of things have changed to work better with recent changes in WordPress.
82- Now compatible with caching plugins.
83- Support for tags and tag reports.
84- Support for tracking search engine visitors differently than direct visitors.
85- Option to ignore page views by site authors (your own actions on your site don't affect your popularity stats).
86- Additional options so that there is no need to edit constants in the file directly.
Note: See TracBrowser for help on using the repository browser.