Search found 56 matches

by markS
Tue Aug 24, 2021 4:26 pm
Forum: Developers Discussion
Topic: Sending emails programmatically
Replies: 2
Views: 5086

[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...
by markS
Tue Aug 24, 2021 2:50 pm
Forum: Developers Discussion
Topic: Sending emails programmatically
Replies: 2
Views: 5086

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...
by markS
Fri Jul 23, 2021 2:38 pm
Forum: Modules/Add-Ons
Topic: SitemapMgr query
Replies: 5
Views: 1087

Re: SitemapMgr query

I'm the admin for our servers, we don't block access based on user agent in a general way.
by markS
Fri Jul 23, 2021 2:05 pm
Forum: Modules/Add-Ons
Topic: SitemapMgr query
Replies: 5
Views: 1087

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...
by markS
Fri Jul 23, 2021 12:19 pm
Forum: Modules/Add-Ons
Topic: SitemapMgr query
Replies: 5
Views: 1087

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...
by markS
Tue Aug 25, 2020 1:14 pm
Forum: Modules/Add-Ons
Topic: Invisible ReCaptcha issues with Captcha module and CGBetterforms
Replies: 6
Views: 2438

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...
by markS
Wed Nov 20, 2019 11:06 am
Forum: CMSMS Core
Topic: Validating new site reports missing files
Replies: 2
Views: 1204

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...
by markS
Wed Oct 16, 2019 3:22 pm
Forum: Developers Discussion
Topic: RegisterRoute troubles in module upgrade
Replies: 0
Views: 5384

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...
by markS
Thu Sep 05, 2019 12:37 pm
Forum: Modules/Add-Ons
Topic: CGBetterForms error query
Replies: 0
Views: 980

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...
by markS
Wed Jul 26, 2017 11:53 am
Forum: CMSMS Core
Topic: Default page templates
Replies: 3
Views: 1915

[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...
by markS
Tue Jul 25, 2017 12:42 pm
Forum: CMSMS Core
Topic: Default page templates
Replies: 3
Views: 1915

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...
by markS
Tue Jul 25, 2017 12:17 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: 2.2.2 Installer issues
Replies: 3
Views: 2941

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...
by markS
Tue Jul 25, 2017 11:27 am
Forum: [locked] Installation, Setup and Upgrade
Topic: 2.2.2 Installer issues
Replies: 3
Views: 2941

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...
by markS
Thu Apr 23, 2015 6:57 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: CMSMS 1.12: why change Smarty {config_load} directory?
Replies: 11
Views: 8571

Re: CMSMS 1.12: why change Smarty {config_load} directory?

Hello,

Many thanks for the quick response. I'll take a look at the code and see where I went wrong! :)

Regards,
Mark.
by markS
Thu Apr 23, 2015 3:56 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: CMSMS 1.12: why change Smarty {config_load} directory?
Replies: 11
Views: 8571

Re: CMSMS 1.12: why change Smarty {config_load} directory?

Hello, Thanks for the response. I appreciate what's been done but it appears a bit harsh to prevent access to a template resource from the same folder as the enclosing template, no? I mean that module template folder is obviously trusted enough to be able to be used in a ProcessTemplate call, but no...

Go to advanced search