By fengwei on Monday, 11 June 2018
Posted in General Issues
Likes 0
Views 505
Votes 0
Hi,
My website is http://www.handbook.ltd (Chinese) On the foreground display, I want to delete the“read more”button,or override it. How do I do that
Hi Fengwei,

As your screenshot above you are referring to easysocial module leaderboard, videos, stream and recentpoll.
For leaderboard and stream module you actually can turn off the setting:
1. leaderboard module disable view display leaderboard: http://take.ms/5sEZvL
2. stream module disable the Display Stream Footer http://take.ms/KL3mZ

For the recent polls and videos module there is no setting to disable it, but you can do override file below:
.../mod_easysocial_videos/tmpl/default.php
.../mod_easysocial_recentpolls/tmpl/default.php
for video module you need to comment out/delete the code: http://take.ms/SeLO5
for recent poll module you need to comment out/delete the code: http://take.ms/x6vV4
·
Monday, 11 June 2018 15:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much!The first two problems have been solved. The overwrite file is not directly modified. Once the upgrade is completed, the overwrite method is gone. Where should I create the overwrite folder?
·
Monday, 11 June 2018 16:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

To override the module template file, you may take a look on how you can do this in Joomla.
https://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core


PATH_TO_JOOMLA/modules/mod_easysocial_videos/tmpl/default.php
to
TEMPLATE_NAME/html/mod_easysocial_videos/default.php


Hope this help.
Sam
·
Monday, 11 June 2018 16:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much
·
Monday, 11 June 2018 16:59
·
0 Likes
·
0 Votes
·
0 Comments
·
you are most welcome
Sam
·
Monday, 11 June 2018 17:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post