Search found 1826 matches
- Wed Apr 07, 2021 11:02 am
- Forum: Modules/Add-Ons
- Topic: Which modules to use to create a website for the sale of online courses?
- Replies: 3
- Views: 116
Re: Which modules to use to create a website for the sale of online courses?
Possible? Absolutely, one of our Dev Team members has actually developed a whole e-learning platform with CMSMS and a few other modules. Easy? well that will depend a lot on how fluent you are with CMSMS, Smarty, and possibly some PHP, in particular some UDTs that may be needed to tie everything tog...
- Fri Apr 02, 2021 10:43 pm
- Forum: Modules/Add-Ons
- Topic: LISE tag processing
- Replies: 2
- Views: 165
Re: LISE tag processing
https://www.smarty.net/docs/en/language ... n.eval.tpl
HTH
Code: Select all
{eval var = $fielddef.value}
- Fri Apr 02, 2021 3:26 pm
- Forum: General Discussion
- Topic: Question to the community about my own modules
- Replies: 10
- Views: 609
Re: Question to the community about my own modules
Not that I have much to say about what modules to get up to speed or not. I hope users will chime in on that. But I could not pass the opportunity to voice my warm welcome back
. Glad to hear from you!

- Mon Mar 29, 2021 7:07 pm
- Forum: Developers Discussion
- Topic: GetArray with $inputarr
- Replies: 4
- Views: 456
Re: GetArray with $inputarr
Yes to your 1st question, no to the 2nd. The query determines the result set in terms of rows and columns to be returned in the array.
- Sun Mar 28, 2021 8:38 pm
- Forum: Developers Discussion
- Topic: GetArray with $inputarr
- Replies: 4
- Views: 456
Re: GetArray with $inputarr
Apart from the fact that you didn't offer any clue of what the table structure is, including its name and prefix, if any, along with the columns names, which doesn't allow me to exclude any possible SQL syntax error, there is a misinterpretation of what $db->GetArray() actually does: the GetArray me...
- Sat Mar 27, 2021 7:02 pm
- Forum: Modules/Add-Ons
- Topic: Protect content with mams_protect problem with javascript
- Replies: 7
- Views: 254
Re: Protect content with mams_protect problem with javascript
OK so I just tested MAMS {mams_protect} block plugin and it works as expected even with multiple uses on the same page for different user groups. This leads me to conclude there is an issue with the JS logic that is breaking your code. In addition to all the suggested tests I would do some more simp...
- Mon Mar 22, 2021 8:39 pm
- Forum: CMSMS Core
- Topic: CMSMS eval vulnerability
- Replies: 6
- Views: 413
Re: CMSMS eval vulnerability
Looking at those I'll refer you back to my original reply since they all require authentication. There are situations where we may tighten up a bit security specifically where there is a risk of escalation of rights and there is no mitigation via permission granularity and we'll do it as time permit...
- Mon Mar 22, 2021 4:43 pm
- Forum: CMSMS Core
- Topic: CMSMS eval vulnerability
- Replies: 6
- Views: 413
Re: CMSMS eval vulnerability
To be clear my initial comment was related to the RCE not your post which is a pertinent question.
WRT to your last post: do you have a link that we can follow? Thanks.
WRT to your last post: do you have a link that we can follow? Thanks.
- Mon Mar 22, 2021 4:05 pm
- Forum: CMSMS Core
- Topic: CMSMS eval vulnerability
- Replies: 6
- Views: 413
Re: CMSMS eval vulnerability
Sorry but hat is not a vulnerability: "Reproduction Steps: 1. Login as administrator user and navigate to Extensions->User Defined Tags" Soooo... you need to login as administrator to hack your own site?.... really??? Please read: https://www.cmsmadesimple.org/community/get-involved/report-a-vulnera...
- Tue Mar 16, 2021 10:24 pm
- Forum: CMSMS Core
- Topic: Cannot upgrade very old CMSMS site (1.11.x to 2)
- Replies: 3
- Views: 231
Re: Cannot upgrade very old CMSMS site (1.11.x to 2)
Apparently the file lib/content.functions.php is missing from your install, either because it was not uploaded at all or because the server deleted it (probably a false positive for an anti-virus or something). Additionally have you uploaded the files via FTP? If so try a different method for upload...
- Thu Mar 11, 2021 12:29 pm
- Forum: Modules/Add-Ons
- Topic: NMS (Newsletter Made Simple) replacement
- Replies: 2
- Views: 172
Re: NMS (Newsletter Made Simple) replacement
I'm working on a suite of modules that will cover a range of emailing tasks for a site, from simple notifications to mass-mailing including newsletters. It will also work in conjunction with LISE as the source of the list(s). It is still in a very raw status and will take some months before it is pr...
- Wed Mar 10, 2021 11:17 am
- Forum: CMSMS Core
- Topic: Reduce server response times (TTFB)
- Replies: 22
- Views: 1003
Re: Reduce server response times (TTFB)
Thank you, appreciated.
- Tue Mar 09, 2021 8:09 pm
- Forum: CMSMS Core
- Topic: Duplicate content block: content_en - content page error
- Replies: 13
- Views: 525
Re: Duplicate content block: content_en - content page error
content_en always refers to the main {content} block so the one without the block= parameter in it. Which means that, assuming this is a recent issue that you have not experienced before, you most likely have, as DIGI3 already pointed out, a hidden default content tag somewhere. As it seems that it...
- Tue Mar 09, 2021 7:49 pm
- Forum: CMSMS Core
- Topic: Reduce server response times (TTFB)
- Replies: 22
- Views: 1003
Re: Reduce server response times (TTFB)
@JoMorg - When will you improve LISE module? How can I support You? Support most of the time takes the form of donations or sponsorship: you can donate (there is a paypal button on LISE's help page or you can contact me directly by PM here on the forum); or sponsor a feature that has to meet as a r...
- Thu Mar 04, 2021 1:46 pm
- Forum: Modules/Add-Ons
- Topic: Migrate from CGBlog to LISE
- Replies: 5
- Views: 372
Re: Migrate from CGBlog to LISE
We are in the process of making a tutorial for that purpose, which will probably be useful for other modules too. Of course, one of the steps will be always the creation of the custom fields and that for now should be done manually. For most cases there won't be that many fields that would make that...