Search found 1598 matches

by DIGI3
Sun Mar 17, 2024 2:11 pm
Forum: Modules/Add-Ons
Topic: LISE orderby custom field not working
Replies: 2
Views: 54

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: 54

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...
by DIGI3
Mon Mar 11, 2024 2:32 pm
Forum: CMSMS Core
Topic: recreating/recovering/upgrading old cms site
Replies: 1
Views: 281

Re: recreating/recovering/upgrading old cms site

For the 1.x series you need to upgrade incrementally to 1.12.2 before you install any 2.x. version Here's the instructions: https://docs.cmsmadesimple.org/upgrading/old-versions You may also need to switch PHP versions a couple of times during the upgrade, it can be a challenge depending on how many...
by DIGI3
Mon Mar 11, 2024 2:25 pm
Forum: General Discussion
Topic: CMSMS evolution
Replies: 5
Views: 364

Re: CMSMS evolution

Yes, lots of old tech that needs to be replaced. Ideally it will all be easier once we redo the Forge.
by DIGI3
Fri Mar 08, 2024 2:44 pm
Forum: General Discussion
Topic: CMSMS evolution
Replies: 5
Views: 364

Re: CMSMS evolution

I think the only way to see recently updated modules would be at http://dev.cmsmadesimple.org/project/latest_files - no way to filter just ones worked on by the Foundation devs though. We're hoping for some more PHP 8.2 updates on the core before the release but it may not have all warnings/notices ...
by DIGI3
Thu Mar 07, 2024 2:28 pm
Forum: General Discussion
Topic: CMSMS evolution
Replies: 5
Views: 364

Re: CMSMS evolution

The team working on the git migration haven't completed it yet, but it is still in the works. Development on the core hasn't moved, but has still mostly been focused on forks and maintenance of popular modules.
by DIGI3
Tue Mar 05, 2024 5:34 am
Forum: Modules/Add-Ons
Topic: Products export in 2012 module
Replies: 7
Views: 328

Re: Products export in 2012 module

It may have been added in a later version. You could try upgrading, but that would probably be more work than using the template method.
by DIGI3
Sun Mar 03, 2024 3:34 pm
Forum: CMSMS Core
Topic: Blank website after clearing cache (Help most apreciated)
Replies: 3
Views: 4095

Re: Blank website after clearing cache (Help most apreciated)

Sorry, I should have mentioned you should clear the cache after making any server changes such as the PHP version. I would hold off switching to PHP 8.2 until the core (and any of your third-party modules) supports it, and update or comment out your UDTs before upgrading too.
by DIGI3
Sun Mar 03, 2024 2:09 pm
Forum: CMSMS Core
Topic: Blank website after clearing cache (Help most apreciated)
Replies: 3
Views: 4095

Re: Blank website after clearing cache (Help most apreciated)

I would restore the db to before you deleted the udt's (as now you'll get an error when it tries to find them, unless you also removed any references to them in your templates) and then try dropping PHP down to 8.1, or 7.4 if that doesn't work.
by DIGI3
Fri Mar 01, 2024 11:53 pm
Forum: Layout and Design (CSS & HTML)
Topic: In Firefox on Android div runs out of the parent div
Replies: 6
Views: 305

Re: In Firefox on Android div runs out of the parent div

I think having the fixed width on the NewsSummary boxes is part of it, you could try changing that to a max-width. I can actually see the issue starting to creep in on other browsers and devices, it seems more width-related than browser. It also really breaks on desktop browsers with a narrow width....
by DIGI3
Fri Mar 01, 2024 5:50 pm
Forum: Modules/Add-Ons
Topic: Products export in 2012 module
Replies: 7
Views: 328

Re: Products export in 2012 module

It's hard to say without seeing the site, the error logs, etc - they could be not showing up due to a php error where the host has upgraded php beyond what a ~12 year old install can support for example. Or the module might have a filter, I haven't used Products in a long time so not sure. You might...
by DIGI3
Fri Mar 01, 2024 5:46 pm
Forum: Layout and Design (CSS & HTML)
Topic: In Firefox on Android div runs out of the parent div
Replies: 6
Views: 305

Re: In Firefox on Android div runs out of the parent div

There's a number of unclosed p and div elements, I'd clean those up first. Some browsers are more finicky about that than others. There's also two items with the ID of toggle-menu which will likely cause other issues.
by DIGI3
Thu Feb 22, 2024 2:24 pm
Forum: CMSMS Core
Topic: Where to add external sources (Javascripts)
Replies: 3
Views: 340

Re: Where to add external sources (Javascripts)

If you mean the files, the assets folder is ideal - I usually make a 'js' folder inside it. If you mean the script tags, usually just before the closing <__body> tag. You might also want to look at CMSMSExt for {xtjs_add} and its related tags.
by DIGI3
Wed Feb 21, 2024 5:35 pm
Forum: CMSMS Core
Topic: When logged in Images are visible, when logged out, they disappear
Replies: 2
Views: 165

Re: When logged in Images are visible, when logged out, they disappear

The main difference between being logged in or not logged in is that caching is disabled when logged in - so that's probably a clue. Do you have Smarty Caching enabled? If so, disable it. If you have anything else that could affect caching that's the next place to look - some hosts add their own lay...
by DIGI3
Fri Feb 16, 2024 3:35 pm
Forum: CMSMS Core
Topic: Content Manager - how to display the image
Replies: 2
Views: 202

Re: Content Manager - how to display the image

I generally use that field for building image navs, as it can be accessed in Navigator templates with $node->image. To access it in a page template you can use {$pageVars.pageImage}. Personally I'd use {content_image} instead as then you can set a lot more parameters and put it in a tab editors will...

Go to advanced search