Mini FrontPage - Anchor Text in links being trimmed

Hi,
The anchor text of links in the intro content is being randomly stripped. So instead of the anchor text being e.g. "register now" it might say "ster now" or "ster"
You can see this lower down the home page on the enclosed link.
Thanks :-)
10 years 10 months ago #1 by Judd Muir

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi juddmuir,
What is the language of your website? Can you share your website URL so we can take a look?
10 years 10 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Hi,

The site is in Spanish. I had put URL into the form, but here it is again:
d3v.yabadoo.es/

E.g. the phrase "un motivo más para jugar en egaBingoYa. " should read "un motivo más para jugar en JuegaBingoYa. "

This is a dev site, migrating from Joomla 1.5 to 3.2, so quite a few things don't work if you try navigating around the site you may get errors.

Thanks :-)
10 years 10 months ago #3 by Judd Muir

Please Log in or Create an account to join the conversation.

  • 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 #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Hi - unfortunately there's been no change to the output after making the above code amendment.
10 years 9 months ago #5 by Judd Muir

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi Juddmuir,
Can you make a test on your local server with a fresh joomla install, then use the same content as your live server have?. I wan't to know whether this is something related to the content itself or something else because you said that it's a migration from j 1.5
10 years 9 months ago #6 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum