By poolotw on Saturday, 03 January 2015
Replies 5
Likes 0
Views 0.9K
Votes 0
My blogging component has a logo image.
I would like to include this image in the 'latest blog' module.
Is this possible?
Hello Jeanette,

I am really sorry for the delay of this reply as it is a weekend for us here. You would probably need to customize the module to include your logo since the module by itself doesn't do that.
·
Saturday, 03 January 2015 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
How can I customize it?
·
Sunday, 04 January 2015 04:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jeanette,

I am really sorry for the delay of this reply as it is a weekend for us here. You can modify the template file for the module which is located in /modules/mod_latestblogs/tmpl/default_item.php
·
Sunday, 04 January 2015 14:32
·
0 Likes
·
0 Votes
·
0 Comments
·
I am having great success with your EasyBlog but I do not know php.
Can you please tell me what code to add and where in the default_item.php file? (I know enough to change the address of the image)
Thank you
·
Monday, 05 January 2015 17:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jeanette,

I am sorry, but I do not know where you want to put the logo. As for example, you can put your customization after :: <div class="mod-item">. Such as:

<div class="mod-item">
<div class="mod-post-title">
<img src="http://www.fomola.com/blog/wp-content/uploads/2012/08/EasyBlog_Roundgami_Vertical.png" width="100px" />
</div>

<?php if( $params->get( 'photo_show') ){ ?>
....


Hope this will help.
Thanks.
·
Monday, 05 January 2015 18:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post