211

Product support

Get help in the plugin support forum.

Categories

Plugin can be used for publishing news simply on the website. In contrast to a blog, commenting is not possible, but visitors can subscribe for newsletter. News posts are available not only on the website, you can also send them by email to the subscribed users.

The plugin combines blog and newsletter functionality. The main difference is that it is simpler and contains only the most necessary functions. That makes it easier to upload new contents and notify subscribers.

Main features Managing posts Managing categories Managing subscribers Support the SEO Support the GDPR Export & Import data Statistics and graphs Send newsletter Detailed mail logs Front-end forms Back-end widgets Available extensions Innovative solutions Regular updates

Installation Go to the Settings > Updates & Plugins page in the Backend. Click on the Install plugins button. Type the News text in the search field. HTML template variables For post

{{ posts }} - List of posts in array {{ posts.render|raw }} - Build-in pagination {{ post.title }} - Title of post {{ post.slug }} - Slug of post {{ post.image|media }} - Full url of post image {{ post.introductory|raw }} - Summary of post {{ post.content|raw }} - Content of post {{ post.published_at }} - Published date of post {{ post.category }} - ID of category (0: no category selected) {{ post.tags }} - List of tags in array {{ post.seo_title }} - SEO title {{ post.seo_keywords }} - SEO keywords {{ post.seo_desc }} - SEO description {{ post.seo_image|media }} - Full url of image {{ post.status }} - Status of post (1: published, 2: hide, 3: draft) {{ post.featured }} - Is post featured? (1: yes, 2: no) {{ post.next() }} - First post created after current post {{ post.prev() }} - Last post before current post For category

{{ categories }} - List of categories in array {{ category.name }} - Name of category {{ category.slug }} - Slug of category {{ category.image|media }} - Full url of category image {{ category.content|raw }} - Content of category {{ category.status }} - Status of post (1: published, 2: hide) {{ category.hidden }} - Is category hidden? (1: yes, 2: no) For user (Backend User) All attributes and methods available in Backend\Models\User are accesible via {{ post.user }}. Examples:

{{ post.user.first_name }} - Post author first name (attribute) {{ post.user.email }} - Post author email (attribute) {{ post.user.getFullNameAttribute }} - Post author full name (method) {{ post.user.getAvatarThumb }} - Public path to author avatar (method) Checkout the Backend\Models\User interface and attributes for all possibilities.

Mail template variables {{ name }} - Name of subscriber {{ email }} - E-mail of subscriber {{ title }} - Title of post {{ slug }} - Slug of post {{ introductory }} - Introductory of post {{ summary }} - Alias of introductory {{ plaintext }} - Introductory without HTML elements {{ content }} - Content of post {{ image }} - Relative path of post image You can customize the layout of emails in the Settings > Mail > Mail templates page.

Add backend widgets Go to the Dashboard page in the Backend. Click on the Manage widgets > Add widget button. Select the any News widgets from the list. Requirements OctoberCMS build 420 or newer version. AJAX Framework is needed for the subscription form to work.

1.0.1

MPosts Pages Tree

Sep 13, 2020

1.0.0

Create All Tables

Sep 13, 2020