Intro text formatting stripped in Mini Frontpage module display

  • Posted by TemplatePlazza (5310) Offline
juddmuir, Can you share your website URL so I can take a look?
10 years 10 months ago #7 by TemplatePlazza
The topic has been marked as resolved.
Hi,

It's d3v.yabadoo.es/

You'll see lots of "/p>" starting halfway down the page, and other bits of HTML that have come through.

Thanks :-)
10 years 10 months ago #8 by Judd Muir
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5310) Offline
@juddmuir
can you open this file with your php editor :
[root]/modules/mod_minifrontpage/helper.php
then change this code (at line 445):
$strip = mb_substr($strip, 0, $limit);
with this one
$strip = mb_substr($strip, 1, $limit, 'UTF-8');

Then let me know the result
10 years 10 months ago #9 by TemplatePlazza
The topic has been marked as resolved.
Powered by Kunena Forum