By Ian on Friday, 31 July 2015
Posted in General Issues
Likes 0
Views 766
Votes 0
Hi,

On my blog.read.php page here http://familyweek.com.au/whats-happening/entry/test-event-2 the "Creation Date" is displayed correctly under the blog title.

But on my blog.item.php page here http://familyweek.com.au/whats-happening the "Creation Date" is displayed incorrectly under the blog title.

Both files have exactly the same code:
<span class="blog-author">
<?php echo $this->formatDate( '%d %B %Y' , $blog->{$this->getParam( 'creation_source')} );?>
</span>


Can I get some help with this please?

Thanks.
Is there some sort of caching going on there? I tried making modifications to the following files on the site but doesn't seem to have any effect.

/components/com_easyblog/themes/default/blog.meta.php
/components/com_easyblog/themes/default/blog.meta.read.php

Also, you did not provide us with the back end access to your Joomla site. Can you please advise?
·
Friday, 31 July 2015 15:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

There is no caching that I'm aware of.

The files I was working on are in the Vintage theme folder - blog.read.php and blog.item.php

Site access is attached.

Thanks

Ian
·
Friday, 31 July 2015 16:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ian,

I've fixed for you in this file: ../components/com_easyblog/themes/vintage/blog.item.php.
·
Friday, 31 July 2015 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much!
·
Friday, 31 July 2015 17:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ian,

You're welcome.
·
Friday, 31 July 2015 18:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post