By John Wilkins on Tuesday, 30 September 2014
Posted in General Issues
Replies 5
Likes 0
Views 1.6K
Votes 0
I want to use easyblog as an obituary.

I just need the blogs posted, and none of the information about who posted it and when and what category it is in.
Hello John,

You can easily customize this by modifying the theme files located in the following location

/components/com_easyblog/themes/default/blog.item.php and remove the codes below,


<?php echo $this->fetch( 'blog.meta.php' , array( 'row' => $row, 'postedText' => JText::_( 'COM_EASYBLOG_POSTED' ) ) ); ?>


/components/com_easyblog/themes/default/blog.read.php and remove the codes below,


<?php echo $this->fetch( 'blog.meta.read.php' , array( 'row' => $blog , 'postedText' => JText::_( 'COM_EASYBLOG_POSTED' ) ) ); ?>
·
Tuesday, 30 September 2014 23:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark

Did you really think that you were helping anyone when you wrote: "you can easily customize" and then proceed to describe how someone with a degree in computer science might rewrite the code of your inadequate application?

What a ridiculous statement for anyone other than a techie.

Where is the "date on/off" and the "author on/off" switch for us mere mortals please?

Thanks
·
Wednesday, 23 September 2015 09:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Russ,

You can change the setting here: http://screencast.com/t/VS6YDW0pEZ in Backend>Easyblog>Settings>Layout>Listing.
·
Wednesday, 23 September 2015 10:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks

Why couldn't you have said that in the first place?

Rgds

Russ
·
Wednesday, 23 September 2015 14:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Russ,

I'm sorry, this post is posted and replied on Sept 2014. It has been a year. I believe that option is recently added by us.
·
Wednesday, 23 September 2015 15:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post