Page 1 of 1

[SOLVED] CGBlog file_location variable disappeared?

Posted: Fri Apr 04, 2014 5:53 pm
by nervino
Hi, I've upgraded to latest CGBlog version and I can't see images in summary view anymore.

This is my code that worked fine with previous versions of CGBlog:

Code: Select all

{cms_module module="CGSmartImage" src1=$entry->file_location src2=$field->value filter_resize='h,45' max_width='45' max_height='45'}
I can't get the var $entry->file_location in new version...

Cmsms 1.11.10
CGBlog 1.11.6
CGSmartImage 1.16
CGSimpleSmarty 1.7.2

Re: CGBlog file_location variable disappeared?

Posted: Fri Apr 04, 2014 8:38 pm
by calguy1000
It's a bug in the summary view (accidentally deleted a few lines). I've fixed it in svn and will be releasing it in the next few days.

Re: CGBlog file_location variable disappeared?

Posted: Sat Apr 05, 2014 7:51 am
by nervino
Thanks Calguy!