Search found 15 matches

by slick
Sun Sep 20, 2020 11:53 am
Forum: Modules/Add-Ons
Topic: Invisible ReCaptcha issues with Captcha module and CGBetterforms
Replies: 6
Views: 2437

Re: Invisible ReCaptcha issues with Captcha module and CGBetterforms

After a lot of experimentation I decided to remove the ReCaptcha account and create a new one and with the new key it suddenly worked. Still not really happy with any of the Captcha solutions I have tried. I might have a look at https://www.hcaptcha.com in the future as it seems more privacy focused...
by slick
Tue Aug 25, 2020 7:52 pm
Forum: Modules/Add-Ons
Topic: Invisible ReCaptcha issues with Captcha module and CGBetterforms
Replies: 6
Views: 2437

Re: Invisible ReCaptcha issues with Captcha module and CGBetterforms

Thanks for your input. Do you have any guess if the following PHP functions make a difference? passthru, exec, system, popen, shell_exec, proc_open, proc_close, proc_get_status, proc_nice, proc_terminate, symlink I suspect symlink to interfere, because I have it working on an install with these func...
by slick
Mon Aug 24, 2020 10:05 pm
Forum: Modules/Add-Ons
Topic: Invisible ReCaptcha issues with Captcha module and CGBetterforms
Replies: 6
Views: 2437

Re: Invisible ReCaptcha issues with Captcha module and CGBetterforms

My issue is most likely related to bad PHP settings. This thread https://forum.cmsmadesimple.org/viewtopic.php?f=4&t=81753 mentioned checking for "allow_url_fopen" in php.ini -> I will check this on various installations and report back. cyon.ch (good host with great default settings):...
by slick
Sun Aug 23, 2020 1:15 pm
Forum: Modules/Add-Ons
Topic: Invisible ReCaptcha issues with Captcha module and CGBetterforms
Replies: 6
Views: 2437

Invisible ReCaptcha issues with Captcha module and CGBetterforms

Dear CMSMS experts, I have a form built in CGBetterForms (1.10.4) that works fine with the HN Captcha method from the Captcha module (v1.0). We still got some spam with that so I wanted to try the Invisible ReCaptcha that I previously successfully used on other sites. After making the switch to Invi...
by slick
Fri Oct 05, 2018 7:44 am
Forum: Übersetzungen
Topic: 2 Übersetzungsfehler in FormBrowser
Replies: 1
Views: 8014

2 Übersetzungsfehler in FormBrowser

Falls jemand hier die Übersetzungen Anpassen kann, habe ich zwei Fehler im FormBuilder-Modul entdeckt. Der zweite Fehler ist wichtig, weil er Auswirkungen auf die Funktionalität hat. Falsch: $lang['exporttoexcel'] = 'Nach Excel exportieren (CVS-Format)'; Richtig: $lang['exporttoexcel'] = 'Nach Excel...
by slick
Thu Oct 04, 2018 2:31 pm
Forum: Modules/Add-Ons
Topic: FormBrowser CSV export issue (charset)
Replies: 2
Views: 1639

Re: FormBrowser CSV export issue (charset)

I found a problem with two translations in the German (de_DE.php) language file (how can I commit those to the module translation?): $lang['exporttoexcel'] = 'Nach Excel exportieren (CVS-Format)'; should be $lang['exporttoexcel'] = 'Nach Excel exportieren (CSV-Format)'; and $lang['export_spec'] = 'F...
by slick
Wed Oct 03, 2018 4:49 pm
Forum: Modules/Add-Ons
Topic: FormBrowser CSV export issue (charset)
Replies: 2
Views: 1639

FormBrowser CSV export issue (charset)

Hi there I have some lengthy FormBuilder forms set up to shoot emails and save the data in the FormBrowser module (most recent version of the module and CMS). To export the data, I rely on FormBrowser to export CSV files. Because my data contains German and French language, I need the CSV files to b...
by slick
Fri Apr 20, 2018 2:29 pm
Forum: Modules/Add-Ons
Topic: CGCalendar List Template: prev/next for month AND year?
Replies: 2
Views: 1445

Re: CGCalendar List Template: prev/next for month AND year?

This might be useful: https://fullcalendar.io/docs/date-navigation prevYear and nextYear methods seem available. Thanks, I have managed to add the year navigation to the fullcalendar view! — — — Here is my attempt to do it in the list view... $nav.prev_url generates the prev month url in this forma...
by slick
Thu Apr 19, 2018 1:36 pm
Forum: Modules/Add-Ons
Topic: CGCalendar List Template: prev/next for month AND year?
Replies: 2
Views: 1445

CGCalendar List Template: prev/next for month AND year?

I have a simple CGCalendar list template (shown below) that lets me navigate months of an event calendar. Now I would like to add prev/next navigation for the year as well. Do you have a tip how to do it without resorting to a separate yearlist template? Maybe it's possible with a js-tweak of the st...
by slick
Mon Oct 30, 2017 7:10 pm
Forum: Modules/Add-Ons
Topic: Issues with Order Module
Replies: 4
Views: 3835

Issues with Order Module

Scenario I'm trying to learn the ecommerce tools of CMSMS (2.2.3.1) with CGEcommerceBase, Cart2, Orders, FEU and SelfRegistration. Problem I can't get the checkout process to work. The Orders Module gives out the following error when proceeding from the cart: Syntax error in template "module_d...
by slick
Thu Jun 22, 2017 1:50 pm
Forum: General Discussion
Topic: Admin theme development
Replies: 11
Views: 8748

Re: Admin theme development

I updated my admin theme for CMSMS 2.2.1 if anyone is interested:

http://moegli.ch/kunden/cmsms/slick2.zip
by slick
Tue Mar 28, 2017 6:05 pm
Forum: General Discussion
Topic: Admin theme development
Replies: 11
Views: 8748

Re: Admin theme development

@Rolf: Thanks for your input. I adjusted my theme accordingly. However I got an error when signing up for the theme upload: "Mcrypt functionality is not enabled." I will try again to post a direct link, you can correct me if needed. Download here: http://moegli.ch/kunden/cmsms/slick.zip Ca...
by slick
Mon Mar 27, 2017 7:44 pm
Forum: General Discussion
Topic: Admin theme development
Replies: 11
Views: 8748

Re: Admin theme development

If anyone is interested, here is my hacked version of the OneEleven theme. I altered the menu to a horizontal navigation with dropdowns and flattened the look throughout with the help of Uikit-3. It is by no means a cleanly styled, but I hope to improve when CMSMS 2.2 comes out and I need to make so...
by slick
Thu Mar 09, 2017 10:08 am
Forum: General Discussion
Topic: Admin theme development
Replies: 11
Views: 8748

Re: Admin theme development

Just for the record, the Dev Team isn't ignoring this, and it is a regular topic of discussion. There's a fair bit to it, not the least of which is changes to the core to facilitate better admin themes could easily break existing modules. That doesn't mean we're not doing anything about it, but it ...
by slick
Fri Mar 03, 2017 9:08 am
Forum: General Discussion
Topic: Admin theme development
Replies: 11
Views: 8748

Re: Admin theme development

Long time CMSMS user here. I just made an account to appreciate this post. I cannot believe there have been no replies yet! Thank you so much to the OP for addressing the issue of admin theme development. Basically there are no modern admin themes for v2 – the CMSMS project really deserves a kick-as...

Go to advanced search