newscoop / articles-calendar-plugin
Show All "Articles of the day" in nice calendar widget
Installs: 460
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 5
Open Issues: 0
Language:JavaScript
Type:newscoop-plugin
Requires
- php: >=5.3.3
- newscoop/plugins-installer: >=v0.2
This package is auto-updated.
Last update: 2024-10-24 04:33:12 UTC
README
Very simple and flexible plugin to show an article of the day.
Purpose: Sets articles as an "Article of the Day" and displays it in nice calendar widget.
Features
- Set available articles as an Article of the Day
- Define the publication in which the article of the day may appear
- Define the date of the article of the day
- Define your own style sheet for the calendar widget appearance
- Choose publications in which articles may appear
- Select one of the available image resolution types (ex. issuethumb (130x70))
- Manually define articles image resolution (optional)
- Define first day of the month
- Set the first and last month (months range to be available in calendar)
- The ability to hide / show navigation (prev / next buttons, etc.)
- The ability to hide / show the names of days
- Available in diffrent languages (list)
Installation
Installation is a quick process:
- Installing plugin through our Newscoop Plugin System
- Include plugin smarty block
- That's all!
Step 1: Installing plugin through our Newscoop Plugin System
Run the command:
$ php application/console plugins:install "newscoop/articles-calendar-plugin" --env=prod
Plugin will be installed to your project's newscoop/plugins/Newscoop
directory.
Step 2: Include plugin smarty block
Include below smarty block into template (ex. front.tpl - calendar will be shown on homepage)
{{ articles_calendar }}{{ /articles_calendar }}
Step 3: That's all!
Go to an article edition in Newscoop Admin Panel to see Newscoop Article Of The Day Calendar Plugin on the right sidebar in action.
If you included calendar smarty block in front.tpl file then go to your homepage to see the calendar widget!
Newscoop Article Of The Day Calendar Plugin Documentation
Plugin documentation can be found here.
License
This bundle is under the GNU General Public License v3. See the complete license in the bundle:
LICENSE
About
Newscoop Article Of The Day Plugin is a Sourcefabric o.p.s initiative.