-
AuthorPosts
-
January 2, 2014 at 10:22 am #193404
Dear Team,
I used Hako EasyBlog theme before to decide using ja_muzic for my site. I am happy with the result but I think that something could be improved. ja_muzic theme for EasyBlog doesn´t offer the possibility to include Avatar Blogger images and Team Avatar, therefore the theme looses a very important characteristic of branding.
How can I change the code into the .blog.item.php in order to offer the possibility to add Avatar Bloggers in the post by an alone Blogger or a Blogger inside a team?
I attach you 3 images that describe that I want to obtain.
1.- Current ja_muzic theme.
2.- Modify to a blogger post.
3.- Modify to a blogger post inside a team.Please I think this is an important improvement into the the Blog and I don´t have php knowledge to improve this
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 2, 2014 at 4:37 pm #517180If you want to add the Avatar into ja_muzic theme for EasyBlog, you can follow my solution.
+ Open components/com_easyblog/themes/ja_muzic/blog.item.php file and add new script
<?php if( $system->config->get( 'layout_avatar' ) && $this->getParam( 'show_avatar_frontpage' ) ){ ?>
<!-- @template: Avatar -->
<?php echo $this->fetch( 'blog.avatar.php' , array( 'row' => $row ) ); ?>
<?php } ?>
See the screenshot
+ Open components/com_easyblog/themes/ja_muzic/css/styles.css file
Change
#ezblog-body .blog-meta > .in {
background: url(../images/ico-gallery.png) no-repeat left top;
padding-left: 60px;
height: 50px;
line-height: 50px;
}
To
#ezblog-body .blog-meta > .in {
background: none;
padding-left: 0px;
height: 50px;
line-height: 50px;
}
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum