tv_hhm/plugins/vdomah/blogviews
root 679bbb1d51 all 2023-10-11 09:34:25 +00:00
..
components all 2023-10-11 09:34:25 +00:00
lang/en all 2023-10-11 09:34:25 +00:00
models all 2023-10-11 09:34:25 +00:00
updates all 2023-10-11 09:34:25 +00:00
vendor all 2023-10-11 09:34:25 +00:00
LICENCE.md all 2023-10-11 09:34:25 +00:00
Plugin.php all 2023-10-11 09:34:25 +00:00
README.md all 2023-10-11 09:34:25 +00:00
composer.json all 2023-10-11 09:34:25 +00:00

README.md

Blog Views Extension

This plugin is an extension to the RainLab.Blog plugin. This extension add views tracking to blog posts and allows to add views counter to a post and display popular posts widget.

Adds dynamic views property to Post model: {{ post.views }}

Components

The popularPosts component can be used to display top viewed posts.

  • postsLimit - The max number of posts to show.
  • postPage - Reference to the page name for linking to posts.
  • noPostsMessage - Message to display when there are no posts.

Views (counter)

The Views component can be used to display post views number. In most cases use just {{ post.views }} without this component.