PHPackages                             iqual/iq\_blog - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. iqual/iq\_blog

ActiveDrupal-custom-module

iqual/iq\_blog
==============

Blog base module for iqual.

v3.1.2(6mo ago)012.2k—0%2[1 PRs](https://github.com/iqual-ch/iq_blog/pulls)PHPPHP ^8.1

Since Mar 11Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/iqual-ch/iq_blog)[ Packagist](https://packagist.org/packages/iqual/iq_blog)[ RSS](/packages/iqual-iq-blog/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (27)Used By (0)

iq\_blog
========

[](#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](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
------------

[](#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](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
-------------

[](#configuration)

Add role iq\_blog\_author desired users.

If needed: Add Blog Artikel as filterable content type in content view

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance68

Regular maintenance activity

Popularity26

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 78.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~70 days

Recently: every ~110 days

Total

25

Last Release

188d ago

Major Versions

v0.5 → 2.02022-09-05

2.4.1 → 3.0.02023-10-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/90cd0a373720aba510d144cf310f4b036ae8d79f1f7385d663ae20b87a3fb017?d=identicon)[pvbergen](/maintainers/pvbergen)

![](https://www.gravatar.com/avatar/890fffdae387fc892ae3303b453cc41e8da9f56a3ae19463e8d9694478e29ee6?d=identicon)[danielwirz](/maintainers/danielwirz)

![](https://www.gravatar.com/avatar/eb59715390ddb5e8d804e769ee3c1705073b18c39a0d0a7ad852c91c28be46c3?d=identicon)[martinstadelmann](/maintainers/martinstadelmann)

![](https://www.gravatar.com/avatar/43082de1b2e2b2b2d48b7ff7dbc7c60ff1d0a015123d4062ac0b49ea0b3b725f?d=identicon)[iqual](/maintainers/iqual)

---

Top Contributors

[![danielwirz](https://avatars.githubusercontent.com/u/42937331?v=4)](https://github.com/danielwirz "danielwirz (80 commits)")[![youpixxl](https://avatars.githubusercontent.com/u/3398689?v=4)](https://github.com/youpixxl "youpixxl (11 commits)")[![benferch](https://avatars.githubusercontent.com/u/34217293?v=4)](https://github.com/benferch "benferch (3 commits)")[![martinstadelmann](https://avatars.githubusercontent.com/u/25382761?v=4)](https://github.com/martinstadelmann "martinstadelmann (2 commits)")[![stefanospetrakis](https://avatars.githubusercontent.com/u/17128522?v=4)](https://github.com/stefanospetrakis "stefanospetrakis (2 commits)")[![ignovski](https://avatars.githubusercontent.com/u/52161024?v=4)](https://github.com/ignovski "ignovski (2 commits)")[![iqual-ch-owner](https://avatars.githubusercontent.com/u/24455539?v=4)](https://github.com/iqual-ch-owner "iqual-ch-owner (1 commits)")[![MHufenbach](https://avatars.githubusercontent.com/u/174860999?v=4)](https://github.com/MHufenbach "MHufenbach (1 commits)")

### Embed Badge

![Health badge](/badges/iqual-iq-blog/health.svg)

```
[![Health](https://phpackages.com/badges/iqual-iq-blog/health.svg)](https://phpackages.com/packages/iqual-iq-blog)
```

###  Alternatives

[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
