Search found 110 matches

by magallo
Mon May 20, 2024 3:51 pm
Forum: Modules/Add-Ons
Topic: SmartForms and Mailchimp API
Replies: 7
Views: 106

Re: SmartForms and Mailchimp API

I guess it's not necessary if you want to trigger the UDT on every submission.
by magallo
Mon May 20, 2024 12:58 pm
Forum: Modules/Add-Ons
Topic: SmartForms and Mailchimp API
Replies: 7
Views: 106

Re: SmartForms and Mailchimp API

it's possible that "m1_" will need to be "cntnt01" check {$actionid}
by magallo
Mon May 20, 2024 12:38 pm
Forum: Modules/Add-Ons
Topic: SmartForms and Mailchimp API
Replies: 7
Views: 106

Re: SmartForms and Mailchimp API

Yes, you can process parts of a SmartForm in CMS Made Simple to call the Mailchimp API by using a UDT as a form handler: 1) Create a UDT: Go to Extensions > User Defined Tags and create a new UDT. Name it send_to_mailchimp. Add the following PHP code to handle the Mailchimp API call: $api_key = 'you...
by magallo
Tue Apr 30, 2024 12:44 pm
Forum: Modules/Add-Ons
Topic: LISE categories not working when LISE Instance tag present
Replies: 2
Views: 12773

Re: LISE categories not working when LISE Instance tag present

Smarty processes template tags sequentially. If two tags or functions interact with each other or require similar resources, their order and mode of execution might interfere with each other. Try this: {if $items|@count > 0} <div class="table-responsive"> <table class="table table-str...
by magallo
Wed Apr 17, 2024 9:45 am
Forum: Layout and Design (CSS & HTML)
Topic: Please help me
Replies: 1
Views: 1067

Re: Please help me

It sounds like you're encountering a compatibility issue with text resizing in Internet Explorer. This could be due to differences in how IE handles text resizing compared to other browsers like Firefox. try: - Use Relative Units for Font Size: Make sure you're using relative units like em, rem, or ...
by magallo
Tue Apr 16, 2024 12:55 pm
Forum: Italian - Italiano
Topic: Come verificare se la pagina ha un genitore
Replies: 0
Views: 2249

Come verificare se la pagina ha un genitore

In CMS Made Simple, per verificare se una pagina ha un genitore (parent) direttamente dal template Smarty utilizzando le variabili integrate di CMSMS, dovresti usare la variabile $content_obj, che rappresenta l'oggetto contenuto corrente. Puoi accedere all'ID del genitore tramite questo oggetto. Ecc...
by magallo
Mon Apr 15, 2024 11:27 am
Forum: CMSMS Core
Topic: Add code to more than one template
Replies: 2
Views: 211

Re: Add code to more than one template

Hi, welcome to our forum! Embedding PHP code within templates is generally not recommended due to security concerns and best practices, which encourage separating logic from presentation. However, if you need to include PHP code for specific functionality, you can enable PHP in templates where requi...
by magallo
Fri Apr 05, 2024 1:39 pm
Forum: Italian - Italiano
Topic: Richiesta di Supporto con CMS Made Simple
Replies: 0
Views: 1395

Richiesta di Supporto con CMS Made Simple

Richiesta di Supporto con CMS Made Simple Se riscontri problemi o hai bisogno di assistenza durante l'utilizzo di CMS Made Simple, ricevere supporto e' facile. Segui questi passaggi per richiedere assistenza: 1. Controlla la Documentazione : Prima di contattare il supporto, prenditi un momento per ...
by magallo
Thu Nov 09, 2023 5:13 pm
Forum: Modules/Add-Ons
Topic: AWSS3 Module support page
Replies: 0
Views: 10911

AWSS3 Module support page

AWSS3 Module lets you upload objects directly into Amazon S3 buckets. Please use this forum page to ask any question.
by magallo
Mon Oct 30, 2023 9:53 am
Forum: Developers Discussion
Topic: For developers, a tutorial on how to inject assets into head/> or body/>
Replies: 0
Views: 22931

For developers, a tutorial on how to inject assets into head/> or body/>

If like me, you found yourself in need of injecting assets into the head section of the template for a custom module that requires for example a javascript plugin, a css, or anything else, this tutorial will probably help you. While developing a custom module you probably noticed the the following l...
by magallo
Fri Mar 10, 2023 9:55 pm
Forum: Modules/Add-Ons
Topic: ReviewManager Support Page (CGFeedback fork)
Replies: 10
Views: 2563

Re: ReviewManager Support Page (CGFeedback fork)

Hi, i tried installing the module on a clean cmsms 2.2.16 and had no troubles at all. The error reported is related to a problem during the creation of the defaul layout templates. RM installs these:: Screenshot 2023-03-10 at 22.49.51.png See if these templates are already created in your design man...
by magallo
Thu Mar 09, 2023 10:15 am
Forum: Tips and Tricks
Topic: Differences between Windows and Linux case sensitivity
Replies: 0
Views: 21290

Differences between Windows and Linux case sensitivity

If like me, while developing on WSL, you received errors regarding a conflicting function name, for example: PHP Fatal error: Cannot redeclare smarty_cms_function_cssMinifier() ( previously declared in /public_html/mba/assets/plugins/function.cssMinifier.php:14) in /public_html/mba/assets/plugins/fu...
by magallo
Mon Feb 20, 2023 1:36 pm
Forum: Modules/Add-Ons
Topic: ReviewManager Support Page (CGFeedback fork)
Replies: 10
Views: 2563

Re: ReviewManager Support Page (CGFeedback fork)

Hi all, a new fix for this reported bug is about to be released. Will fix the problem with review submission within other modules like LISE or NEWS...
by magallo
Thu Oct 27, 2022 9:59 am
Forum: Modules/Add-Ons
Topic: YelpRank Plugin support page
Replies: 0
Views: 2722

YelpRank Plugin support page

Hi, im uploading a new plugin i developed to work with the Yelp Fusion API. This CMSMS YelpRank plugin lets you connect to Yelp's API and get profile details or reviews for a specific business alias/id. I'm starting this Thread in case anyone needed any kind of support implementing. http://dev.cmsma...
by magallo
Wed Oct 21, 2020 9:40 pm
Forum: Modules/Add-Ons
Topic: cgsmartimage & webserver
Replies: 4
Views: 1548

Re: cgsmartimage & webserver

does anyone have more info on this ? i installed php-gd, php-xml but still not working locally. No image is rendered and no error in logs

Go to advanced search