By Brooke Savage on Saturday, 02 May 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 818
Votes 0
I understand how to place the Easy Blog Modules on my own articles. Works great!

But I also want to place some modules on the EasyBlog generated detail posting pages that are created. Any way to do this?

For instance the toolbar has a button for the Archive but I want to add the more visible archive module to the right part of the detail post page that EasyBlog displays...see attached.

My url is:
http://www.expediencesoftware.com/beta-2/
Uname:stack
Pw: stack
Hello Brooke,

I am really sorry for the delay of this reply as it is a weekend for us here. In order for you to achieve this, there's 2 ways to go about this:

1. Use the load module position plugin which is provided by Joomla to render module positions in your content (blog post).

2. Customize the theme file in EasyBlog to render the modules accordingly.
·
Saturday, 02 May 2015 03:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark.

Can elaborate on what customization you suggest will be needed in the Theme files?
·
Saturday, 02 May 2015 06:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Brooke,

I am sorry for the delay of this reply as it is a long weekend off for us here in Malaysia. If you want the same module to be loaded on every entry page of EasyBlog, you could add a code that looks similar to below in the file /components/com_easyblog/themes/default/blog.read.php


<?php echo EasyBlogHelper::renderModule('easyblog-custom-position'); ?>


Then, place the module that you want in the position "easyblog-custom-position" and the module will appear on the entry page
·
Monday, 04 May 2015 16:04
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm sorry Mark this exceeds my capability. Would it be possible for you to FTP this or do it once on the site so I can see the example in action?

I want the Archive Module to appear on each blog post. I know its work for you but if I can see the example completed I can add the others on my own.
·
Monday, 04 May 2015 23:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Brooke,

I am sorry but unfortunately this is beyond the scope of our support as we do not provide heavy customizations.
·
Tuesday, 05 May 2015 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post