Problem with pop-up in FC v2.0 r1151

More
12 years 2 months ago #22923 by LisaLisa
Hi,

It's me again...
Sorry, I've got another problem, Pop-up doesn't show anymore.

It was working few days ago, and not anymore...
Maybe I've done something wrong ?

Thanks for you help... again ...


Joomla 2.5
Flexicontent version 2.0 RC3 (r1151)

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

More
12 years 2 months ago #22935 by igcorreia
Can you share a link? send me pm I can help

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

More
12 years 2 months ago #22936 by ggppdk
in image.php
replace
Code:
$legendinview = !is_array($legendinview) ? array($legendinview) : $legendinview;
with
Code:
if (FLEXI_J16GE && !is_array($legendinview)) { $legendinview = explode("|", $legendinview); $legendinview = ($legendinview[0]=='') ? array() : $legendinview; } else { $legendinview = !is_array($legendinview) ? array($legendinview) : $legendinview; }

and
Code:
$popupinview = !is_array($popupinview) ? array($popupinview) : $popupinview;
with
Code:
if (FLEXI_J16GE && !is_array($popupinview)) { $popupinview = explode("|", $popupinview); $popupinview = ($popupinview[0]=='') ? array() : $popupinview; } else { $popupinview = !is_array($popupinview) ? array($popupinview) : $popupinview; }


-- 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
12 years 2 months ago #22942 by LisaLisa
Thanks a lot for your answer, but i found 2 files named image.php and there is not this code inside it...

The files are there :
/administrator/components/com_flexicontent/views/fileselement/tmpl/image.php
and
/components/com_flexicontent/views/fileselement/tmpl/image.php

Joomla 2.5
Flexicontent version 2.0 RC3 (r1151)

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

More
12 years 2 months ago #22947 by szallontai
it is for field image so file it's in

plugins/flexicontent_fields/image/image.php
line 190 and 197 :D

good luck !

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

More
12 years 2 months ago #22968 by micker
tester et approuver !

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.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.338 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