Bonjour,
Je souhaiterai faire un plugin qui doit afficher un formulaire, probleme sa ne fonctionne pas. Voici mon code :
Ensuite dans un article j'appelle mon plugin comme ceci -> {commandepaypal}
Pourquoi cela ne fonctionne pas ?
Je souhaiterai faire un plugin qui doit afficher un formulaire, probleme sa ne fonctionne pas. Voici mon code :
Code PHP:
function onPrepareContent( &$article, &$params, $limitstart )
{
global $mainframe;
$regex = '{commandepaypal}';
$contenu= /*mon formulaire*/;
$article->text = $str_replace($regex,$contenu,$article->text);
}
Ensuite dans un article j'appelle mon plugin comme ceci -> {commandepaypal}
Pourquoi cela ne fonctionne pas ?
Commentaire