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

More
13 years 11 months ago #22237 by Arkadiy
Alpha-index on frontpage not work/ Link on frontpage
Code:
http://argens.ru/&letter=e
Look argens.ru/

\components\com_flexicontent\views\category\view.html.php
Code:
$this->assign('action', $uri->toString());
Code:
$uri =& JFactory::getURI();
This is not correct, action must be done manually.
The topic has been locked.
More
13 years 11 months ago #22254 by micker
strange
on 2.0 - prerc3 r 1110 when i display a date field ...
Code:
array
...
;)

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]
The topic has been locked.
More
13 years 11 months ago #22267 by ggppdk

Arkadiy wrote: Alpha-index on frontpage not work/ Link on frontpage

Code:
http://argens.ru/&letter=e
Look argens.ru/

\components\com_flexicontent\views\category\view.html.php
Code:
$this->assign('action', $uri->toString());
Code:
$uri =& JFactory::getURI();
This is not correct, action must be done manually.


Yes i was about to fix this bug, it should not be difficult to fix, the problem is in the template file, we have an issue open:
code.google.com/p/flexicontent/i ... %20Summary
Subscribe to it to be notified of the fix

micker wrote: strange
on 2.0 - prerc3 r 1110 when i display a date field ...

Code:
array
...
;)


try displaying value [0], and using print_r
where do you try to display it ? please open a new forum thread


-- 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 review. Thanks!
The topic has been locked.
More
13 years 11 months ago #22336 by ggppdk
In r1133:

# Frontend category view (J1.7):
(a) Fixed and cleaned up ACL,
(b) Behavioral improvements and minor fixes for filters, item count, assigned items, alpha-index,
(c) Added support in frontend category view for "Author Items" and "My Items" Joomla Menu Items,
(d) Prepared support for future Backend Author management

So frontend category view 's ACL is 100% done, only if some bug was introduced (i hope not)

Will clean frontend item view ACL, Fix category tree, and update for J2.5, then will close remaining bugs

Will be in forums again after Thursday evening.

Regards


-- 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 review. Thanks!
The topic has been locked.
More
13 years 11 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
13 years 11 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 review. Thanks!
The topic has been locked.
More
13 years 11 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
13 years 11 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 review. Thanks!
The topic has been locked.
More
13 years 11 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
13 years 11 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
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