MiniFrontPagePro not displaying links

Everything seems to be working perfectly, except that links are not hyperlinked in the Intro Text of the articles. Please advise how I can get the links to show up?
Please see: chinamaine.org/  In the article "911 Residential House Number Requests" the "HERE" in the first line is hyperlinked in the article.
3 months 4 weeks ago #1 by Matthew Hunt

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

  • Posted by TemplatePlazza (5230) Offline
Hi,
Yes, all HTML tags in the intro are stripped out to preserve a more consistent layout. You can disable it by creating a template override (if you don't know how to create it, please follow this video : 
)

You need to change this part:
echo JHtmlString::truncate(strip_tags($item->introtext), $introtext_truncate);

to:
echo $item->introtext;
3 months 4 weeks ago #2 by TemplatePlazza

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

Powered by Kunena Forum