Search found 1611 matches

by DIGI3
Mon Apr 15, 2024 10:03 pm
Forum: CMSMS Core
Topic: Home without index.php
Replies: 3
Views: 84

Re: Home without index.php

I'm not sure that would be possible, or a good idea if it was. You'll likely just end up in some infinite loop.
by DIGI3
Mon Apr 15, 2024 7:58 pm
Forum: CMSMS Core
Topic: Home without index.php
Replies: 3
Views: 84

Re: Home without index.php

It looks like you've done it correctly, is there any chance your DirectoryIndex isn't configured correctly, and/or you have an index.html or similar file in your site's directory?
by DIGI3
Mon Apr 15, 2024 1:58 pm
Forum: CMSMS Core
Topic: Add code to more than one template
Replies: 2
Views: 63

Re: Add code to more than one template

Generally you wouldn't add PHP directly to your templates, as the power of CMSMS is in the Smarty templating engine - and most functions suitable for templates can be done in Smarty. If you do need PHP for specific functions, or when it's more efficient non-template logic, you can use User Define Ta...
by DIGI3
Thu Apr 11, 2024 11:38 pm
Forum: Modules/Add-Ons
Topic: Khronos issues
Replies: 2
Views: 149

Re: Khronos issues

Looks quite similar to this known issue: http://dev.cmsmadesimple.org/bug/view/12678
by DIGI3
Tue Apr 09, 2024 1:13 pm
Forum: General Discussion
Topic: Show Php version module compatibility on forge
Replies: 8
Views: 391

Re: Show Php version module compatibility on forge

It's not really possible on the current forge, but it's very high on the wish list for the replacement (whatever form that ends up taking). I'd also love to see Module Manager check for it too.
by DIGI3
Mon Apr 08, 2024 5:45 pm
Forum: Announcements
Topic: Upcoming CMSMS 2.2.20 release
Replies: 0
Views: 118

Upcoming CMSMS 2.2.20 release

In our most recent newsletter, we announced that we would be attempting to release updates on a scheduled date, starting with 2.2.20 on April 8, 2024 (today). While we do have a release candidate ready, we are still chasing down some issues with the phar installer on newer PHP versions. To this end,...
by DIGI3
Mon Apr 08, 2024 1:55 pm
Forum: CMSMS Core
Topic: recreating/recovering/upgrading old cms site
Replies: 13
Views: 851

Re: recreating/recovering/upgrading old cms site

For the menumanager thing it might be a php version, I'm not sure. Once you get to 2.x you'll want to switch your menus to Navigator anyway. To change the admin theme you do it in My Preferences > My Account (nav might be slightly different in 1.x, I can't remember that far back).
by DIGI3
Mon Apr 08, 2024 12:14 am
Forum: CMSMS Core
Topic: recreating/recovering/upgrading old cms site
Replies: 13
Views: 851

Re: recreating/recovering/upgrading old cms site

Probably fine, but if it gives you trouble you could always remove TinyMCE - it's not part of the core after (I think) 2.0 (?), when we switched to microtiny.
by DIGI3
Thu Apr 04, 2024 2:57 pm
Forum: CMSMS Core
Topic: Pages up and down arrows is missing
Replies: 1
Views: 117

Re: Pages up and down arrows is missing

This usually means you have one or more pages locked. You can use the "remove content locks" link to unlock everything if you're sure no other editors are working on a page, and/or check that you don't have any pages open for editing in another tab.
by DIGI3
Fri Mar 29, 2024 1:37 pm
Forum: French - Français
Topic: 2.2.20 ?
Replies: 16
Views: 2001

Re: 2.2.20 ?

Ah yes, I'm so embarrassed that I chose to spend time with my family, or working with my clients, than satisfying your constant need to point out how we're not volunteering hard enough to satisfy your needs.
by DIGI3
Wed Mar 27, 2024 1:28 pm
Forum: CMSMS Core
Topic: recreating/recovering/upgrading old cms site
Replies: 13
Views: 851

Re: recreating/recovering/upgrading old cms site

Sounds like you're on the right track. I generally back up the files and db after each version jump (e.g. at 1.6.7, 1.7.1, 1.8.2, etc) as something is bound to go wrong and it would suck to start over at the beginning. Another handy tip is if things fail after an upgrade, it's likely a third-party m...
by DIGI3
Mon Mar 25, 2024 2:28 pm
Forum: CMSMS Core
Topic: recreating/recovering/upgrading old cms site
Replies: 13
Views: 851

Re: recreating/recovering/upgrading old cms site

The users should be in cms_users, the easiest option is to change the associated email address in the database, then use the 'forgot password' functionality on the admin screen. This relies on the email configuration the site had still being valid, but if it's relatively generic (e.g. not using an u...
by DIGI3
Wed Mar 20, 2024 8:33 pm
Forum: Modules/Add-Ons
Topic: Passing Default values to FormBuilder Multiselect
Replies: 7
Views: 9460

Re: Passing Default values to FormBuilder Multiselect

It's possible it doesn't handle that properly for multiselects when using the default template (the help specifically says it's for fields with a single value), but if you can confirm it's actually passing in all the values as a csv you should be able to create the field manually instead of using $e...
by DIGI3
Sun Mar 17, 2024 2:11 pm
Forum: Modules/Add-Ons
Topic: LISE orderby custom field not working
Replies: 2
Views: 103

Re: LISE orderby custom field not working

Also realizing this could be a strict mode issue with mysql - if you have control to either turn off strict mode or disable ONLY_FULL_GROUP_BY mode, you might want to try that. See https://stackoverflow.com/questions/239 ... l-group-by
by DIGI3
Sun Mar 17, 2024 1:54 pm
Forum: Modules/Add-Ons
Topic: LISE orderby custom field not working
Replies: 2
Views: 103

Re: LISE orderby custom field not working

I wasn't able to recreate this problem, I tried a lot of different combinations. One thing that could be considered a bug is that if you use orderby_custom and an item doesn't have that field populated, it will be omitted. My expectation is that it would just be at the top/bottom. The only thing I c...

Go to advanced search