UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

[Module] Latest Blogs

Norman Wensky · ·
10:07 PM Thursday, 18 January 2018
Low
Hi,

you have implemented a backward compatible fix for the layout selection in mod_easyblocklatestblogs.php / line 48 which only allows vertical or horizontal as options. It would be great if you could implement a sidebar layout option and / or 2-3 custom layout options which could be overwritten via template/html.

sidebar
custom_layout_1
custom_layout_2

Hotfix for other users:

// just check for the current module position to override the $layout var
// templates/your_template/html/mod_easybloglatestblogs/default.php
//
// add the following code to the top of the file, after "defined('JEXEC_')"
if( $module->position == 'right' ){
$layout = 'your_layout_file';
}

// add your layoutfile to the same folder



Dennis Heiden
Stackexchange Profile
0 Replies
The replies under this section are restricted to logged in users or users with an active subscription with us