Search found 14 matches

by geotek
Sat Dec 19, 2015 12:12 pm
Forum: Modules/Add-Ons
Topic: Log full of PHP Notices from Formbuilder
Replies: 6
Views: 3086

Log full of PHP Notices from Formbuilder

Formbuilder is filling the Apache error log with messages like PHP Notice: Undefined index: captcha_error in /.../tmp/templates_c/FormBuilder^7ec2b3a993f08d0d52f67e4c5cfd6fb41d6e518e.module_db_tpl.FormBuilder;fb_3.php on line 113 PHP Notice: Trying to get property of non-object in /.../tmp/templates...
by geotek
Sat Dec 12, 2015 8:35 pm
Forum: CMS Show Off
Topic: Responsive CMSMS V.2.0 site with 2nd level CSS3 menu
Replies: 8
Views: 9901

Re: Responsive CMSMS V.2.0 site with 2nd level CSS3 menu

OK, the complete responsive design may be downloaded here:
GEOTEK_2_2015-12-12.xml

Works with CMSMS 2.0.1.1 and 2.1
by geotek
Thu Nov 12, 2015 8:57 am
Forum: CMS Show Off
Topic: Responsive CMSMS V.2.0 site with 2nd level CSS3 menu
Replies: 8
Views: 9901

Re: Responsive CMSMS V.2.0 site with 2nd level CSS3 menu

@newagekat: I tried several third party scripts and code snippets but I wasn't completely satisfied with any of them. So I ended up rewriting main-nav, templates and stylesheets. The navigation CSS was rewritten from ground up. It requires no javascript and it should work on all modern mobile browse...
by geotek
Sat Oct 17, 2015 9:22 am
Forum: CMS Show Off
Topic: Responsive CMSMS V.2.0 site with 2nd level CSS3 menu
Replies: 8
Views: 9901

Responsive CMSMS V.2.0 site with 2nd level CSS3 menu

I was struggling quite a bit creating a responsive design based on CMSMS V.2 that uses CSS3-only navigation (no Javascript) and allows 2nd level menus that are useable even on smartphones with very small viewport. I started by modifying the simplex design but ended up rewriting much of it from scrat...
by geotek
Sat Oct 17, 2015 8:46 am
Forum: Feature ideas
Topic: Confirmation when leaving editing page in 2.0
Replies: 0
Views: 2532

Confirmation when leaving editing page in 2.0

Currently there is a message box in V.2.0 when leaving an editing page requiring a confirmation to leave. This confirmation box appears (most of the time but not always) even when nothing is in danger to be lost by leaving the page. This is not only annoying because of the unneccessary extra click t...
by geotek
Tue Oct 06, 2015 3:11 pm
Forum: The Lounge
Topic: Frontend button to edit page if logged-in as admin
Replies: 13
Views: 3302

Re: Frontend button to edit page if logged-in as admin

Check out the CGActionBar module. The CGActionBar does not seem to work with V.2.0.1.1. After installing CGActionBar all frontend webpages are blank and appear only after an explicit F5 refresh. Tested with a clean V.2.0.1 installation upgraded to V.2.0.1.1. The Edit Button code at http://www.cmsca...
by geotek
Mon Oct 05, 2015 11:18 am
Forum: The Lounge
Topic: How to create / edit page hierarchies in 2.0?
Replies: 7
Views: 2993

[SOLVED] Re: How to create / edit page hierarchies in 2.0?

This issue was resolved in V.2.0.1 :-))
by geotek
Fri Oct 02, 2015 8:35 am
Forum: The Lounge
Topic: Frontend button to edit page if logged-in as admin
Replies: 13
Views: 3302

Frontend button to edit page if logged-in as admin

When will it be possible to quickly edit a page via an edit button / link at the frontend page if logged in as admin-user at the backend? This is a standard feature on all major CMSes, as it saves a lot of time and should be easy to implement. Due to removal of the {edit} tag and the editcontent.php...
by geotek
Sat Sep 12, 2015 10:44 am
Forum: The Lounge
Topic: How to create / edit page hierarchies in 2.0?
Replies: 7
Views: 2993

Re: How to create / edit page hierarchies in 2.0?

@velden: glad to hear that there should be a dropdown box. I just dumped all files and db tables and reinstalled 2.0 from scratch. (The 2.0 installation wizard is fantastic, by the way) - All dependencies were met, no errors whatsoever, but same situation: Demo content works fine but still no parent...
by geotek
Fri Sep 11, 2015 6:59 pm
Forum: The Lounge
Topic: How to create / edit page hierarchies in 2.0?
Replies: 7
Views: 2993

Re: How to create / edit page hierarchies in 2.0?

I do have content pages on both installations (on the fresh installation your demo content, on the second site an upgraded website with real content, both are working fine) If I try to edit a subpage of the demo site that already has a parent page, the parent field is also invisible. There are a bun...
by geotek
Fri Sep 11, 2015 9:58 am
Forum: The Lounge
Topic: How to create / edit page hierarchies in 2.0?
Replies: 7
Views: 2993

How to create / edit page hierarchies in 2.0?

How can we create / move content pages below top level if the "parent" field is missing in content manager? http://geotek.de/archiv/CMSMS_2.0_Parent_Missing.jpg I checked different browsers and two different 2.0 installations (one fresh installation, one migrated website - the parent field...
by geotek
Thu Sep 10, 2015 5:11 pm
Forum: CMSMS Core
Topic: free a locked template
Replies: 23
Views: 12810

Re: free a locked template

same thing here. Even after setting lock timeout to zero I am getting punished by a 59 minute edit ban while editing a template.

Please provide a way to completely turn off this "feature" :-(
by geotek
Thu Apr 23, 2015 7:34 am
Forum: Modules/Add-Ons
Topic: Are {edit} and {editif} core tags broken in V.1.12?
Replies: 2
Views: 1527

Re: Are {edit} and {editif} core tags broken in V.1.12?

the {edit} plugins were removed from CMSMS Core Thank you for this clarification. It would have saved me several hours of debugging if this would have been appropriately documented, however. :-( Does this mean that it is now impossible to have an edit link on each page for logged in admins any more...
by geotek
Wed Apr 22, 2015 4:08 pm
Forum: Modules/Add-Ons
Topic: Are {edit} and {editif} core tags broken in V.1.12?
Replies: 2
Views: 1527

Are {edit} and {editif} core tags broken in V.1.12?

After upgrading cmsms from V.1.11.13 to V.1.12 the {edit} core tag suddenly ceased working, it does not show a link or a button to edit the current page, as it did before. {editif} doesn't work either. I am using PHP 5.6.1 and there are no php errors during execution of these tags. Is this a bug or ...

Go to advanced search