Peter Thiel
Peter Thiel
Hey, I want to integrate GTM, FBQ and Intercom. Using config with `forward: ["dataLayer.push"]` seems to work but as soon as I set `forward: ["dataLayer.push", "fbq"]` or `forward: ["dataLayer.push", "Intercom"]`...
Ein Kunde wünscht die Anpassung der Sitemap.xml. Die Tags `` und `` sollen entfernt werden, da diese nicht mehr von Google beachtet werden. Diese Aussage kommt von der SEO-Agentur Wingmen...
In Zeile 35 (https://github.com/yakamara/redaxo_xform/blob/master/classes/value/class.xform.select_sql.inc.php#L35) fehlt folgende Abfrage: `if (!$this->params['send'] && $this->getValue() == '' && $this->getElement('default') != '') {` siehe https://github.com/yakamara/redaxo_xform/blob/master/classes/value/class.xform.select.inc.php#L27 Ohne die Korrektur wird immer der Default-Value gesetzt sollte eine...
Hey, please implement a uniform validation for double optin authentification like in community-newsletter class "class.xform.validate_com_newsletter_auth.inc.php". Thank u very much :)
In https://github.com/Minishlink/web-push-php-example/blob/master/src/app.js#L153 endpoint is updated if subscription exists. Problem here is how to get the original subscription. Do you have an idea how to solve this, maybe via localStorage?
https://github.com/yakamara/yform/blob/691342e6b6bff0df151d89cdddd64b686fe95c11/plugins/manager/pages/data_import.php#L82 Manche Importe klappen nicht aufgrund der line endings. Eine Normalisierung wäre wünschenswert: ``` $file_contents = @file_get_contents($filename); $file_contents = preg_replace("/\r\n|\n\r|\n|\r/", "\n", $file_contents); file_put_contents($filename, $file_contents); ```
VideoUrl
Kann es sein, dass die VideoUrl-Klasse nicht funktioniert? Vorschlag: `
Hey there, I get the following error: ``` ./node_modules/@availity/reactstrap-validation-select/AvResourceSelect.js SyntaxError: ...\node_modules\@availity\reactstrap-validation-select\AvResourceSelect.js: Support for the experimental syntax 'classProperties' isn't currently enabled (16:10): 14 | } 15 | > 16 | select...
https://github.com/FriendsOfREDAXO/yform_geo_osm/blame/master/assets/geo_osm.js#L98 Adressauflösung via https://nominatim.openstreetmap.org/search?street=Stabenhof%202&city=Brodenbach&postalcode=56332&format=json&polygon=0&addressdetails=0&limit=1 funktioniert nicht. Vorschlag: Auflösung via `xhr.open('GET','https://nominatim.openstreetmap.org/search?q='+street+' '+city+' '+postalcode+'&format=json&polygon=0&addressdetails=0&limit=1');`