By Chaon on Wednesday, 07 September 2016
Replies 1
Likes 0
Views 821
Votes 0
Hello all, i would like to share with you a way that u can easily add a widget or even the eb related articles module inside your entryview page.

Since the After content module position it's not the best solution because our widget will be displayed at the very end of our article and after the widget there will be the the blogs social icons, we will create a new custom module position. To do that we edit the file /components/com_easyblog/themes/wireframe/blogs/entry/default.php
and add on line 204
<?php echo $this->renderModule('easyblog-related'); ?>

Adding it on line 204 will display the new module position right before the author box (info, recent articles etc). If u want it after the author box place it on line 209.
You can also name the new module position with your own name.

Now in order to publish your module in the new position you just type the new position name on the module position as shown below
Thanks for sharing this
·
Thursday, 08 September 2016 00:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post