4
After some research, I found the solution. Our brilliant developers of the smartfactory, go from time to time too quickly, and they forget infos in the code, which generates bugs difficult to find.
Après quelques recherches, j'ai trouvé la solution. Nos géniales développeurs de la smartfactory, vont de temps en temps trop vite, et ils oublient des infos dans le code, ce qui génère des bugs difficiles à trouver.
To solve this bug
Pour résoudre ce bug
in / dans : smartfaq/class/faq.php line / ligne 1311
$grantedFaq->add(new Criteria('faqid', "(".implode(',', $faqsGranted).")", 'IN'), 'OR');
add / rajouter 'faq.'
$grantedFaq->add(new Criteria('[b][color=CC0000]faq.[/color][/b]faqid', "(".implode(',', $faqsGranted).")", 'IN'), 'OR');
here it is all
sorry fort my english
désolé pour ceux qui me liront en anglais