plugin: SEBLOD 3

Description

This plugin enables you to insert articles (one by one or by a selection on one or several categories) from SEBLOD 3 in your Newsletter.

You can also use this plugin to automatically include your new articles in an Auto-newsletter.

You can search in all your articles and then click on one of the items to include it in your Newsletter.

If you own one of our paid versions, you can download this plugin then install and publish it like a standard Joomla plugin.

Plugin

Single article

    • You can use this interface to browse and insert any article

    • in your Newsletter.

  • Each item can be selected one by one.

  • Display: Select the information you want to insert in your newsletter

  • Clickable Title: make the title clickable (so linked to your online version) or not.

  • Display pictures: You can decide to display or not the pictures in your Newsletter or resize them

Categories

You can select one or several categories and AcyMailing will automatically include the new articles from the selected categories.

  • Columns: You can decide to display the articles on one or more columns

  • Max. number of items: The inserted tag will be replaced by a maximum of X articles.

  • Min. number of items: This option will only be displayed if you access this plugin for a Smart-Newsletter. AcyMailing will only generate your Smart-Newsletter if the minimum number of articles found is reached.

  • Order by: order the articles by id, title, etc...

  • Filter: This option will only be displayed if you access this plugin for a Smart-Newsletter. You can choose to insert only newly created or modified articles.

Parameters

  • Display articles: This parameter enables you to filter the list of items in the tag system

    • All articles: AcyMailing will display all your items

    • Only published articles: AcyMailing will only display your published items

  • Front-end Access: You can limit the access to this plugin on the Front-end

  • Menu ID : ID of the menu attached to the SEBLOD 3 Component..

Customize your SEBLOD 3 template

You can change the styles used for the articles title and the items area by editing the styles in your AcyMailing template.

You can also modify the way your article is displayed by creating your own template which will be used to render the file. Please follow those instructions, we don't recommend you to modify the SEBLOD 3 plugin directly otherwise your changes will be overwritten when you update AcyMailing.

Create a file in the the folder media / com_acymailing / plugins (if the folder does not exists, please create it first). The name of the file should be seblod.php If this file is available on your server, AcyMailing will use it and won't use the default one.

On this file you can access to the element $varFields that contains all the needed data.

You can display:

  • The article's Id: {id}

  • The article's name: {title}

  • Created date: {created}

  • Published date: {pubdate}

  • The url of your item: {link}

  • The description: {introtext} / {fulltext} / {text}

Using all those variables, you can create your own template, for example:

<div class="acymailing_content"><h2 class="acymailing_title"><a href="{link}" name="seblod-{id}" target="_blank">{title}</a></h2>{text}{onecustomfield}Views: {hits}</div>

Last updated