FLEXIContent - v2.0.0 - final for J2.5 released (r1648)

More
12 years 3 months ago #22338 by Arkadiy
In r1133:
Plugin Minigallery - The images in the admin panel are arranged in a one very-very long line in the browser Google Chrome, and breacking layout of the page.

Form-action build error in the alpha-index, not on the flexicontent page remains.
The topic has been locked.
More
12 years 3 months ago #22339 by ggppdk
About mini-gallery, i did that on purpose to save space !!!, but it is supposed to -wrap- around at end of page, will test it.

About form-action, i guess it is an important bug not difficult to fix, will fix this today, before anything else.


-- 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...
The topic has been locked.
More
12 years 3 months ago #22361 by Arkadiy
r1113
In Fields list If you select any field and press the "new" selected field is opened for editing. If you press the "copy" pops up a warning that you need to select the field, although it is selected.
The topic has been locked.
More
12 years 3 months ago #22363 by ggppdk
I have registered this issue in the bug tracker.


-- 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...
The topic has been locked.
More
12 years 3 months ago #22395 by Arkadiy
\administrator\components\com_flexicontent\views\fileselement\tmpl\image.php
Code:
if (in_array($row->ext, $imageexts))
correct
Code:
$row->ext = strtolower($row->ext); if (in_array($row->ext, $imageexts))
Otherwise JPG - not image.
The topic has been locked.
More
12 years 2 months ago #22401 by Arkadiy
From all field-plugin:
1.
Code:
jimport('joomla.event.plugin');
wrong, correctly
a)
Code:
jimport('joomla.event.event');
(not right, but points to an existing file)
b)
Code:
jimport('joomla.plugin.plugin');

2.Сonnecting language files in plugins can sometimes cause an error.
Code:
JPlugin::loadLanguage('plg_flexicontent_fields_email', JPATH_ADMINISTRATOR);
Possibly it needs to be replaced by
Code:
$this->loadLanguage();
The more so because it is more correct function is not static and is invoked in violation of the standards.
The topic has been locked.
Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.320 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