Search found 1617 matches

by DIGI3
Sun Jan 14, 2024 6:08 pm
Forum: CMSMS Core
Topic: Fallback image if content_image is not set
Replies: 3
Views: 511

Re: Fallback image if content_image is not set

Right - I did that before coffee and got the parameter in the wrong spot. Glad you figured it out.
by DIGI3
Sun Jan 14, 2024 5:03 pm
Forum: CMSMS Core
Topic: Fallback image if content_image is not set
Replies: 3
Views: 511

Re: Fallback image if content_image is not set

Because {content_image} is a tag and not a variable, it doesn't quite work the same. Try something like this:

Code: Select all

{content_image assign='content_image'}
<img src="{$content_image|default:'/uploads/images/headers/header_default_o.jpg' urlonly=1}">
by DIGI3
Thu Jan 11, 2024 4:46 pm
Forum: General Discussion
Topic: [Solved] Private messages BUG
Replies: 16
Views: 2350

Re: Private messages BUG

Is it only the "Out" box that's causing an issue for you? That just contains sent messages that haven't been read yet. Once they're read, they'll be in "Sent". For me, all of the boxes work so I can't recreate the issue - but I am having one with trying to send messages. We're st...
by DIGI3
Thu Jan 11, 2024 4:28 pm
Forum: General Discussion
Topic: [Solved] Private messages BUG
Replies: 16
Views: 2350

Re: Private messages BUG

Thanks, we're looking into it (there's other PHP version related issues with the messaging functionality).
by DIGI3
Thu Jan 11, 2024 3:10 pm
Forum: General Discussion
Topic: SMTP error
Replies: 5
Views: 611

Re: SMTP error

Check that there's no disposition in the form that changes the "from" address, as these will override the CMSMS config. There's specific ones that will let you make it the "reply-to" instead.
by DIGI3
Thu Jan 11, 2024 2:50 pm
Forum: General Discussion
Topic: SMTP error
Replies: 5
Views: 611

Re: SMTP error

Which module is the form using?
by DIGI3
Thu Dec 28, 2023 2:56 pm
Forum: CMSMS Core
Topic: SnippetMgr module
Replies: 1
Views: 630

Re: SnippetMgr module

You may wish to file a bug report for that module here: http://dev.cmsmadesimple.org/bug/list/1448
Describe the issue/symptoms, including which PHP version you're using and any errors from the php error log.
by DIGI3
Sun Dec 17, 2023 1:29 am
Forum: CMSMS Core
Topic: deprecation warnings
Replies: 1
Views: 1345

Re: deprecation warnings

Those don't appear to be from the core, it looks like they're from the Captcha third-party module. I don't know if the author has released a PHP 8.1 compatible version yet but you could post a BR here: http://dev.cmsmadesimple.org/bug/list/191 That said, it's generally recommended to disable depreca...
by DIGI3
Sat Dec 16, 2023 3:06 pm
Forum: General Discussion
Topic: Change menu view for mobile - Template Simplex
Replies: 3
Views: 2007

Re: Change menu view for mobile - Template Simplex

I don't, I've actually never used the sample themes for a site. Maybe someone has and can share.
by DIGI3
Fri Dec 15, 2023 10:29 pm
Forum: General Discussion
Topic: Change menu view for mobile - Template Simplex
Replies: 3
Views: 2007

Re: Change menu view for mobile - Template Simplex

I don't think Simplex has that built-in, but you are welcome to customize it however you like. It's a bit dated (we're hoping to have new sample templates soon, but keep in mind that they are just meant as samples) so I think it would be easier to build something modern from scratch or an existing h...
by DIGI3
Tue Dec 12, 2023 6:23 pm
Forum: Modules/Add-Ons
Topic: Navigator Sort Order
Replies: 4
Views: 1237

Re: Navigator Sort Order

I should add, if it's simply reversing the order, you can try |@array_reverse on the $data array. It may require permissive_smarty to be enabled in your config.php.
by DIGI3
Tue Dec 12, 2023 5:46 pm
Forum: Modules/Add-Ons
Topic: Navigator Sort Order
Replies: 4
Views: 1237

Re: Navigator Sort Order

Navigator uses the order assigned in the backend, so the simplest option is to reorder the pages as desired (there's a drag and drop utility for doing this). If that's not a desired option you can sort the $data array in your Navigator template before the foreach. See https://cmscanbesimple.org/blog...
by DIGI3
Thu Nov 30, 2023 2:57 pm
Forum: General Discussion
Topic: migrate Version CMS1.5.1 to Version 2.2.18
Replies: 8
Views: 8019

Re: migrate Version CMS1.5.1 to Version 2.2.18

One of the great things about CMSMS is you can use any template you find on the web (for html, or another cms) and just insert a few tags to make it work in CMSMS. There's some tips on doing that here: https://docs.cmsmadesimple.org/layout/design-manager/templates We do have a few people releasing t...
by DIGI3
Wed Nov 29, 2023 2:48 pm
Forum: General Discussion
Topic: migrate Version CMS1.5.1 to Version 2.2.18
Replies: 8
Views: 8019

Re: migrate Version CMS1.5.1 to Version 2.2.18

It would require manually copying individual database tables by someone who knows what they're doing.
by DIGI3
Tue Nov 28, 2023 6:45 pm
Forum: Announcements
Topic: Announcing CMSMS 2.2.19 - Selkirk
Replies: 0
Views: 11160

Announcing CMSMS 2.2.19 - Selkirk

Today we are delighted to announce the release of CMS Made Simple v2.2.19 - Selkirk . v2.2.19 - Selkirk is an incremental bug fix and stability release. For further detailed information, please see the changelog where there is a full list of fixes and improvements. As per the Dev Team's official sup...

Go to advanced search