By Bogdan on Thursday, 26 April 2018
Posted in Technical Issues
Replies 3
Likes 0
Views 524
Votes 0
Greetings,
I need some help or guide to override layout in template of the EasySocial Videos Module . I made a mod_easysocial_videos directory in the override template directory and copy in it the original module ...\tmpl\default.php ... can you please help me to override and make an alternative layout for the specified module as an option of "Layout" in module configuration ? The ideea of modification is to make a video listing more compact, ( see attachment for a better understanding ) THANK YOU IN ADVANCE FOR YOUR SUPPORT !!!!
Hi there,

You can add field option at this path .../modules/mod_easysocial_videos/mod_easysocial_videos.xml based on your current functions name = 'layout' for example below.

[gist type="php"]
<field name="layout" type="list" label="JFIELD_ALT_LAYOUT_LABEL" description="JFIELD_ALT_MODULE_LAYOUT_DESC" >
<option value="all">MOD_EASYSOCIAL_VIDEOS_FILTER_ALL</option>
<option value="mine">MOD_EASYSOCIAL_VIDEOS_FILTER_MINE</option>
<option value="featured">MOD_EASYSOCIAL_VIDEOS_FILTER_FEATURED</option>>
</field>
[/gist]

Please advice.
·
Thursday, 26 April 2018 18:31
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm trying to redesign the default template of the module to look more compact with small listings of videos .Please advice
·
Friday, 27 April 2018 18:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I am really sorry but unfortunately we cannot accommodate your request currently as it is beyond our support scope's policy as
outlined in https://stackideas.com/support

By the way, those steps prompted above is to provide you a way to choose layout for your customization. Please advice.
·
Friday, 27 April 2018 18:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post