Mini front news module - intro text

Can anyone tell me how to remove [ ... ] or modify it just to ...
It appears at the end of the intro text.
12 years 1 month ago #1 by james

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

  • Posted by TemplatePlazza (5424) Offline
Hi, Can you share your website URL so I can take a look?
12 years 1 month ago #2 by TemplatePlazza

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

12 years 1 month ago #3 by james

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

  • Posted by TemplatePlazza (5424) Offline
Hi, please open this file :
modules/mod_minifrontpage/helper.php then at line 478 you will see this code :
$endText = (strlen($strip) > $limit) ? " [ ... ]" : "";

change that to :
[code type="xml"]$endText = (strlen($strip) > $limit) ? "  ... " : "";
12 years 1 month ago #4 by TemplatePlazza

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

Many thanks for that
12 years 1 month ago #5 by james

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

  • Posted by TemplatePlazza (5424) Offline
no problem, glad to help
12 years 1 month ago #6 by TemplatePlazza

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

Powered by Kunena Forum