Search found 1921 matches

by Jo Morg
Wed Oct 12, 2022 2:37 pm
Forum: Modules/Add-Ons
Topic: FEU enhanced passwords
Replies: 8
Views: 3934

Re: FEU enhanced passwords

Ah yes, you need PHP 7.4 to run the most recent versions of CMSMSExt, MAMS, etc. Even CMSMS will require PHP 7.4 as a minimum in next release. We are trying to have everything ready for at least PHP 8.0 as fast as we can, if not PHP 8.1 right away. However at that point we'll have to motivate 3rd pa...
by Jo Morg
Wed Oct 12, 2022 10:24 am
Forum: Modules/Add-Ons
Topic: FEU enhanced passwords
Replies: 8
Views: 3934

Re: FEU enhanced passwords

rooon wrote: Wed Oct 12, 2022 9:32 am During installation of CMSMSExt (required for the MAMS module) there were errors.
Can you please elaborate? thx
by Jo Morg
Wed Aug 24, 2022 1:22 pm
Forum: Modules/Add-Ons
Topic: Pass parameter to UDT in formbuilder
Replies: 4
Views: 1209

Re: Pass parameter to UDT in formbuilder

I would use the form validation UDT option: Validation UDT. Set this for a form, and the UDT will receive all of the form's human-readable results. The UDT should do whatever validation it wants, and return an array with the first value being true or false (indication whether the form validates), an...
by Jo Morg
Fri Aug 19, 2022 9:37 pm
Forum: Dutch - Nederlands
Topic: de content van een bepaalde pagina in een andere laden
Replies: 12
Views: 7239

Re: de content van een bepaalde pagina in een andere laden

Code: Select all

{$foo=smx::get_page_content($alias[,$block])}{eval var=$foo}
Don't forget to eval whenever the content is not originally parsed by Smarty.
by Jo Morg
Thu Aug 11, 2022 1:38 pm
Forum: Modules/Add-Ons
Topic: MAMS gives error when saving a user
Replies: 2
Views: 675

Re: MAMS gives error when saving a user

Which version of FEU do you have installed? MAMS assumes FEU is 2.14.3.4, and it won't support FEU 3.x versions which are totally different and buggy. Also older versions than 2.14.3.4 may not have the required data structure for the import. Typically MAMS importer assumes FEU tables don't have mean...
by Jo Morg
Sat Jul 30, 2022 3:54 pm
Forum: CMSMS Core
Topic: debug_to_log() always active?
Replies: 4
Views: 1321

Re: debug_to_log() always active?

That's exactly right!
by Jo Morg
Fri Jul 29, 2022 4:02 pm
Forum: CMSMS Core
Topic: debug_to_log() always active?
Replies: 4
Views: 1321

Re: debug_to_log() always active?

As long as there is someone logged in in the backend, yes, there are a few debug_to_log calls that may still be active in the core and possibly in other 3rd party modules that will create entries for those specific users both in frontend and backend actions. The config entry only affects frontend ac...
by Jo Morg
Mon Jul 18, 2022 9:49 pm
Forum: Modules/Add-Ons
Topic: Embedding Forums
Replies: 1
Views: 509

Re: Embedding Forums

At the moment the only working Forums module is JM_Forums, but it only works with FEU. There is a fork in the works that will integrate with MAMS and will import data from old JM_Forums. I don't have a release date yet as a few other projects took precedence but I expect to have a release in a month...
by Jo Morg
Mon Jul 18, 2022 11:13 am
Forum: Modules/Add-Ons
Topic: Formbuilder syntax problem
Replies: 30
Views: 3846

Re: Formbuilder syntax problem

("Civilités" /{$civilit__s}) That would be Civilités = {$civilites} :) only the spaces are replaced by underscores, and diacritics are just removed or, if you will, replaced by their correspondent base character. Just as a note if the alias conflicts with the auto generated one, it won't ...
by Jo Morg
Mon Jul 18, 2022 10:36 am
Forum: Modules/Add-Ons
Topic: Formbuilder syntax problem
Replies: 30
Views: 3846

Re: Formbuilder syntax problem

Actually {$fbrp__....} should work too, I just double checked... This mode of operation is not great. For languages ​​with accents, if there is a special character in the field name... I don't know what this implies in terms of development, but being able to access the field via $fld_x ​​would be mu...
by Jo Morg
Mon Jul 18, 2022 9:34 am
Forum: Modules/Add-Ons
Topic: Formbuilder syntax problem
Replies: 30
Views: 3846

Re: Formbuilder syntax problem

try {$testform->required} or {$fld_29->required}... {$fbrp__....} was a typo from copy and pasting... my bad.
by Jo Morg
Sat Jul 16, 2022 11:19 am
Forum: Modules/Add-Ons
Topic: Formbuilder syntax problem
Replies: 30
Views: 3846

Re: Formbuilder syntax problem

The standard form "Contact Form" seem's to perfectly works. It keeps data when submited with an error (requested or validation) and back to the form. I'm probably making a huge mistake in my template. I do not see... Or in the form settings? So, back to the basics: validate the rendered f...
by Jo Morg
Fri Jul 15, 2022 11:14 am
Forum: Modules/Add-Ons
Topic: Formbuilder syntax problem
Replies: 30
Views: 3846

Re: Formbuilder syntax problem

A snippet from an old form I have, just changed the field variable to match yours: <div class="form-group {if $fb_form_has_validation_errors|default:false} {if $fbrp__37->valid}has-success{else}has-error{/if}{/if}"> <label for="{$fbrp__37->alias}">label here {if $fbrp__37->requir...
by Jo Morg
Thu Jul 14, 2022 5:11 pm
Forum: Modules/Add-Ons
Topic: Formbuilder syntax problem
Replies: 30
Views: 3846

Re: Formbuilder syntax problem

DIGI3 got it right although with a typo on one of the examples that might have mislead you... So objects have a syntax like $myfieldname->property_i_want_to_use. So $fbrp__28->required should work.

Code: Select all

{if $fbrp__28->valid === 0}{$fbrp__28->error}{/if}
by Jo Morg
Tue Jul 05, 2022 9:25 am
Forum: CMSMS Core
Topic: Help ! Site blank after trying to create UDT
Replies: 2
Views: 722

Re: Help ! Site blank after trying to create UDT

I suspect it may be something specific to your server PHP environment. I use UDTs all the time and, of course, make mistakes all the time. I work in many different server environments and never had the whole site down on account of an error on a UDT and not with one not being used in any page. Maybe...

Go to advanced search