Philippe
Philippe
Hello, It's possible to add a Akeneo adapter ? https://github.com/kiboko-labs/flyimg/tree/master/src/Akeneo thank's for advance.
Hello, I've been following the project for many years and randomly come across this code in the index.php file: https://github.com/projectsend/projectsend/blob/99ab2c4ac7bb16ba040a7e035677d7ea0a6c36f3/index.php#L48 It redirects to the function that allows authentication and I...
:bug: Hello everyone, when I export product sheets in csv (exportFullArticles), the sheets not assigned to a category are not exported. While in the export settings I have selected "All...
Hello, I am trying to update our 5.0.96 CE instance to the latest version of branch 6 by following the procedure indicated on this page: [SITE](https://docs.akeneo.com/master/migrate_pim/upgrade/upgrade_from_50_to_60.html) System : - Debian...
Hello, I am currently testing Excalibur. It almost works but I have a lot of 304 errors in the server logs. Example : ``` [...] 127.0.0.1 - - [27/Jun/2022 13:59:13]...
Avec la VM de la 4.0 preview mise à jour le 25/10/2016 à 16h40. Tout est ok après update. Je modifie le fichier config/configuration.yml, je change les paramètres ``` type:...
Afin d'être plus libre dans la gestion des metadonnées d'une page, par exemple pour intégrer les balises og: ou twitter:, j'ai réalisé une modification de la fonction plxShow->meta avec l'ajout...
Dans plxShow, permet de trouver l'url de la page en cours pour la mettre dans le meta type og: ou twitter: ``` /** * Méthode qui affiche l'url de la...
Lorsqu'on partage un lien sur facebook, twitter ou autre une balise spécifique est utilisé par ces plateformes pour afficher une image : Ajouter dans header.php du thème
Bonjour, Dans la fonction $plxShow->catName remplacer : ``` if($type == 'link') echo ''.$name.''; else echo $name; ``` par ``` if($type == 'link') echo ''.$name.''; elseif($type == 'get') return $name; else...