Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Built-in imprint page #32

Closed
abias opened this issue Jul 1, 2022 · 2 comments
Closed

Feature: Built-in imprint page #32

abias opened this issue Jul 1, 2022 · 2 comments
Assignees
Labels
feature Something which is a new feature or big improvement

Comments

@abias
Copy link
Member

abias commented Jul 1, 2022

Basically every Moodle site should have an imprint. With a third-party plugin like local_staticpage, this can be implemented quite easily.

Nevertheless, this approach has the downside that you need yet another plugin (and, particularly looking at local_staticpage, that the user who creates the imprint has to understand HTML).

It would be worthwhile to add a feature which:

  • Allows admins to write in imprint within the theme settings in a rich-text editor
  • Show this imprint on a page like /theme/boost_union/pages/imprint.php
  • Automatically add a link to the imprint to the page footer
@abias abias self-assigned this Jul 1, 2022
@abias abias added the feature Something which is a new feature or big improvement label Jul 1, 2022
abias added a commit that referenced this issue Jul 6, 2022
This patch allows the admin to enable a imprint page which can be filled with custom content.
Additionally, the link to the imprint page can be added to the footnote or the footer automatically.

This feature is particularly intended to be an easier-to-use replacement for local_staticpage and other third party solutions if you just need to add an imprint to your site.
@abias
Copy link
Member Author

abias commented Jul 6, 2022

I submitted a PR for this issue in #43

abias added a commit that referenced this issue Jul 6, 2022
This patch allows the admin to enable a imprint page which can be filled with custom content.
Additionally, the link to the imprint page can be added to the footnote or the footer automatically.

This feature is particularly intended to be an easier-to-use replacement for local_staticpage and other third party solutions if you just need to add an imprint to your site.
abias added a commit that referenced this issue Jul 7, 2022
This patch allows the admin to enable a imprint page which can be filled with custom content.
Additionally, the link to the imprint page can be added to the footnote or the footer automatically.

This feature is particularly intended to be an easier-to-use replacement for local_staticpage and other third party solutions if you just need to add an imprint to your site.
abias added a commit that referenced this issue Jul 7, 2022
This patch allows the admin to enable a imprint page which can be filled with custom content.
Additionally, the link to the imprint page can be added to the footnote or the footer automatically.

This feature is particularly intended to be an easier-to-use replacement for local_staticpage and other third party solutions if you just need to add an imprint to your site.
abias added a commit that referenced this issue Jul 8, 2022
This patch allows the admin to enable a imprint page which can be filled with custom content.
Additionally, the link to the imprint page can be added to the footnote or the footer automatically.

This feature is particularly intended to be an easier-to-use replacement for local_staticpage and other third party solutions if you just need to add an imprint to your site.
lucaboesch added a commit that referenced this issue Jul 8, 2022
@lucaboesch
Copy link
Collaborator

Done.
Thanks, @abias !

detomon pushed a commit to detomon/moodle-theme_boost_union that referenced this issue Aug 26, 2024
This patch allows the admin to enable a imprint page which can be filled with custom content.
Additionally, the link to the imprint page can be added to the footnote or the footer automatically.

This feature is particularly intended to be an easier-to-use replacement for local_staticpage and other third party solutions if you just need to add an imprint to your site.
detomon pushed a commit to detomon/moodle-theme_boost_union that referenced this issue Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something which is a new feature or big improvement
Projects
None yet
Development

No branches or pull requests

2 participants