Extra plugins for aldryn-newsblog.
Project description
aldryn-newsblog-extra-plugins
This projects contains extra plugins for the aldryn-newsblog
blogging system
for DjangoCMS. It requires aldryn-newsblog
to be installed and setup correctly.
Configuration
Plugins that show a list of articles can be configured to show template choices,
inspired by aldryn-events
. To add, for example, a template named list
, save
it at templates/aldryn-newsblog/plugins/(template name)
and add the following
to your settings.py
:
ALDRYN_NEWSBLOG_PLUGIN_STYLES = (
'list',
)
Plugins
NewsBlogTaggedArticlesPlugin
Show n
or all articles that are tagged with a certain tag.
This plugin shows style choices as described in "Configuration".
NewsBlogTagRelatedPlugin
Show n
or all articles that are similarly tagged as the currently displayed
article.
This plugin only works correctly in a static placeholder on the aldryn_newsblog detail view.
Changelog
0.1.0
NewsBlogTaggedArticlesPlugin now uses a separate template
(aldryn_newsblog/plugins/tagged_articles.html
).
0.2.0
Added NewsBlogCategoryRelatedPlugin.
Changed NewsBlogTagRelatedPlugin behaviour: The plugin's excluded_tags
now don't exclude articles
from the queryset anymore, they just aren't taken into account for selecting the related articles of the currently displayed article.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file aldryn-newsblog-extra-plugins-0.2.0.tar.gz
.
File metadata
- Download URL: aldryn-newsblog-extra-plugins-0.2.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fda395f277abab1c42654cfca977ab209e20d3e7032445e4bb1236e9734e7724 |
|
MD5 | ec4afd81aa6ef93581433b71e34d78d7 |
|
BLAKE2b-256 | 9a9897cb925aecc45ec9c207cc7649cdb2482186475d4c9bd7054fe8f14d8f3f |