Hello,

I am a new user and I would like to post a comment under the following issue https://www.drupal.org/project/eu_cookie_compliance/issues/2989038
My comment has to do with a possible fix for 2 things in the newest version of the dev branch of eu_cookie_compliance module.

The text I was trying to post is the following:

"
Hi svenryen.
Regarding some testing I have done to the updated code with the patch applied I have to mention 2 issues:

  1. file sites/all/modules/eu_cookie_compliance/theme/eu-cookie-compliance-popup-info.tpl.php at line 62 is missing a closing ">" for the input element, which makes the label-checkbox clicking functionality to not work
  2. I made some changes in file sites/all/modules/eu_cookie_compliance/eu_cookie_compliance.module because some things seemed to not work for me, I haven't tested it thoroughly

Line 374, from:

$disabled_javascripts = _eu_cookie_compliance_explode_multiple_lines($disabled_javascripts);

to:

$disabled_javascripts = _eu_cookie_compliance_explode_multiple_lines($disabled_javascripts, FALSE);

and in line 378, from:

$parts = explode('%3A', $script);

to:

$parts = explode(':', $script);

I hope I explained it clearly.
"

but it wasn't posted because I am not a confirmed user.

Thank you in advance.

Comments

_vk_ created an issue. See original summary.

volkswagenchick’s picture

Assigned: Unassigned » volkswagenchick
Category: Support request » Task
Status: Active » Postponed (maintainer needs more info)

Good day - I do not see any other posts by you on Drupal.org. Could you please respond to this thread to confirm that you are indeed a real user?? Then we can confirm the role.

It's also helpful to add an avatar and short bio to your profile.
Thanks.

ALso visit https://www.drupal.org/node/1887616 for more information.

_vk_’s picture

Hi @volkswagenchick. I tried to post on the mentioned issue but the spam protection message didn't let me. I will try to update my bio and avatar later if this speeds up the process and come back to this issue.
Thank you in advance.

volkswagenchick’s picture

Assigned: volkswagenchick » Unassigned
Status: Postponed (maintainer needs more info) » Reviewed & tested by the community

Thanks for responding back. I went ahead and confirmed your role.

avpaderno’s picture

Status: Reviewed & tested by the community » Fixed

I published two comments I found unpublished.

_vk_’s picture

Thank you @volkswagenchick and @kiamlaluno.
@kiamlaluno, actually it was the same comment that I tried to publish it knowing nothing about how it was working to become confirmed user.
I will try to delete one of them.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.