iqual/iq_blog 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

iqual/iq_blog

最新稳定版本:v3.1.2

Composer 安装命令:

composer require iqual/iq_blog

包简介

Blog base module for iqual.

README 文档

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

统计信息

  • 总下载量: 11.78k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-07-19