Page 1 of 1

Company Directory: Do not show images...

Posted: Tue Aug 05, 2014 8:08 pm
by soportepro
I just install the module Company directory as it is and simple add the smart tag: {companydirectory} as help say. Create one company entry but...

I do not see the logo image that I upload with the module.

Any workaround to correct this?

I know that can be so elemental, but help me please...

Re: Company Directory: Do not show images...

Posted: Wed Aug 06, 2014 5:44 pm
by pete290
Within templates change


src=$entry->picture_path

to

src="{$entry->logo_path}

Re: Company Directory: Do not show images...

Posted: Thu Aug 07, 2014 9:44 pm
by soportepro
I test your suggestion with quotes and without, but both do not work. Any help please?

Re: Company Directory: Do not show images...

Posted: Mon Aug 11, 2014 10:16 pm
by soportepro
I do this:

{if $entry->logo_location ne ""}
{* CGSmartImage src=$entry->logo_path *}
<img src="{$entry->logo_path}" alt="logo">
{/if}

And the image show.

The problem is with the CGSmartImage call.

Any suggestions?

Re: Company Directory: Do not show images...

Posted: Mon Aug 11, 2014 10:51 pm
by soportepro
I find this from dec 27, 2013:

..."I turned off image embedding and now everything is working."


http://forum.cmsmadesimple.org/viewtopi ... ny#p307394

I do this withing CGSmartImage module and image show.

I look inside CGSmartImage bugs, and find this:
http://dev.cmsmadesimple.org/bug/view/6646

I have CMSMS release 1.11.10 installed.

There is something that have to be tested and corrected with CGSmartImage Module with Embedded Image Option tab enabled.