GDPR options are not displayed

  • Philipp
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
7 years 1 month ago #113620 by Philipp
GDPR options are not displayed was created by Philipp
Hi,

I was just trying to use the GDPR fields for the booking process. So I turned all the settings to "Yes", linked my data protection article. But this changes absolutely nothing on my booking pages.

I checked the docs, but I don't need to activate a special plugin for this, no?

Site is ifqh.de, a sample booking page is here:

www.ifqh.de/termine/qm1-berlin-2018-06-0...ividual-registration

Best, Philipp

Please Log in or Create an account to join the conversation.

  • Philipp
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
7 years 1 month ago #113621 by Philipp
Replied by Philipp on topic GDPR options are not displayed
Oh, this is the brand-new 3.5.1 at work here, didn't try with 3.5.0 so I cannot say if it is update-related...

Please Log in or Create an account to join the conversation.

  • Philipp
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
7 years 1 month ago #113641 by Philipp
Replied by Philipp on topic GDPR options are not displayed
OK, my bad: turns out I am running a modified register php in my theme, without realising it before. One I delete the php I find under

TEMPLATE/html/com_eventbooking/register

everything works great.

Sorry for the fuzz. there is not even a modification in there I am aware of...

Best, Philipp

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #113644 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic GDPR options are not displayed
In case you want to keep the original modified layout for some reasons, just add this command to the place you want in that layout and it will be displayed
Code:
if ($this->config->show_privacy_policy_checkbox || $this->config->show_subscribe_newsletter_checkbox) { echo $this->loadCommonLayout('register/tmpl/register_gdpr.php', $layoutData); }

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Philipp
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
7 years 1 month ago #113648 by Philipp
Replied by Philipp on topic GDPR options are not displayed
I do have some issues, but those are with the register_gdpr.php itself. I'm sure there's a reason you built it with some inner divs, and the headline being the link to the data protection clause and everything.

But in my case, it kind of breaks the style of the other checkboxes, incl. the new eb-subscribe-to-newsletter-container (see attachment).

But as I am too stupid to really know what I am doing, I am unable to rebuild this block to look like the subscribe to newsletter container, that is:

1. the heading with the <a>, then
2. the checkbox and the text in one paragraph, just like newsletter...
Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 1 month ago #113657 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic GDPR options are not displayed
So basically, you want the checkbox is in the same line with the paragraph, not the paragraph in the next line as how it's at the moment?

If Yes, submit a support ticket so that I can have my template developer to assist

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc