
ngrmm
Members-
Posts
258 -
Joined
-
Last visited
Contact Methods
-
Website URL
http://www.engramm.com
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
2,918 profile views
ngrmm's Achievements
-
module PrivacyWire - Cookie Management & async external asset loading
ngrmm replied to joshua's topic in Modules/Plugins
Good idea, but maybe it's better to have this optional. I explained this so many times to clients but some of them still would like to have something like an explainer popup. But another topic is the obligation to protocol clicks/sessions (GDPR) for sites which have more than necessary cookies. I messaged @joshua a while ago, but he had no time back then. Maybe someone else could come up with a solution? I don't have the skill to do that, but would be happy to sponsor the work. -
module PrivacyWire - Cookie Management & async external asset loading
ngrmm replied to joshua's topic in Modules/Plugins
no thx 🙂 but maybe to @joshua the creator of the module. -
module PrivacyWire - Cookie Management & async external asset loading
ngrmm replied to joshua's topic in Modules/Plugins
"Accept all" means YES to all groups "Accept necessary cookies only" means YES only to necessary cookie (NO to statistics, external …) Try it like in the docs: <script type="text/plain" data-type="text/javascript" data-category="statistics" data-src="/path/to/your/statistic/script.js"></script> Do you work local or on a webserver? -
module PrivacyWire - Cookie Management & async external asset loading
ngrmm replied to joshua's topic in Modules/Plugins
you need to have the cookie group Statistics on the list. -
module PrivacyWire - Cookie Management & async external asset loading
ngrmm replied to joshua's topic in Modules/Plugins
that is correct, I will correct my last post -
module PrivacyWire - Cookie Management & async external asset loading
ngrmm replied to joshua's topic in Modules/Plugins
@Web-ID you could do it like this: <script type="" data-type="text/javascript" data-category="statistics" class="require-consent"> … and remove <noscript> -
Looking for someone to link a website to an (AWS) S3 server to get videos via presigned URLs. The website is an archive and each archive item (page) is linked to a video. Things to do: 1. You will get VPN-connections to the website and the S3-server 2. Setup a Bucket on the Server 3. Uplaod a Test-File (mp4 file) 4. Link video page to the mp4 test file on S3-server via AWS SDK for PHP
- 1 reply
-
- 1
-
-
ngrmm started following Email Obfuscation (EMO)
-
@Bacelo did you find any solution back then? @Roope I'm using PW 3.0.200 and it looks like the module is stuck somewhere in the process. Script is not added automatically. When I add it manually it does not find anything in the document. So with script added manually and using $sanitizer->emo($string) it find the email and replace it completly with a noscript tag.
-
yes, your update fixes the issue, thanks!
-
@teppo I get this error when I add a repaterMatrix field to indexed fields TracyDebugger: TypeError SearchEngine\IndexValue::__construct(): Argument #1 ($value) must be of type string, null given, called in /…/htdocs/domain.com/_NEW/site/modules/SearchEngine/lib/Indexer.php on line 297 search► –––– File: .../domain.com/_NEW/site/modules/SearchEngine/lib/IndexValue.php:33 23: * 24: * @var array 25: */ 26: protected $meta = []; 27: 28: /** 29: * Constructor 30: * 31: * @param string $value 32: */ 33: public function __construct(string $value = '') { 34: $this->value = $value; 35: } 36: 37: /** using pw 3.0.200 © 2022, search engine 0.35.0 and php 8
-
module PrivacyWire - Cookie Management & async external asset loading
ngrmm replied to joshua's topic in Modules/Plugins
@joshua does privacywire log user clicks? As far as I understood you must have a „consent log“. „… By default, consents collected through the Cookie Notice banner and/or the Privacy Notice link are automatically logged so that you can access the information at any time. Your consent log is basically a list of users who interact with the banner by either consenting or declining to the use of their information.“ CookieBot for example does this: „Cookiebot CMP stores the user's selection for 12 months, after which the banner automatically reopens to renew the user's consent. … All user consents are automatically logged in anonymized form and encrypted. A data processing contract (DSGVO) is not required. The consent log can be downloaded from the manager and used for documentation.“ or cookiehub: https://www.cookiehub.com/de/produkt/premium/einwilligungsprotokoll -
I have a page which imports external json-feed into pages and would like to run this page every day. The Problem is that the import take 10–20 seconds. Is there a way to trigger this import from any other page and let in run in the background? I would like to avoid slow pageloads of other pages, even if it's once a day.
-
module PrivacyWire - Cookie Management & async external asset loading
ngrmm replied to joshua's topic in Modules/Plugins
Did you check your Browser-Settings? DNT-Mode? Ad-Blocker? -
I use the explode function to generate a json-feed like this $list = $pages->get(1234)->children; $toJSON = $list->explode(function ($item) { return [ 'title' => $item->title, 'id' => $item->id, 'start' => $item->summary, ] } But i would like to use the sanitizer on the summary field. Like this: Obviously this can not work. But how can sanitize the summary before the output? $list = $pages->get(1234)->children; $toJSON = $list->explode(function ($item) { // $itemSummary = $sanitizer->truncate($item->summary, [ // 'type' => 'punctuation', // 'maxLength' => 155, // 'visible' => true, // 'more' => '…' // ]); return [ 'title' => $item->title, 'id' => $item->id, 'start' => $itemSummary, ] }
-
Fluency - Integrated DeepL Powered Content Translation
ngrmm replied to FireWire's topic in Modules/Plugins
Looks like it's not possible. It says: • settingsField: Specify a PW field that uses CKEditor to use for the settings of this column. Note that inline mode is always used, regardless of field settings. • …- 106 replies
-
- translation
- module
-
(and 1 more)
Tagged with: