Search found 7894 matches

by calguy1000
Mon Aug 19, 2019 1:39 pm
Forum: Feature ideas
Topic: A powerfull image upload field for all modules
Replies: 9
Views: 10172

Re: A powerfull image upload field for all modules

and I disagree. Content editors are not aware of issues like photo rotation, compression and optimal size. So they probably should not be making those decisions. It is not their business to know that stuff... it is yours as the developer. That's why there are modules like CGSmartImage to process tho...
by calguy1000
Mon Aug 19, 2019 1:26 pm
Forum: Tips and Tricks
Topic: Solved: "authentication method unknown" during installation
Replies: 1
Views: 5636

Re: Solved: "authentication method unknown" during installat

quick research says that the mysqli extension to PHP does not support this (yet).
by calguy1000
Fri Aug 16, 2019 5:07 pm
Forum: Modules/Add-Ons
Topic: Adding values from a checkbox group in formbuilder
Replies: 2
Views: 1232

Re: Adding values from a checkbox group in formbuilder

If the raw variable is a string... then you cannot do 'math' on it until you split it out into an array.

{$tmp=explode(',',$fld_177)}
by calguy1000
Mon Aug 12, 2019 11:42 pm
Forum: Modules/Add-Ons
Topic: FEU3 cannot login via API
Replies: 7
Views: 2070

Re: FEU3 cannot login via API

Are you sure you clicked the 'upgrade' button?

That code wasn't touched... but that error could happen if for some reason the feu_smarty class could not get the FrontEndUsers object.
by calguy1000
Mon Aug 12, 2019 10:17 pm
Forum: Modules/Add-Ons
Topic: FEU3 cannot login via API
Replies: 7
Views: 2070

Re: FEU3 cannot login via API

I fixed a simple typo in that function.

v3.1.1 is released.
by calguy1000
Mon Aug 12, 2019 10:12 pm
Forum: Announcements
Topic: Announcing CMS Made Simple v2.3-beta5
Replies: 1
Views: 7207

Re: Announcing CMS Made Simple v2.3-beta5

I meant to do this over the weekend, but got busy with other tasks. So, here it is finally. CMSMS 2.3-beta6 is out. and available for download from: https://www.cmsmadesimple.org/downloads/cmsms There are a number of less-than-obvious fixes in this release, but no significant new features. The most ...
by calguy1000
Mon Aug 12, 2019 12:55 pm
Forum: Modules/Add-Ons
Topic: FEU3 cannot login via API
Replies: 7
Views: 2070

Re: FEU3 cannot login via API

There is a small typo in the MemberOfGroup function. fixed that. BTW. a: CheckPassword only checks the username and password and retrieves a uid it does not log the user in. Because in a 2FA scenario you need to do one more piece of authentication before the user can be logged in. b: If you are usin...
by calguy1000
Thu Aug 08, 2019 12:25 pm
Forum: Modules/Add-Ons
Topic: PHP Fatal error on CGExtensions v1.64.x -> v1.63.x works
Replies: 3
Views: 1409

Re: PHP Fatal error on CGExtensions v1.64.x -> v1.63.x works

For most of my modules you can now specify the 'admin section' from the config.php.

i.e:
$config['cgblog_adminsection'] = 'content';

then just clear the cache.
by calguy1000
Wed Aug 07, 2019 8:46 pm
Forum: Modules/Add-Ons
Topic: FEU 3 - Fatal Error
Replies: 1
Views: 825

Re: FEU 3 - Fatal Error

You can have custom functions in your config.php But... you should not assume that the config.php is read only once.

Personally I have done stuff like this on occasion, but I would prefer to use

include_once __DIR__.'mycustom.php';
by calguy1000
Tue Aug 06, 2019 8:13 pm
Forum: Modules/Add-Ons
Topic: CGBetterForms questions + errors
Replies: 4
Views: 1336

Re: CGBetterForms questions + errors

if you want to send the results via email to certain addresses you add a handler that will send the email and specify that address and the format for that email

i.e: "Email results to specified addresses".
by calguy1000
Tue Aug 06, 2019 7:53 pm
Forum: Modules/Add-Ons
Topic: Lise and PHP 7.3 / CMSMS 2.2.10
Replies: 19
Views: 4463

Re: Lise and PHP 7.3 / CMSMS 2.2.10

A: The news module was created as a sample module. To demonstrate HOW to build modules in CMSMS. It has been replaced in CMSMS 2.3 with PressRoom (which is not compatible with News, but is a better example module). B: Prestashop has 100+ employees and revenue of $10+M per year. they probably have th...
by calguy1000
Tue Aug 06, 2019 4:23 pm
Forum: Modules/Add-Ons
Topic: Lise and PHP 7.3 / CMSMS 2.2.10
Replies: 19
Views: 4463

Re: Lise and PHP 7.3 / CMSMS 2.2.10

I tend to disagree. CMSMS is a great foundation for professionals to build applications. It is small, fast and extremely configurable. The dev team is not in the business of providing a huge variety of solutions to the community. It is in the business of developing a content management system and ap...
by calguy1000
Sun Aug 04, 2019 9:50 pm
Forum: Modules/Add-Ons
Topic: Lise and PHP 7.3 / CMSMS 2.2.10
Replies: 19
Views: 4463

Re: Lise and PHP 7.3 / CMSMS 2.2.10

CMSMS 2.3 will have a much improved method of distributing themes and templates.
by calguy1000
Sun Aug 04, 2019 9:49 pm
Forum: Modules/Add-Ons
Topic: Store locator / cggooglemaps2
Replies: 5
Views: 1481

Re: Store locator / cggooglemaps2

CompanyDirectory works fine with CMSMS. Haven't tested CGGoogleMaps2 in a while, but depending on what you want, and what data you have it is not exactly necessary. i.e: If you have latitude and longitude data for all of your addresses, then you can enter that data into CompanyDirectory and use leaf...
by calguy1000
Fri Aug 02, 2019 1:13 am
Forum: Modules/Add-Ons
Topic: Announcing CGBetterUploads - A new module
Replies: 0
Views: 1441

Announcing CGBetterUploads - A new module

Today I released v0.90 of CGBetterUploads a new file management module for CMSMS. This module is not intended to be like the FileManager module in CMSMS or the FilePicker... but is more like the Uploads module. It is a module intended to allow sharing of files to, from and between users. This module...

Go to advanced search