Commentaries - Reply to
geokostanay
Member
dans Bogues
My answer to the user doesn 't shift to the right
.
Connectez-vous ou Inscrivez-vous pour répondre.
Réponses
J'ai le même souci. Il semble que le numéro de niveau ne s'affiche pas ("level-").
Yes this is a known issue from PluXml 5.8.1 : https://github.com/pluxml/PluXml/issues/369
Can you try this
core/lib/class.plx.motor.php
modification, please ? https://github.com/pluxml/PluXml/commit/471f3cd9d0f1f5623810fd7f3a2817639e20127fOn line 844, replace
!(defined('PLX_ADMIN') OR defined('PLX_FEED'))
with
!(defined('plxAdmin::PLX_ADMIN') OR defined('plxFeed::PLX_FEED'))
Impeccable. Merci !