[SOLVED] v2.0.0 mod_flexicontent doesn't show image field

More
11 years 8 months ago #34007 by SteP
Downloaded & installed v2.0.0_final_r1648, and it seems to work perfectly on my test site.

Then, I went on JED to publish a further review, but I found this:

FLEXIcontent Popular
This extension has been unpublished for the following reason:

UR14-Non-Compatible With Supported Versions

Unpublished Comments From Editors
Not compatible with Joomla! 2.5 or higher


...unbelievable!

_________________________________________
MMC Edizioni - www.mmcedizioni.it
Website Developer & Graphics

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #34009 by micker
We waiting for approuval

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #34011 by ggppdk
It is unpublished because the J2.5 version was not submitted in time,

and AS joomla.org announce they will disable J1.5 only extensions

we are waiting for approval


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #34366 by tevez15

ggppdk wrote: Will commit fix, if you want to apply fix now:

in modules/mod_flexicontent/helper.php

replace 2 occurrences of

$img_field->thumbs_src[$img_field_size][0]

with

$img_field->thumbs_src[0]



Im using version 2.0.1 (candidate) (r1650), the changes is made but thumbs in modules dont show.

This is one of the two line:
Code:
if ($mod_use_image==1) { $src = str_replace(JURI::root(), '', @ $img_field->thumbs_src['large'][0] ); } else { $src = ''; $thumb = $img_field->thumbs_src[ $mod_use_image ][0]; } if ( (!$src && $mod_image_fallback_img==1) || ($src && $mod_image_fallback_img==2 && $img_field->using_default_value) ) { $src = flexicontent_html::extractimagesrc($row); }

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #34371 by fgossart
I have probably the same bug.
In content editing back end, when I upload an image, only a small pixel is displayed.
But I can't find where to change it ib helper.php.
Could you confirm the file where to put the fix ?

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #34373 by tevez15
You can find this on code?

Code:
$img_field->thumbs_src[$img_field_size][0]

If you cant, try just that:
Code:
thumbs_src

you probably will find something like:
Code:
if ($mod_use_image==1) { $src = str_replace(JURI::root(), '', @ $img_field->thumbs_src['large'][0] ); } else { $src = ''; $thumb = $img_field->thumbs_src[ $mod_use_image ][0]; } if ( (!$src && $mod_image_fallback_img==1) || ($src && $mod_image_fallback_img==2 && $img_field->using_default_value) ) { $src = flexicontent_html::extractimagesrc($row); }

EDIT:

To me, in category dont show images to :\

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.315 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline