Olivier Nolbert
Olivier Nolbert
Fixes the retrieving of the stored task Id value in JSON for the field editing and the applying of it in the JS code for it to be processed.
Hi, If a tag field is set for a content type with 'standard|article|tags' as storage, it's correctly stored when filled from a form. But, let's say you have some code,...
https://www.seblod.com/community/forums/fields-plug-ins/seblod-4-multi-site-field-guest-only-group-doesn-t-have-a-default-value If you need a quick fix on your website, you can run this SQL query : `ALTER TABLE `#__cck_core_sites` CHANGE `guest_only_group` `guest_only_group` INT(10) UNSIGNED NOT NULL DEFAULT '0';`
This code fixes the error on saving fields on J4.x/S4.1.1 with storage column type set as DATE or DATETIME. It sets default value to NULL instead of 0 and conditionally...
**Issue** : When we configure the button free to preform a task and call a process, the javascript code is encapsuled in a 'document.location.href' which avoids the button to work....
if..then..else block has been commented and replaced with DateTime::createFormat method for user Time Zone to be correctly processed in PHP8. No impact on Websites still under PHP 7.4
Hi, The SEBLOD system plugin which manages user guest init on load depending on multisite Yes/No seems to use method (Session) to set the SEBLOD Guest User that is not...