Search found 58 matches
- Thu Oct 24, 2024 3:46 pm
- Forum: General Discussion
- Topic: Menu links and insecure areas
- Replies: 2
- Views: 3367
Re: Menu links and insecure areas
Many thanks for the quick response, appreciated.
- Thu Oct 24, 2024 3:01 pm
- Forum: General Discussion
- Topic: Menu links and insecure areas
- Replies: 2
- Views: 3367
Menu links and insecure areas
Hello, I went to access the dev.cmsmadesimple.org site to report an issue I've discovered with a module and I found that it apparently doesn't have an SSL cert associated with it? On further investigation, the forum.cmsmadesimple.org link in the menu is not specified as https:// even though it has a...
- Tue Aug 24, 2021 4:26 pm
- Forum: Developers Discussion
- Topic: Sending emails programmatically
- Replies: 2
- Views: 8652
[Solved] Re: Sending emails programmatically
Thank you, that's incredibly helpful! I reviewed the SmartForms module and found the answer. For future reference, it appears that you simply need to replace the call to CMSMailer with the following: $mailer = new \cms_mailer; Then you can carry on as before. A quick tested example: $mailer = new \c...
- Tue Aug 24, 2021 2:50 pm
- Forum: Developers Discussion
- Topic: Sending emails programmatically
- Replies: 2
- Views: 8652
Sending emails programmatically
I have a module which used the CMSMailer module to send emails when it wasn't built-in to the cms. I'd like to upgrade my module to use the built-in mailer functionality rather than needing to load a deprecated module. As it's still just a wrapper around phpmailer, I am thinking that it's probably j...
- Fri Jul 23, 2021 2:38 pm
- Forum: Modules/Add-Ons
- Topic: SitemapMgr query
- Replies: 5
- Views: 1560
Re: SitemapMgr query
I'm the admin for our servers, we don't block access based on user agent in a general way.
- Fri Jul 23, 2021 2:05 pm
- Forum: Modules/Add-Ons
- Topic: SitemapMgr query
- Replies: 5
- Views: 1560
Re: SitemapMgr query
Thanks for the response, but that's not my issue here. No errors reported in the log & the cms admin log reports: SitemapMgr Sitemap updated: Pages But nothing happens. If I put the navigation tag into a content page then I can see that it does properly generate the necessary entries, it just do...
- Fri Jul 23, 2021 12:19 pm
- Forum: Modules/Add-Ons
- Topic: SitemapMgr query
- Replies: 5
- Views: 1560
SitemapMgr query
I'd really like to be able to use SitemapMgr to generate sitemaps, but I'm having trouble even getting started with it, unfortunately. Just trying to get a pages sitemap never does anything at all. I have the latest cmsms 2.2.15 and the most recent module 1.7.1. I have the config file set appropriat...
- Tue Aug 25, 2020 1:14 pm
- Forum: Modules/Add-Ons
- Topic: Invisible ReCaptcha issues with Captcha module and CGBetterforms
- Replies: 6
- Views: 3167
Re: Invisible ReCaptcha issues with Captcha module and CGBetterforms
Hello, I tried multiple solutions but never got invisible Recaptcha & CGBetterForms to work properly. Although I quite liked the way the templates are handled in CGBF, I went back and setup the form in FormBuilder and it works as intended. I didn't find my php.ini settings affected it. I'd be in...
- Wed Nov 20, 2019 11:06 am
- Forum: CMSMS Core
- Topic: Validating new site reports missing files
- Replies: 2
- Views: 1417
Validating new site reports missing files
Hello, I have been updating a few sites to the latest version 2.2.12 and I have an issue with one that has errors when updated. In order to debug the issue I installed an entirely clean version of 2.2.12 and then ran the validation against the checksum file. It reported 486 missing files from the cl...
- Wed Oct 16, 2019 3:22 pm
- Forum: Developers Discussion
- Topic: RegisterRoute troubles in module upgrade
- Replies: 0
- Views: 6597
RegisterRoute troubles in module upgrade
Hello, I'm trying to port a custom module from a 1.x version of cmsms to the latest 2.2.x version. Most things are fine but I'm having trouble with RegisterRoute as what worked before no longer appears to function in quite the same manner. The SetParameters function has been split into InitializeFro...
- Thu Sep 05, 2019 12:37 pm
- Forum: Modules/Add-Ons
- Topic: CGBetterForms error query
- Replies: 0
- Views: 1138
CGBetterForms error query
I'm currently investigating CGBetterForms as a replacement for FormBuilder on a number of the site I manage and I really like the way it works. I often like to highlight a field which has an error in it after it's been validated server-side. I can see that we have the $error array which has friendly...
- Wed Jul 26, 2017 11:53 am
- Forum: CMSMS Core
- Topic: Default page templates
- Replies: 3
- Views: 2191
[Solved] Re: Default page templates
Hello, Well I hadn't even found that page in cmsms 2.x! :) Thanks that's solved my problem. It does seem a bit counter intuitive that there's a default page template setting there and also one in the design manager. Surely it should be overridden by the setting chosen there. Oh well, cmsms 2.x not n...
- Tue Jul 25, 2017 12:42 pm
- Forum: CMSMS Core
- Topic: Default page templates
- Replies: 3
- Views: 2191
Default page templates
Hello, I have an issue with a 2.2.2 website upgraded from a freshly installed 2.2.1 site. I have two page templates(Core::Page) only at the moment, homepage & general. Homepage was created first and then general. From within the Design Manager the template 'general' has been selected as the defa...
- Tue Jul 25, 2017 12:17 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: 2.2.2 Installer issues
- Replies: 3
- Views: 3365
Re: 2.2.2 Installer issues
Hello, Re installer asking for credentials: I see your point. I've had a significant fight with the MicroTiny editor and it appears that my issue was with some fairly aggressive caching at the browser end rather than anything else. I usually use Safari for most of my work and I find that it 'over' c...
- Tue Jul 25, 2017 11:27 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: 2.2.2 Installer issues
- Replies: 3
- Views: 3365
2.2.2 Installer issues
Hello, I've just tried to install 2.2.2 over an existing 2.2.1 installation. The installer worked fine, although it asked me again for database credentials which seems a bit unnecessary to me(advanced mode). Anyway, the Micro Tiny module in 2.2.2 appears to be missing a great number of plugins and u...