Search found 106 matches

by magallo
Wed Apr 17, 2024 9:45 am
Forum: Layout and Design (CSS & HTML)
Topic: Please help me
Replies: 1
Views: 51

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: 42

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: 73

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: 130

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: 6736

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: 12114

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: 2330

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: 12290

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: 2330

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: 2247

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: 1533

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
by magallo
Mon Jan 27, 2020 9:13 pm
Forum: CMSMS Core
Topic: Editor notes in admin screens
Replies: 3
Views: 1827

Re: Editor notes in admin screens

You could probably just edit the original admin template and save it in assets/admin_custom...
by magallo
Mon Jan 27, 2020 6:20 pm
Forum: Help Wanted (commercial)
Topic: Centos 7 local webserver tune up
Replies: 2
Views: 6363

Centos 7 local webserver tune up

Hi, i'm looking for some help tuning my local server. I'm trying to mirror my cloud webserver locally for development purposes. I'm new to linux and got into trouble when tried to deliver different php versions for different websites. I'm able to serve php5.5, php5.6 and php 7.2 however i'm still ge...
by magallo
Tue Nov 05, 2019 12:12 am
Forum: Tips and Tricks
Topic: CMSMS & PHPBB Forum Session Sharing
Replies: 0
Views: 5558

CMSMS & PHPBB Forum Session Sharing

Hi guys i was building a project where the main domain shares the same header menu with a phpbb forum located at a subdomain. Similar to cmsms site and forum. CMSMS v2.2.12 PHPBB v3.2.7 phpbb has some tutorials on how to get the user session and display it into a template: define('IN_PHPBB', true); ...
by magallo
Thu Sep 26, 2019 7:37 pm
Forum: The Lounge
Topic: Pretty URL .htaccess rewrite subdomain to directory
Replies: 4
Views: 7845

Re: Pretty URL .htaccess rewrite subdomain to directory

I ended up pointing the subdomain to the same folder where the main site is. I then edited the LISE item url to only have:
name
instead of
reviews/name

It works but i need to make sure search engine doesn't see duplicate content.

Go to advanced search