Page 1 of 1

CGBlog Issue

Posted: Tue Apr 24, 2018 11:31 pm
by reef22
I've just noticed on the last couple of installs I've done that CGBlog is not installing the usual cgblog folder and so when I go to put in an image in the template they are not showing becasue it can't find the correct path. I am using the latests version of CMS and blog. Anyone else experiencing this? Is it new? Do the posts no longer require the ids? Do I just need to alter my image tag? Thanks for any help ;)

Re: CGBlog Issue

Posted: Wed Apr 25, 2018 9:25 am
by reef22
Solved - if anyone else is struggling with this

{$entry->file_location}/{$entry->fieldsbyname.yourfielddef->value}

becomes

{uploads_url}/{$entry->fieldsbyname.yourfielddef->value}

Re: CGBlog Issue

Posted: Fri May 04, 2018 11:29 pm
by Powerbrand
Thanks, you resolve my problem!!! This change works fine.

Regards!