Images not showing in Company Directory [SOLVED]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
nosyguy
Forum Members
Forum Members
Posts: 87
Joined: Tue Apr 22, 2008 8:17 pm

Images not showing in Company Directory [SOLVED]

Post by nosyguy »

Searched the forums and haven't seen this addressed.

I was having issues with the module working period until I figured out that CGImages had to be installed (didn't show up as a dependency on the module manager install list).

Now, everything else is working but it is not showing any images (default image and logo).

I tried multiple image formats and have not modified the default summary or detail templates.

Ideas?
Last edited by nosyguy on Fri Dec 27, 2013 5:45 pm, edited 1 time in total.
nosyguy
Forum Members
Forum Members
Posts: 87
Joined: Tue Apr 22, 2008 8:17 pm

Re: Images not showing in Company Directory

Post by nosyguy »

*Bump*

Anyone? Also having a rough time integrating CGGoogleMaps2

added this code to detail template, but no map shown

Code: Select all

{cggm2_add_dynpoint map='1' name='$entry->company_name' latitude='$lat' longitude='$long'}
{CGGoogleMaps2 map='1'}
Related???

TIA
nosyguy
Wishbone
Power Poster
Power Poster
Posts: 1369
Joined: Tue Dec 23, 2008 8:39 pm

Re: Images not showing in Company Directory

Post by Wishbone »

Did you mean CGSmartImage? I have it installed and can't get it to work.. I get the map, but cggm2_add_dynpoint doesn't seem to be working.
nosyguy
Forum Members
Forum Members
Posts: 87
Joined: Tue Apr 22, 2008 8:17 pm

Re: Images not showing in Company Directory

Post by nosyguy »

Yes, I meant CGSmartImage...

Still haven't had any progress on this :(

I know someone must have a suggestion!

TIA
nosyguy
nosyguy
Forum Members
Forum Members
Posts: 87
Joined: Tue Apr 22, 2008 8:17 pm

Re: Images not showing in Company Directory

Post by nosyguy »

I have narrowed this down to a problem with CGSmartimage.

If I replace the template code:

Code: Select all

 {CGSmartImage src=$entry->logo_path max_width=150 max_height=150}
with this:

Code: Select all

<img src='{$entry->logo_path}' height=150>
It shows the image just fine.

I also checked the uploads/_CGSmartImage directory and images do show up in the directory so it seems the cache is fine?

Does this help? Would really appreciate some help on this.

TIA
nosyguy
nosyguy
Forum Members
Forum Members
Posts: 87
Joined: Tue Apr 22, 2008 8:17 pm

Re: Images not showing in Company Directory

Post by nosyguy »

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

Return to “Modules/Add-Ons”