Company Directory: Do not show images...

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
soportepro
Forum Members
Forum Members
Posts: 57
Joined: Fri Nov 04, 2011 10:10 pm

Company Directory: Do not show images...

Post 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...
pete290
Forum Members
Forum Members
Posts: 54
Joined: Sat Aug 22, 2009 5:55 pm

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

Post by pete290 »

Within templates change


src=$entry->picture_path

to

src="{$entry->logo_path}
soportepro
Forum Members
Forum Members
Posts: 57
Joined: Fri Nov 04, 2011 10:10 pm

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

Post by soportepro »

I test your suggestion with quotes and without, but both do not work. Any help please?
soportepro
Forum Members
Forum Members
Posts: 57
Joined: Fri Nov 04, 2011 10:10 pm

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

Post 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?
soportepro
Forum Members
Forum Members
Posts: 57
Joined: Fri Nov 04, 2011 10:10 pm

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

Post 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.
Post Reply

Return to “Modules/Add-Ons”