admidio icon indicating copy to clipboard operation
admidio copied to clipboard

Imprint Page

Open crucco37 opened this issue 2 years ago • 2 comments

Hello, as a total new user of admidio I'm thinking of integrating an imprint page to fulfill the german website regulations. How can one add a link to this imprint.php file near the copyright link of admidio that resides on the bottom at every module? Bildschirmfoto 2022-06-01 um 16 17 31 Which parts are needed in that imprint.php file so that it would fit into the right frame as a whole page?

Any kind of help or suggestions for the part of what I can do is appreciated and also any thoughts of integrating it for all users as a module in future releases.

Thank you in advance thomas

crucco37 avatar Jun 01 '22 14:06 crucco37

You can set an url for "Impressum" and "Datenschutz" in the settings.

We use this but our urls are external. Maybe you could create the webpage in the weblinks module and just link it in the settings of admidio.

An other module lets you set up the viewable pages in the menu. We created a few new pages which redirect to a weblinks page.

It is not perfect but works. We created a info page and a mailling list page this way.

idnovic avatar Jun 07 '22 01:06 idnovic

@crucco37 I have written a simple embedding plugin which might solves your problem. https://github.com/marchorst/admidio-simpleembed

With this plugin you could simply create a markdown or html file with your imprint content and then link it as described in the settings.

marchorst avatar Oct 10 '22 16:10 marchorst