By Юрий Жигалов on Tuesday, 01 December 2015
Posted in General
Likes 0
Views 490
Votes 0
how to disable the create date of the record?

http://prntscr.com/991j3t
Edit the file /components/com_easyblog/themes/nickel/blogs/latest/default.main.php and remove the codes below.

·
Sunday, 20 December 2015 23:41
·
0 Likes
·
0 Votes
·
0 Comments
·
I believe you are using the origami theme currently, am I right? You can do so by editing the theme file /components/com_easyblog/themes/origami/blogs/latest/default.main.php and remove the codes below


<div>
<div class="eb-post-calendar" itemprop="datePublished" content="<?php echo $post->getDisplayDate('created')->format(JText::_('DATE_FORMAT_LC4'));?>">
<div class="eb-post-calendar-m">
<?php echo $post->getDisplayDate($this->params->get('post_date_source', 'created'))->format('M');?>
</div>
<div class="eb-post-calendar-d">
<?php echo $post->getDisplayDate($this->params->get('post_date_source', 'created'))->format('d');?>
</div>
</div>
</div>
·
Tuesday, 01 December 2015 21:54
·
0 Likes
·
0 Votes
·
0 Comments
·
there is no such code
·
Saturday, 19 December 2015 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Which version of EasyBlog do you use on the site? Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Sunday, 20 December 2015 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark wrote:

Which version of EasyBlog do you use on the site? Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?


Installed Version: 5.0.30
Latest Version: 5.0.30

Access to the site can't give. Confidential information. Tell me what and in what file need to fix, I'll make edits in the code
·
Sunday, 20 December 2015 18:20
·
0 Likes
·
0 Votes
·
0 Comments
·
What theme are you using? On your post at http://stackideas.com/forums/display-in-1-column-on-phone it seems you are using nickel but in your screen shot, it seems like it's using origami?
·
Sunday, 20 December 2015 18:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark wrote:

What theme are you using? On your post at http://stackideas.com/forums/display-in-1-column-on-phone it seems you are using nickel but in your screen shot, it seems like it's using origami?


theme nickel
·
Sunday, 20 December 2015 19:19
·
0 Likes
·
0 Votes
·
0 Comments
·
In nickel theme, it doesn't have any date as your screen shot. Am I missing anything here?
·
Sunday, 20 December 2015 21:43
·
0 Likes
·
0 Votes
·
0 Comments
·
after making edits to show in what file, what code changed
·
Sunday, 20 December 2015 23:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post