[PR #2521] [CLOSED] Add footer block to place contact information or something else #6014

Closed
opened 2026-02-05 10:22:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2521
Author: @johnroyer
Created: 1/31/2021
Status: Closed

Base: masterHead: footer


📝 Commits (10+)

📊 Changes

33 files changed (+109 additions, -0 deletions)

View changed files

database/migrations/2021_01_23_080621_add_app_custom_footer_to_settings.php (+37 -0)
📝 resources/lang/ar/settings.php (+2 -0)
📝 resources/lang/bg/settings.php (+2 -0)
📝 resources/lang/cs/settings.php (+2 -0)
📝 resources/lang/da/settings.php (+2 -0)
📝 resources/lang/de/settings.php (+2 -0)
📝 resources/lang/de_informal/settings.php (+2 -0)
📝 resources/lang/en/settings.php (+2 -0)
📝 resources/lang/es/settings.php (+2 -0)
📝 resources/lang/es_AR/settings.php (+2 -0)
📝 resources/lang/fa/settings.php (+2 -0)
📝 resources/lang/fr/settings.php (+2 -0)
📝 resources/lang/hu/settings.php (+2 -0)
📝 resources/lang/it/settings.php (+2 -0)
📝 resources/lang/ja/settings.php (+2 -0)
📝 resources/lang/ko/settings.php (+2 -0)
📝 resources/lang/nb/settings.php (+2 -0)
📝 resources/lang/nl/settings.php (+2 -0)
📝 resources/lang/pl/settings.php (+2 -0)
📝 resources/lang/pt/settings.php (+2 -0)

...and 13 more files

📄 Description

there are something could place in the footer:

  • Powered by BookStack
  • send email to admin@bookstack if vulnerability found
  • Creative Commoms - Attribution-NonCommercial-ShareAlike 4.0 International

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/2521 **Author:** [@johnroyer](https://github.com/johnroyer) **Created:** 1/31/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `footer` --- ### 📝 Commits (10+) - [`8bf3ab5`](https://github.com/BookStackApp/BookStack/commit/8bf3ab5627af71f2962d56be8fc061337a37be06) Add input field for custom footer - [`2636be1`](https://github.com/BookStackApp/BookStack/commit/2636be1418ac488a36c9f20828e0c2f246f03dd3) Set language file permission to 644 - [`7cc30f8`](https://github.com/BookStackApp/BookStack/commit/7cc30f87cdffd6dcce1511ff6a2db88b93e6769d) Add description for footer - [`36618e8`](https://github.com/BookStackApp/BookStack/commit/36618e89bdbd4d101c88d65148674a0aa7730505) Add user content into page footer - [`5bf2b19`](https://github.com/BookStackApp/BookStack/commit/5bf2b19e615071b0e302c8286aa56eb7105086ac) Fix typo - [`eabcedb`](https://github.com/BookStackApp/BookStack/commit/eabcedbdcddd9e10bb0f18531d4e6a4213091306) Add DB migration - [`fbe5b96`](https://github.com/BookStackApp/BookStack/commit/fbe5b965d89a136a64312a0fe9764d81a7b22b81) fixup! Add description for footer - [`f0fe463`](https://github.com/BookStackApp/BookStack/commit/f0fe4633fcabea45f51f6226ebe5bfba0094cd38) Update language file for en - [`c40ce08`](https://github.com/BookStackApp/BookStack/commit/c40ce08c704c6715666b57171abd171502a470fb) Add i18n for footer - [`fbf2858`](https://github.com/BookStackApp/BookStack/commit/fbf2858623c50d5ac965ee797c532d5ed01e4ebc) Add zh_TW translation ### 📊 Changes **33 files changed** (+109 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `database/migrations/2021_01_23_080621_add_app_custom_footer_to_settings.php` (+37 -0) 📝 `resources/lang/ar/settings.php` (+2 -0) 📝 `resources/lang/bg/settings.php` (+2 -0) 📝 `resources/lang/cs/settings.php` (+2 -0) 📝 `resources/lang/da/settings.php` (+2 -0) 📝 `resources/lang/de/settings.php` (+2 -0) 📝 `resources/lang/de_informal/settings.php` (+2 -0) 📝 `resources/lang/en/settings.php` (+2 -0) 📝 `resources/lang/es/settings.php` (+2 -0) 📝 `resources/lang/es_AR/settings.php` (+2 -0) 📝 `resources/lang/fa/settings.php` (+2 -0) 📝 `resources/lang/fr/settings.php` (+2 -0) 📝 `resources/lang/hu/settings.php` (+2 -0) 📝 `resources/lang/it/settings.php` (+2 -0) 📝 `resources/lang/ja/settings.php` (+2 -0) 📝 `resources/lang/ko/settings.php` (+2 -0) 📝 `resources/lang/nb/settings.php` (+2 -0) 📝 `resources/lang/nl/settings.php` (+2 -0) 📝 `resources/lang/pl/settings.php` (+2 -0) 📝 `resources/lang/pt/settings.php` (+2 -0) _...and 13 more files_ </details> ### 📄 Description there are something could place in the footer: - `Powered by BookStack` - send email to `admin@bookstack` if vulnerability found - Creative Commoms - Attribution-NonCommercial-ShareAlike 4.0 International --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:22:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6014