Problem in FC r1639

More
12 years 4 months ago #33367 by tevez15
Problem in FC r1639 was created by tevez15
Hi friends :D

I found problems in r1639 of FC:

1- In category_html5.php lines 60 and 90 return error, if is not closed.

2 - In FC module, when i try use related field, in Item scope -> Related Items Field(s), the page where the module are, return blank page and no errors :\

3 -
Code:
Notice: Undefined variable: remove_space in /var/www/unykvis/plugins/flexicontent_fields/image/image.php on line 627

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

More
12 years 4 months ago #33372 by ggppdk
Replied by ggppdk on topic Problem in FC r1639
Yes , reported and fixed locally already, you could place a @ in front of the variable to suppress the warning


-- 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 4 months ago #33373 by tevez15
Replied by tevez15 on topic Problem in FC r1639
One more thing, about minigallery, when I upload a png image with transparent bg, he (FC) put a white background on image. I can fix that? :|

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

More
12 years 4 months ago #33376 by ggppdk
Replied by ggppdk on topic Problem in FC r1639
You mean thumbnailing ?

if so, in minigaller.php
Test this:

after:
Code:
$srcs = JURI::root().'components/com_flexicontent/librairies/phpthumb/phpThumb.php?src=' . $img_path . '&w='.$w_s.'&h='.$h_s.'&zc=1'; $srcb = JURI::root().'components/com_flexicontent/librairies/phpthumb/phpThumb.php?src=' . $img_path . '&w='.$w_l.'&h='.$h_l.'&zc=1';
add:
Code:
$ext = pathinfo($img_path, PATHINFO_EXTENSION); if ( in_array( $ext, array('png', 'ico', 'gif') ) ) { $srcs .= '&f='. $ext; $srcb .= '&f='. $ext; }


-- 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 4 months ago #33415 by eytanpierre
Replied by eytanpierre on topic Problem in FC r1639
Hello,

Where is the r1639 of FlexiContent ? I can't find it ! Is it a public version ?
Thank you !

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

More
12 years 4 months ago #33416 by micker
Replied by micker on topic Problem in FC r1639
It a beta version on svn ... waiting for final very soon ;)

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.836 seconds
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
Save