I used Ariana's news module to display news without any links to articles.
How to make to display html formated intro text?
I need to display brake lines.
Thank You for pointing the place for modifications.
I changed that line (137):
-------
$introb = strip_tags($item->introtext);
-------
to:
-------
$introb = strip_tags($item->introtext, '<br>');
-------
The second parameter, after comma, specify tags which shouldn't be stripped.
I allowed <br> only - it's perfect for me, because I don't want to give to much control for the operator.
It is work now.
Thank You
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »