All Videos in FLEXIcontent version 2.0.3 beta r1685

More
11 years 11 months ago #37359 by bau65
Yes, yes, I'll replace lines 561-567

Thanks

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

More
11 years 11 months ago #37372 by bau65
I've change the line 561 - 567 of flexicontent.fields.php as follow:
Code:
if (FLEXI_J16GE) { $_plgs = $field->parameters->get('plugins'); } else if $_plgs = $_plgs ? $_plgs : array(); { $_plgs = array($field->parameters->get('plugins')); } else { $_plgs = is_array($_plgs) ? $_plgs : explode('|', $_plgs); }
It's ok?

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

More
11 years 11 months ago #37373 by ggppdk
Hello,
no , you need to remove the if-elseif-else statement completly and replace it with the above given lines


-- 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 11 months ago #37374 by bau65
Hi, is right now?
Code:
$_plgs = null; if (!@$_plgs_loaded['__ALL__']) { JPluginHelper::importPlugin('content', $plugin = null, $autocreate = true, $dispatcher); $_plgs_loaded['__ALL__'] = 1; } } $_plgs = $field->parameters->get('plugins'); $_plgs = $_plgs ? $_plgs : array(); $_plgs = is_array($_plgs) ? $_plgs : explode('|', $_plgs); // Suppress some plugins from triggering for compatibility reasons, e.g. // (a) jcomments, jom_comment_bot plugins, because we will get comments HTML manually inside the template files $suppress_arr = array('jcomments', 'jom_comment_bot'); FLEXIUtilities::suppressPlugins($suppress_arr, 'suppress' );

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

More
11 years 11 months ago #37397 by ggppdk
Hello, nooo,

it is simple
- in file :
components/com_flexicontent/classes/flexicontent.fields.php
- for v2.0.3 beta (restore original just to make sure)
- replace lines 561-567 (the if-elseif-else statement) with:
Code:
$_plgs = $field->parameters->get('plugins'); $_plgs = $_plgs ? $_plgs : array(); $_plgs = is_array($_plgs) ? $_plgs : explode('|', $_plgs);


-- 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 11 months ago #37399 by bau65
Sorry for being a bit stupid :)
In any case I hope you understand I replaced the lines as in the screenshots.
I started to translate the file administrator in Italian by Transifexal are currently at 9%. Translation is very long
Attachments:

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

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