Mini front news module - intro text
- Posted by james (15) Offline
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
It appears at the end of the intro text.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
- Posted by james (15) Offline
- Posted by TemplatePlazza (5310) Offline
Hi, please open this file :
modules/mod_minifrontpage/helper.php then at line 478 you will see this code :
change that to :
11 years 1 month ago #4
by TemplatePlazza
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) ? " ... " : "";
Please Log in or Create an account to join the conversation.
- Posted by james (15) Offline
- Posted by TemplatePlazza (5310) Offline