MiniFrontpage Pro - Disable title link + formatting intro text?

Hi. I have two wishes.
1/ Is it possible to disable link from title and thumb to the (full) article? I would like to display only thumbs, titles and introtext of articles without the possibility of linking to the full article.
2/ Is it possible to preserve the formatting Introtext from article? Preserve font size, font color, etc.
Thank you.
2 years 10 months ago #1 by Martin Dusil
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5261) Offline
Hi Martin, Sorry for late respond. Both of those can be done via template override.
For the number one, you just need to remove this part from the template override code :
$item->link

And for the number one
you need to change this part :
echo JHtmlString::truncate(strip_tags($item->introtext), $introtext_truncate);
into
echo $item->introtext;

If you don't know about template override, you can follow this video
2 years 10 months ago #2 by TemplatePlazza
The topic has been marked as resolved.
Hi. Thank you. It works fine.
2 years 10 months ago #3 by Martin Dusil
The topic has been marked as resolved.
Powered by Kunena Forum