issue with bloggers overview version 1.3.1

ruud
ruud
  • ruud
  • 9 months ago

Hi,

redoing my Easyprofile integration changes and ran into the following issue in /components/com_cjblog/views/users/tmpl/default.php

HTML code is parsed as text as you can see :(

to solve I changed:

<?php echo strip_tags(JHtml::_('string.truncate', CJFunctions::parse_html($user['about'], false, true), 250));?>

into

<?php echo strip_tags(JHtml::_('string.truncate', CJFunctions::parse_html($user['about'], false, false), 250));?>


Access to viewing replies is restricted.
Showing 6 of 6 replies
You do not have permissions for replying to this topic.
Loading...
Confirm delete? This action is irreversible and the data will be deleted permanently. Do you want to continue? Confirm Add New Delete Unpublish Cancel Import Uninstall The selected item successfully deleted.
Shondalai