Results 29 issues of Giuse69

After upgrade from 4.0.6 to 4.1, when I try to edit in backend any object of a custom type that uses the JFormAssociation field, I get a critical error `"Cannot...

In plugins/search/cck/cck.php, function _buildQueryOrdering, line 613 there is `$str = explode( 'FROM', $str );` to split the part of the query before the FROM and the part after it and...

In Seblod 3 on Joomla 3, I have an extremely wide use of `$uri->get('lang')` to retrieve current language in various SQL fields (Search Query, SQL Query) and use it to...

Hi, add "Article Association" field to a Seblod content type, then try to create a new item: the association field does not appear and if you try to save the...

Some plugins lack the INI language files: plg_cck_field_validation_function_1.1.0, plg_cck_field_validation_regex_1.1.0, plg_cck_field_checkbox_dynamic_1.8.0 (both english and french). I don't know if also other plugins that I don't use.

Hi, in Seblod 4 when creating a menu item wth alias M_ALIAS to a form of a content type C_TYPE, the SEF URL that is generatel is `/M_ALIAS/form/C_TYPE` while it...

In the JForm Media field, the "image alt" attribute can be filled with the value of another field, but that seems not to work: the value of the field is...

Hi, I didn't find a way to search by folder (column "position" in the search results). Position: or "Folder:" seems not work. How to do that? thanks a lot Giuse

Hi, historically JComments uses the table #__jcomments_object_table to link the commented article in the backend, but: 1. it stores the title and URL of the commented object/article, so if the...

improvements