Search found 7894 matches

by calguy1000
Wed Jul 10, 2019 11:58 pm
Forum: Developers Discussion
Topic: Upgrade or rewrite Module for CMSMS 2
Replies: 5
Views: 5088

Re: Upgrade or rewrite Module for CMSMS 2

There are several changes in the API's between CMSMS 1.11 and 2.2 (and more to come in the beta version) Though you should be able to update your modules relatively easily with access to the error log. The biggest changes are: - We use multiple smarty templates, with scopes. So you cannot assume tha...
by calguy1000
Sat Jul 06, 2019 2:54 pm
Forum: Modules/Add-Ons
Topic: CGContentUtils Multiselect Box problem
Replies: 5
Views: 1825

Re: CGContentUtils Multiselect Box problem

I don't think that will work either. When the page template is compiled for use in the editor it uses a separate smarty instance that does not know anything about modules. Only the various {content_} plugins. This prevents side effects. So module plugins, including {cms_module} will not execute. And...
by calguy1000
Sat Jul 06, 2019 2:24 pm
Forum: Modules/Add-Ons
Topic: Content block in News iteration
Replies: 7
Views: 2218

Re: Content block in News iteration

Make sure that smarty caching is disabled.
It caches HTML, not templates.
by calguy1000
Sat Jul 06, 2019 2:19 pm
Forum: Modules/Add-Ons
Topic: CGContentUtils Multiselect Box problem
Replies: 5
Views: 1825

Re: CGContentUtils Multiselect Box problem

That won't work because content blocks are processed differently.
by calguy1000
Mon Jul 01, 2019 3:59 pm
Forum: Announcements
Topic: Announcing CMS Made Simple v2.3-beta1
Replies: 1
Views: 13077

Re: Announcing CMS Made Simple v2.3-beta1

One week later, v2.3-beta2 is available.

We have addressed a number of issues.
by calguy1000
Mon Jul 01, 2019 2:39 pm
Forum: The Lounge
Topic: Upgrade of 1.10.3 "Hyacinthe"
Replies: 1
Views: 2559

Re: Upgrade of 1.10.3 "Hyacinthe"

Docker is probably overkill, particularly if you are not familiar with it. But... you can easily use vagrant + virtuabox or vmware. to setup one or two lamp VM's for the purpose of testing and ugprading. I would setup one VM with PHP 5.6 and upgrade your site to 1.12.2 or v2.0.1 or something. I woul...
by calguy1000
Mon Jul 01, 2019 2:36 pm
Forum: Modules/Add-Ons
Topic: CGFeedback reports wrong page id and URl (previous page)
Replies: 2
Views: 2825

Re: CGFeedback reports wrong page id and URl (previous page)

Thanks for providing detailed information.

Are you calling CGFeedback from the page template, or from the individual content blocks in pages?

Can you paste exactly how you are calling CGFeedback and possibly a bit of the surrounding html.... in case there's anything special going on there.
by calguy1000
Mon Jul 01, 2019 2:35 pm
Forum: Modules/Add-Ons
Topic: Content block in News iteration
Replies: 7
Views: 2218

Re: Content block in News iteration

Please post system info when requesting assistance. It helps us to help you.
by calguy1000
Mon Jul 01, 2019 2:32 pm
Forum: Modules/Add-Ons
Topic: CGBetterForms radio button Label errors
Replies: 2
Views: 1085

Re: CGBetterForms radio button Label errors

i found a small adjustment to make in the form scanning process.
but in the mean time, try using data-cgbf-human instead of data-cgbf-label
by calguy1000
Wed Jun 26, 2019 10:21 pm
Forum: Modules/Add-Ons
Topic: FEU - how to get LoggedInId
Replies: 1
Views: 783

Re: FEU - how to get LoggedInId

That is the correct syntax.

But you must be running an old version because line 66 of that file in the latest release is:

Code: Select all

list($json,$sig) = explode('::',$encoded,2);
by calguy1000
Wed Jun 26, 2019 12:43 pm
Forum: CMSMS Core
Topic: changing urls path????
Replies: 1
Views: 822

Re: changing urls path????

You can use a .htaccess redirect rule to redirect from the old URL to the new URL.
by calguy1000
Wed Jun 26, 2019 12:38 pm
Forum: Modules/Add-Ons
Topic: FEU and edit specific Products, possible ?
Replies: 1
Views: 884

Re: FEU and edit specific Products, possible ?

The Products module has no functionality to allow frontend users to add or edit products.

There is a module 'ProductsbyVendor' that is available that has some of this ability, but it may or may not be what you are after.
by calguy1000
Wed Jun 26, 2019 12:31 pm
Forum: Modules/Add-Ons
Topic: Coming soon: The next generation of FrontEndUsers
Replies: 1
Views: 989

Coming soon: The next generation of FrontEndUsers

I have recently been working on some code to refresh the FEU module, clean it up, make it more efficient and documented, and to allow for functionality like Two factor authentication and external authentication. I am near finished only some testing and documentation remains, and I will be able to re...
by calguy1000
Mon Jun 24, 2019 4:01 pm
Forum: Announcements
Topic: Announcing CMS Made Simple v2.3-beta1
Replies: 1
Views: 13077

Announcing CMS Made Simple v2.3-beta1

After countless hours of programming and testing, the Dev Team is excited to begin the Beta testing program for CMS Made Simple version 2.3. We are proud of the effort our team has put in, and are now at the point where the community can help us polish it until it shines. CMS Made Simple has undergo...
by calguy1000
Wed Jun 12, 2019 1:54 pm
Forum: Modules/Add-Ons
Topic: CGBetterForms problems
Replies: 3
Views: 1535

Re: CGBetterForms problems

data-cgbf-accept and data-cgbf-extensions are attributes applicable to inputs of type file are used to validate on the server side, the type of files that are uploaded. data-cgbf-accept should be a comma separated list of mime type specifications (wildcards allowed). i.e: data-cgbf-accept="appl...

Go to advanced search