Search found 1921 matches

by Jo Morg
Tue Sep 12, 2023 2:19 pm
Forum: Modules/Add-Ons
Topic: JM_forum problems
Replies: 1
Views: 357

Re: JM_forum problems

JM forum needs a user management module, in the case FrontEndUsers. As FrontEndUsers has been discontinued JM Forum is not being actively maintained since, as the migration of using FEU to start using MAMS would add a level of complexity that is not really in the scope of such a module. I have been ...
by Jo Morg
Tue Sep 12, 2023 2:08 pm
Forum: Modules/Add-Ons
Topic: formbuilder error 500
Replies: 5
Views: 904

Re: formbuilder error 500

Ok, so there seems to be a bug in either the xml file generator I'm using or the core (less likely but possible) xml install handler. In this case uploading the tar.gz archive downloaded from the forge should help. This will be fixed soon.
by Jo Morg
Mon Aug 21, 2023 10:15 am
Forum: Modules/Add-Ons
Topic: LISE - Very slow template/output
Replies: 5
Views: 1266

Re: LISE - Very slow template/output

Sorry for the late reply. I believe that, for the low number of records you have stated you have, there may be something else at play there. However, if I understood correctly, you need to only check for not empty condition, meaning any one record would make it true, no need to count them all. I wou...
by Jo Morg
Fri Aug 11, 2023 12:03 pm
Forum: Modules/Add-Ons
Topic: LISE - Very slow template/output
Replies: 5
Views: 1266

Re: LISE - Very slow template/output

There are a number of reasons why it can take a long time to render, in particular bad use of the templates for each tag call. I'd start by changing the main template a bit: {strip} {foreach from=$items item=item name=data} {* FIND LATEST REVISION & GET ID *} {LISEReports xs_project = $item->ite...
by Jo Morg
Wed Jul 05, 2023 11:55 am
Forum: Modules/Add-Ons
Topic: ERIDU Language Menu Template
Replies: 1
Views: 519

Re: ERIDU Language Menu Template

Hi James, at the moment Eridu uses this mechanism to set the language cookie for automatic redirects and fix the last used language. Although the cookie is optional, Eridu does not provide an alternative mechanism for the language at the moment. This may change in the future, I'm most likely add a f...
by Jo Morg
Tue Jun 20, 2023 12:37 pm
Forum: Modules/Add-Ons
Topic: LISE API Auto Generate Alias and URL
Replies: 4
Views: 960

Re: LISE API Auto Generate Alias and URL

mmm yeah the the UDTs work makes it a bit more difficult to use name spaces... how about this: #use LISE\api as LISE_API; /** * Load wanted LISE instance, where you wan't to save items. * If instance can't be loaded, it will silently return. */ $mod = \cms_utils::get_module('LISELessons'); if(!is_ob...
by Jo Morg
Tue Jun 20, 2023 10:48 am
Forum: Modules/Add-Ons
Topic: LISE API Auto Generate Alias and URL
Replies: 4
Views: 960

Re: LISE API Auto Generate Alias and URL

Although, for most uses, that UDT would work fine (usually a slug is not required for items unless some form of frontend access is required), there are several considerations to have in mind when doing a frontend submission to LISE: - security: make sure the submitters have any moderation mechanism ...
by Jo Morg
Tue Jun 06, 2023 12:50 pm
Forum: General Discussion
Topic: CMS Made Simple php 8.1
Replies: 9
Views: 6919

Re: CMS Made Simple php 8.1

My bad, some minor delays, almost there though. We will be able to do the typical release with both options: compact and expanded installers. It's a matter of days now.
I apologize for the delays.
by Jo Morg
Sun Jun 04, 2023 2:23 pm
Forum: CMSMS Core
Topic: High rate of malware attacks, also affecting 2.2.16
Replies: 3
Views: 2950

Re: High rate of malware attacks, also affecting 2.2.16

Hi Bergt, although we don't advise, and generally do not support, installing CMSMS in an ISS environment, there are a few suggestions that can be implemented no matter the environment: - once the site suffers an initial attack and depending on what was the vector and level of compromise, there is a ...
by Jo Morg
Fri May 19, 2023 2:39 pm
Forum: General Discussion
Topic: CMS Made Simple php 8.1
Replies: 9
Views: 6919

Re: CMS Made Simple php 8.1

At the moment, we're trying to solve an issue with the phar installer, however we're are planning to go ahead with the expanded installer by the end of next week, even if the regular phar isn't solved by then yet. That being the case, the regular phar installer will be released soon after.
by Jo Morg
Mon May 15, 2023 7:26 pm
Forum: Modules/Add-Ons
Topic: CRM Integration With Formbuilder
Replies: 5
Views: 973

Re: CRM Integration With Formbuilder

{ "FirstName":"Bob", "LastName":"Way", "CompanyEmail":bob@domain.com, "CompanyName":"BoB Test", "AdditionalFields":"contact_phone:=:078464868899", "Notes":"summary:=:Nature of your Enquiry[/]bod...
by Jo Morg
Thu Apr 20, 2023 11:49 am
Forum: General Discussion
Topic: Fork CGCalendar
Replies: 4
Views: 3815

Re: Fork CGCalendar

There is a fork almost ready to be released: Khronos. The delay has been related to other priorities having come up in the meantime. I urge people who may have some interest invested in these modules to help a bit by sponsoring them: sometimes a module is almost ready to be released but paid work co...
by Jo Morg
Wed Apr 19, 2023 4:46 pm
Forum: Modules/Add-Ons
Topic: Lise add custom field value to url template or alias template
Replies: 4
Views: 637

Re: Lise add custom field value to url template or alias template

@velden, you could eventually be able to pull that one off with some sort of placeholders in the template that could then be replaced in the save event via an UDT. It would probably have to be something along the lines [placehloder1]/[placehloder2].... etc and then on the UDT make the replacements, ...
by Jo Morg
Wed Apr 19, 2023 4:24 pm
Forum: Modules/Add-Ons
Topic: Lise add custom field value to url template or alias template
Replies: 4
Views: 637

Re: Lise add custom field value to url template or alias template

Not an easy feature to implement: as a custom field doesn't have a value until it is filled (whether it has been saved or not), the task has to be done via javascript, browser side, and AJAX, with all the implications it may have. I believe it can be implemented, but I'd have to play with the idea a...

Go to advanced search