iqual / iq_blog
Blog base module for iqual.
Installs: 3 775
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 2
Type:drupal-custom-module
Requires
- php: ^8.1
- drupal/core: ^9.5 || ^10
- drupal/frontendpublishing: ^3.0
- drupal/pagedesigner_block_adaptable: ^3.0 || ^4.0
- drupal/publication_date: ^2.0
- drupal/scheduler_request_cron: ^2.0
- drupal/term_reference_tree: ^2.0
- drupal/twig_tweak: ^3.0
- iqual/iq_entity_browsers: ^3.0
README
Blog base module for iqual.
Inlcudes:
- Blog Article Content Type with Node template
- Views with patterns
- Blog author role with permissions
Submodules
-
iq_blog_scheduling
Base config for scheduling options for Blog posts. Based on iqual-ch/iqual-schedule-cron package -
iq_blog_comments
Integration of comment module including a base comment type (iq_blog_post_comment) and an answer type (iq_blog_post_comment_answer). -
iq_blog_like_dislike
Integration of Like / Disklike button (Taken from https://www.drupal.org/project/like_dislike). Additional FieldFormatter Plugin to only show Like button, without dislike funciton. This module automatically installs the iq_like_dislike field to the iq_blog_post content type. -
iq_blog_like_dislike_comment
This module automatically installs the iq_like_dislike field to the iq_blog_post_comment comment type. -
iq_blog_like_dislike_comment_answer
This module automatically installs the iq_blog_post_comment_answer field to the iq_blog_post_comment comment type.
Installation
Install module as usual:
composer require iqual/iq_blog
drush en iq_blog
(Optional) Install submodules:
drush en iq_blog_scheduling
drush en iq_blog_comment
drush en iq_blog_like_dislike
drush en iq_blog_like_dislike_comment
drush en iq_blog_like_dislike_comment_answer
Add patch for ajax views.
composer patch-add drupal/ui_patterns "Support AJAX Views / Fix live preview detection" "https://patch-diff.githubusercontent.com/raw/nuvoleweb/ui_patterns/pull/269.diff"
Rebuild CSS:
drush iq_barrio_helper:sass-compile
Follow installation instructions for entity browsers: https://github.com/iqual-ch/iq_entity_browsers/blob/8.x-1.x/README.md#iq_entity_browsers (skip step «Install the module using composer»)
Configuration
Add role iq_blog_author desired users.
If needed: Add Blog Artikel as filterable content type in content view