rss_bbclone_popular
Plugin Details
- Download:
- rss_bbclone_popular v0.1
- Textpattern Forum:
- View discussion
- Plugin Type:
- Regular
- Current Version:
- 0.1
- Status on this site:
- Active
This plugin will list the x most popular pages according to hits counted by bbClone. You must of course have bbClone setup and running on your site to use this plugin. The poe_bbclone plugin can be used to count hits for your site. The listing of pages can optionally link directly to that page if the page is a single article page.
The prefix is used to filter the pages show in the results list. For example, I include the section name before the article name in my bbClone stats using a format of “sectionname: ”. Then, in order to show the most popular pages in the article section, I would set the prefix = “article: ”.
Plugin Attributes
accesspath REQUIRED
The full path to your bbclone directory with NO trailing slash.
Example: accesspath=”/home/user/public_html/bbclone”
prefix
Filters page names using the given text. The prefix will be matched against the beginning of the page name listed in bbClone.
Default: ‘’
Example: prefix=”article: ”
limit
Limits the number of pages shown.
Default: ‘10’
Example: limit=”5”
showcount
Show the number of page hits next to the page name.
Default: ‘0’
Example: showcount=”1”
showlink
Creates a permlink to the article page if possible. The page name returned from bbClone will be treated as an article title. If the lookup of the article by title fails no permlink will be created.
Default: ‘0’
Example: showlink=”1”
