Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iqual-ch/iq_blog
https://github.com/iqual-ch/iq_blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iqual-ch/iq_blog
- Owner: iqual-ch
- Created: 2020-07-28T13:33:52.000Z (over 4 years ago)
- Default Branch: 3.x
- Last Pushed: 2024-02-07T10:28:39.000Z (11 months ago)
- Last Synced: 2024-05-08T13:23:44.530Z (8 months ago)
- Language: PHP
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iq_blog
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_answerAdd 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