Skip to content

Disable related posts by default#187

Merged
CySSoO merged 1 commit intomasterfrom
cyssoo/set-linked-articles-display-to-false-by-default
Mar 16, 2026
Merged

Disable related posts by default#187
CySSoO merged 1 commit intomasterfrom
cyssoo/set-linked-articles-display-to-false-by-default

Conversation

@CySSoO
Copy link
Contributor

@CySSoO CySSoO commented Mar 16, 2026

Motivation

  • Ensure related posts are not shown by default after module installation by setting the default config for EVERBLOG_SHOW_RELATED_POSTS to false.

Description

  • Update everpsblog.php to change the installation default from Configuration::updateValue('EVERBLOG_SHOW_RELATED_POSTS', 1) to Configuration::updateValue('EVERBLOG_SHOW_RELATED_POSTS', 0).

Testing

  • Ran php -l everpsblog.php to validate there are no syntax errors (check passed).

Codex Task

@CySSoO CySSoO merged commit 6d03e92 into master Mar 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant