Search found 197 matches
- Tue Jun 03, 2025 3:02 pm
- Forum: Modules/Add-Ons
- Topic: Challenges Integrating Real-Time Embedded Visualizations into CMS Made Simple Templates
- Replies: 1
- Views: 264
Re: Challenges Integrating Real-Time Embedded Visualizations into CMS Made Simple Templates
I'm not sure that CMSMS would be causing any particular issues, but may how it is being used. If you are including js within page templates then to need to make sure it's not being recognised as containing smarty delimiters { & } e.g. by using {literal tags} see: https://www.smarty.net/docsv2/en...
- Sun Mar 16, 2025 10:05 pm
- Forum: Modules/Add-Ons
- Topic: TinyCME is not working after installation
- Replies: 2
- Views: 3148
Re: TinyCME is not working after installation
There is some bugs in the current version of TinyMCE when working with PHP8, for now I'd recommend using the simplified core version of MicroTiny.
Hopefully a fixed version of TinyMCE will be out soon.
Chris
Hopefully a fixed version of TinyMCE will be out soon.
Chris
- Wed Mar 05, 2025 8:43 pm
- Forum: Developers Discussion
- Topic: Simple Steps for Converting a WordPress Website to a CMS
- Replies: 1
- Views: 1061
Re: Simple Steps for Converting a WordPress Website to a CMS
Hi, As far as I know the only option at the moment is the ImportExport module that I have started working on. https://dev.cmsmadesimple.org/projects/importexport So far it will import WP posts into a LISE Instance but I haven't worked on importing WP pages into Content Manager. Importing Products is...
- Thu Feb 13, 2025 9:42 am
- Forum: Developers Discussion
- Topic: Load photos into module
- Replies: 2
- Views: 1347
Re: Load photos into module
Hi Martin, FileManager will do some of that but as far as I know not the resizing or converting. It will do some of the sanitizing but you might need to add a few checks yourself. The ECB2 module uses Dropzone to handle image imports and it does work really well. It's fairly easy to implement. There...
- Thu Jan 23, 2025 1:28 pm
- Forum: General Discussion
- Topic: TinyMCE
- Replies: 30
- Views: 42736
Re: TinyMCE
It's in progress just not getting enough time to complete it. Trying to juggle too many jobs. I have a few clients chasing me for it too so hopefully not long now.
- Mon Dec 09, 2024 9:29 am
- Forum: General Discussion
- Topic: TinyMCE
- Replies: 30
- Views: 42736
Re: TinyMCE
Yup. Planned before the end of the year
- Mon Nov 11, 2024 9:56 am
- Forum: Help Wanted (commercial)
- Topic: Multi File Select Field Definition -> multi image picker for LISE or Gallery
- Replies: 3
- Views: 36565
Re: Multi File Select Field Definition -> multi image picker for LISE or Gallery
Hi Johnny, I could do something like that with ECB2, Gallery field. Optionally have it just use images from a specific directory, that you can select multiple images from. Woul dthat meet your requirements? For now that would only work in a Content Page, but JoMorg is working on a feature that will ...
- Tue Oct 22, 2024 10:04 am
- Forum: Modules/Add-Ons
- Topic: ECB2 (Enhanced Content Blocks) Support Page
- Replies: 30
- Views: 22070
Re: ECB2 (Enhanced Content Blocks) Support Page
Hi @musicscore, I added in the Smarty call just as you had it and it worked, mostly, as expected. There was a new tab added 'Pagina Settings' with a select that was empty (as I didn't have a dir 'background-images'): {content_module module="ECB2" field="file_selector" block="...
- Mon Sep 23, 2024 6:20 pm
- Forum: CMSMS Core
- Topic: new design is ignored
- Replies: 7
- Views: 3703
Re: new design is ignored
Try working through the PHP error logs to see what is breaking it. Also double check the PHP version that is being used.
It sounds like there was another issue hiding in the background.
It sounds like there was another issue hiding in the background.
- Mon Sep 23, 2024 8:27 am
- Forum: CMSMS Core
- Topic: stubborn 'unable to load template' error
- Replies: 2
- Views: 2293
Re: stubborn 'unable to load template' error
This seems similar to your other post: https://forum.cmsmadesimple.org/viewtopic.php?p=351436 My suggestion would be to also try changing the template to a different template, even a very basic functional one, to see if the error goes away. It sounds like a very frustrating error. Will try to help i...
- Mon Sep 23, 2024 8:24 am
- Forum: CMSMS Core
- Topic: new design is ignored
- Replies: 7
- Views: 3703
Re: new design is ignored
In ContentManager, edit the page you are changing, on the Options tab, is the new Design and Template selected. If it is then try a temporary mod to see if the template changes on the admin page, e.g. add in ... {content block=test_block label="Test Content Block" online=1} ... and see if ...
- Mon Sep 23, 2024 8:05 am
- Forum: Modules/Add-Ons
- Topic: is TinyMCE still a possibility
- Replies: 17
- Views: 9039
Re: is TinyMCE still a possibility
Hi Jan, It definitely should work installing it via the XML file. Alternatively if you copy the zip file into /modules, and expand it so that all the modules files are in /modules/TinyMCE and that the file /modules/TinyMCE/TinyMCE.module.php exists then the module manager should be able to 'see' the...
- Mon Sep 02, 2024 3:05 pm
- Forum: Danish - Dansk
- Topic: BrugerID og adgangskode parsing
- Replies: 1
- Views: 31257
Re: BrugerID og adgangskode parsing
Hi Henrik,
I don't believe that such an option exists for CMSMS. Either sharing the CMSMS authentication or CMSMS able to authenticate users based on a third party authentication, like Facebook, Google etc. Neither is possible. Sorry.
Chris
I don't believe that such an option exists for CMSMS. Either sharing the CMSMS authentication or CMSMS able to authenticate users based on a third party authentication, like Facebook, Google etc. Neither is possible. Sorry.
Chris
- Sat Aug 24, 2024 4:34 pm
- Forum: Modules/Add-Ons
- Topic: is TinyMCE still a possibility
- Replies: 17
- Views: 9039
Re: is TinyMCE still a possibility
Hi Jan, the latest version 2.2.21 should run just fine on 7.4. I am planning on getting to the upgrade of TinyMCE in the next few weeks. I also prefer to use it and add in quite a few little extra features for clients that MicroTiny doesn't have. In the interim I am just using MicroTiny - hopefully ...
- Sat Aug 24, 2024 12:49 pm
- Forum: Feature ideas
- Topic: Recycle Bin - working module ready to be contributed
- Replies: 6
- Views: 49599
Re: Recycle Bin - working module ready to be contributed
Hi, that module is ready to be added to the CMSMS Forge as soon as the project folders are created. I've also set up a Github repository for it: https://github.com/kiwichrisbt/RecycleBin This also includes the 'Issues' that are the feature requests you listed above, or the ones that I believe are fe...