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.
11 years 1 month ago #1 by james

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

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

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

11 years 1 month ago #3 by james

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

  • Posted by TemplatePlazza (5310) 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) ? "  ... " : "";
11 years 1 month ago #4 by TemplatePlazza

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

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

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

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

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

Powered by Kunena Forum