Search found 1777 matches

by DIGI3
Fri Jun 13, 2025 1:38 pm
Forum: Modules/Add-Ons
Topic: Embedd Instagram Feed to cmsms website?
Replies: 1
Views: 69

Re: Embedd Instagram Feed to cmsms website?

There's no unique-to-cmsms method, just use one of the many available javascript options out there. There are free and paid ones, depending on the amount of functionality you need. Remember when pasting javascript into a cmsms template to either wrap it in {literal} {/literal} tags, or edit the js t...
by DIGI3
Mon Jun 09, 2025 3:10 pm
Forum: CMSMS Core
Topic: Upgrading a very old version
Replies: 2
Views: 111

Re: Upgrading a very old version

There are going to be some challenges with a site that age, and even with instructions there could be a few hidden gotchas with customizations, User Defined Tags, etc. We'll try to help where we can, but suggest you make interim backups each time you get past a step. We also have devs available for ...
by DIGI3
Fri Jun 06, 2025 2:31 pm
Forum: Developers Discussion
Topic: Colors and fonts
Replies: 1
Views: 84

Re: Colors and fonts

This article is a bit dated, but still applies: https://cmscanbesimple.org/blog/customi ... king-files
by DIGI3
Thu Jun 05, 2025 9:16 pm
Forum: Layout and Design (CSS & HTML)
Topic: Best practices for custom styling in CMS Made Simple for ecommerce platforms like WISMOlabs?
Replies: 1
Views: 385

Re: Best practices for custom styling in CMS Made Simple for ecommerce platforms like WISMOlabs?

CMSMS does not interfere with your html/css at all, so there are no limitations of this type. Best practice is to use Design Manager to manage your templates and stylesheets.
by DIGI3
Fri May 30, 2025 1:11 pm
Forum: CMSMS Core
Topic: Undefined array key "public_cache_location"
Replies: 2
Views: 1264

Re: Undefined array key "public_cache_location"

What happens if you comment out the public cache location line in config?
by DIGI3
Thu May 29, 2025 11:09 pm
Forum: CMSMS Core
Topic: a problem with adding PHP to template with UDT
Replies: 3
Views: 556

Re: a problem with adding PHP to template with UDT

There is a bug in the current version where it processes the submitted code instead of just verifying it, so any PHP errors in your code or anything not parsable in admin will cause it to white screen on submit. Best option for now is to use a plugin instead of a UDT - then you should only get error...
by DIGI3
Wed May 28, 2025 1:46 pm
Forum: Modules/Add-Ons
Topic: LISE: A way to accept an invalid url?
Replies: 5
Views: 463

Re: LISE: A way to accept an invalid url?

Without editing the module code, any workaround is only going to stay in place until you edit the item. I don't think the intention was ever to "ban" double hyphens, it's just a feature to keep things clean and was probably in the original List-It module from ~15 years ago. I think it's fa...
by DIGI3
Tue May 27, 2025 10:57 pm
Forum: Modules/Add-Ons
Topic: LISE: How to keep filter values after performing a search?
Replies: 7
Views: 642

Re: LISE: How to keep filter values after performing a search?

Nothing out of the box, ideally the search wouldn't use POST but it does, so that's expected browser behaviour. I'm not sure how hard it would be to switch it to GET, so using AJAX would probably be the best solution. If that's not worth the effort, a relatively easy workaround could be to use javas...
by DIGI3
Tue May 27, 2025 2:53 pm
Forum: CMS Show Off
Topic: New Install Issues: White Screen After Setup — Any Fix?
Replies: 1
Views: 405

Re: New Install Issues: White Screen After Setup — Any Fix?

There should definitely be something in your php error log, assuming logging is enabled and configured correctly. It could be a number of things but without an error log they'll just be guesses.
by DIGI3
Tue May 27, 2025 2:51 pm
Forum: Modules/Add-Ons
Topic: LISE: A way to accept an invalid url?
Replies: 5
Views: 463

Re: LISE: A way to accept an invalid url?

Other than editing the module's code to skip the reformatting, I think your options would be: edit them in the DB after creation (you could perhaps put in a specific character to then do a search/replace for) export items as csv, update the fields, then import add a different character then use url ...
by DIGI3
Sun May 25, 2025 11:57 pm
Forum: Modules/Add-Ons
Topic: LISE: How to keep filter values after performing a search?
Replies: 7
Views: 642

Re: LISE: How to keep filter values after performing a search?

I just checked one I did many years ago, and I retrieved the values from $smarty.post data after submission, something like: <input name="mysearchfield" value="{$smarty.post.mysearchfield}"></input> Similar thing, you should be able to find the submitted values with {$smarty.post...
by DIGI3
Sun May 25, 2025 2:58 pm
Forum: Modules/Add-Ons
Topic: LISE: How to keep filter values after performing a search?
Replies: 7
Views: 642

Re: LISE: How to keep filter values after performing a search?

You should be able to see most of the search parameters by putting this in your template temporarily: <pre>{$actionparams|print_r}</pre> You can then use those variables in your templates to check for existing parameters and apply them to your dropdowns etc. Something along the lines of: <input name...
by DIGI3
Mon May 19, 2025 2:16 pm
Forum: Developers Discussion
Topic: Compare it to Coranto
Replies: 2
Views: 458

Re: Compare it to Coranto

I'm not familiar with Coranto, but I will say that CMSMS does assume you have some development experience. It's designed to be simple and powerful for developers who can then make sites easy to manage for content editors.
by DIGI3
Fri May 16, 2025 4:22 pm
Forum: CMSMS Core
Topic: Too many redirects
Replies: 3
Views: 336

Re: Too many redirects

Try commenting out your .htaccess file first, see if that clears up the redirects issue. Also check the browser console for mixed content issues etc., especially in admin. Also make sure you aren't out of disk space or anything. Do each test in a new incognito window after closing any other open one...
by DIGI3
Thu May 15, 2025 1:39 pm
Forum: Developers Discussion
Topic: How can I generate a module-xml file?
Replies: 1
Views: 329

Re: How can I generate a module-xml file?

Make sure you have developer_mode enabled (see https://docs.cmsmadesimple.org/configur ... loper_mode) then you can export the xml from Module Manager.

Go to advanced search