Avertissement : Solution vide non autorisée.
7 years 2 months ago #44989
by ctr74150
Replied by ctr74150 on topic Avertissement : Solution vide non autorisée.
Bonsoir,
je rencontre exactement le même problème. Comment faites vous pour afficher le champ Captcha?
je rencontre exactement le même problème. Comment faites vous pour afficher le champ Captcha?
Please Log in or Create an account to join the conversation.
- pierrelouis.silliere
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
7 years 2 months ago - 7 years 2 months ago #44991
by pierrelouis.silliere
Replied by pierrelouis.silliere on topic Avertissement : Solution vide non autorisée.
Hello,
Il faut modifier le fichier html > com_content > form > edit.php et y ajouter le code
<?php if ($this->captchaEnabled) : ?>
<?php echo $this->form->renderField('captcha'); ?>
<?php endif; ?>
Ou alors il faut désactiver le plugin recaptcha
Bon courage !
Il faut modifier le fichier html > com_content > form > edit.php et y ajouter le code
<?php if ($this->captchaEnabled) : ?>
<?php echo $this->form->renderField('captcha'); ?>
<?php endif; ?>
Ou alors il faut désactiver le plugin recaptcha
Bon courage !
Last edit: 7 years 2 months ago by pierrelouis.silliere.
Please Log in or Create an account to join the conversation.
7 years 2 months ago #45000
by ctr74150
Replied by ctr74150 on topic Avertissement : Solution vide non autorisée.
Merci pour votre réponse,
comme je voudrais activer le captcha,, j'ai inséré le code tout à la fin mais sans succès dans joomla/components/com_content/views/form/tmpl/edit.php
comme je voudrais activer le captcha,, j'ai inséré le code tout à la fin mais sans succès dans joomla/components/com_content/views/form/tmpl/edit.php
Please Log in or Create an account to join the conversation.
Time to create page: 0.196 seconds