- Posts: 18
Question
Footer - how to integrate the Privacy Policy without the Footer module?
- jessi
-
Topic Author
- Offline
- New Member
-
Less
More
7 months 3 weeks ago #1
by jessi
Footer - how to integrate the Privacy Policy without the Footer module? was created by jessi
I have configured my own Footer in a column style using just the CSS & JS feature. Works fine.
Now I want to add a Privacy Policy to one of the columns in my own footer. Actually, I quite like the standard Privacy Policy when activated under the Footer module. It's short, to-the-point and is available in the language selected by the user. But how to do this?
I was looking for this Privacy Policy in its original form (probably English) in the server directory structure but couldn't find it. I guess that it is somehow generated by app > module> PrivacyPolicy.php . But where is it? (Yes, you guessed, I'm no professional coder)
Anyone able to offer a pointer so I can achieve my objective? And, if I could somehow get the selected Language to translate it accordingly without resorting to a custom module (ie. just with CSS & JS), even better...
Now I want to add a Privacy Policy to one of the columns in my own footer. Actually, I quite like the standard Privacy Policy when activated under the Footer module. It's short, to-the-point and is available in the language selected by the user. But how to do this?
I was looking for this Privacy Policy in its original form (probably English) in the server directory structure but couldn't find it. I guess that it is somehow generated by app > module> PrivacyPolicy.php . But where is it? (Yes, you guessed, I'm no professional coder)
Anyone able to offer a pointer so I can achieve my objective? And, if I could somehow get the selected Language to translate it accordingly without resorting to a custom module (ie. just with CSS & JS), even better...
Please Log in or Create an account to join the conversation.
- Marky
-
- Offline
- Junior Member
-
Less
More
- Posts: 118
7 months 3 weeks ago #2
by Marky
webtrees v2.2.1
PHP v8.3.15
Replied by Marky on topic Footer - how to integrate the Privacy Policy without the Footer module?
resources > views > modules > privacy-policy > page.phtml
webtrees v2.2.1
PHP v8.3.15
Please Log in or Create an account to join the conversation.
- Lars1963
-
- Offline
- Junior Member
-
Less
More
- Posts: 242
7 months 3 weeks ago - 7 months 3 weeks ago #3
by Lars1963
Replied by Lars1963 on topic Footer - how to integrate the Privacy Policy without the Footer module?
Jesse, I created a privacymodule for my own needs. You might want to adapt it for your own needs.
github.com/LarsRabe/MyPrivacyPolicy
github.com/LarsRabe/MyPrivacyPolicy
Last edit: 7 months 3 weeks ago by Lars1963.
Please Log in or Create an account to join the conversation.