Skip to main content
  Wednesday, March 11, 2026
  3 Replies
  33 Visits
  Subscribe
Hello! I want to purchase your SEO Glossary component for Joomla. I want to know if it integrates with the EasyBlog component and how it is done. How difficult is it for beginners in development? Thank you!
F
3 weeks ago
I see that over the week the site administration found neither the time nor the desire to answer my question! I asked it for a reason. In the previous version there is an error with synonyms, where after a comma the synonym becomes unavailable, displayed incorrectly in the EasyBlog component. I want to know - has the error been fixed or not?!
A
3 weeks ago
@Fassendek

you need to enable content.prepare

use Joomla\CMS\HTML\HTMLHelper;

$text = $post->description;

// Run all content.prepare plugins
$processedHtml = HTMLHelper::_('content.prepare', $text);

echo $processedHtml;


using this code you can call seo glossary with easyblog.
F
3 weeks ago
Thank you. The error is apparently in the SEO Glossary app itself, since the problem occurs when using a comma while adding synonyms and only in the EasyBlog app. If you add just one synonym without a comma, this synonym becomes visible, but the term itself does not appear!
  • Page :
  • 1
There are no replies made for this post yet.