Intro text of news not showing properly
- Posted by Grega (5) Offline
I put minifrontpage into article (load position...), but intro text of news looks kind of messy, shows only part of two word link, shows url link instead of linked word, show a part of html code (<strong>) and so on. Any suggestion what to check so this goes away and intro text of each news is shown normally as in the whole (article) news?
thank you
11 years 7 months ago #1
by Grega
thank you
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
- Posted by Grega (5) Offline
- Posted by erwinschro (1034) Offline
Hi
Can you open this file and edit it
/modules/mod_minifrontpage/mod_minifrontpage.php
at about line 95
try edit it so it will be no allowed tags, like this
see if that will fix it.
11 years 7 months ago #4
by erwinschro
Can you open this file and edit it
/modules/mod_minifrontpage/mod_minifrontpage.php
at about line 95
$allowed_tags = "<i><b><strong><br><a>";
try edit it so it will be no allowed tags, like this
$allowed_tags = "";
see if that will fix it.
Please Log in or Create an account to join the conversation.
- Posted by Grega (5) Offline