Search found 142 matches

by cpansewicz
Tue Jul 18, 2017 3:27 pm
Forum: Modules/Add-Ons
Topic: ListIt shows as installed, even after deleted
Replies: 1
Views: 1024

ListIt shows as installed, even after deleted

Hi, This issue is with ListIt v1.4.1 on CMS v2.1.1. I had installed ListIt, but decided it wouldn't work for my needs, so I uninstalled the module. The module still shows up as installed in my System Information, Installed Modules section, but not in the Module Manager. Also, when I look in the site...
by cpansewicz
Mon Jul 17, 2017 9:41 pm
Forum: Modules/Add-Ons
Topic: Products templates not visible after upgrade to 2.2.2
Replies: 10
Views: 3568

Re: Products templates not visible after upgrade to 2.2.2

Yes, I am having the same issue with the location of the Products templates. Is there a good way to correct this?
by cpansewicz
Mon Jul 17, 2017 9:07 pm
Forum: Modules/Add-Ons
Topic: CGCalendar Upgrade error
Replies: 7
Views: 2913

Re: CGCalendar Upgrade error

This is my system configuration now. The CGCalendar 1.16.1 is rendering the word "Array" anywhere content should be. ---------------------------------------------- Cms Version: 2.2.2 Installed Modules: AceEditor2: 1.05 AdminSearch: 1.0.4 CGBlog: 1.14.4 CGCalendar: 1.16.1 CGContentUtils: 2....
by cpansewicz
Mon Jul 17, 2017 8:56 pm
Forum: Modules/Add-Ons
Topic: CGCalendar Upgrade error
Replies: 7
Views: 2913

Re: CGCalendar Upgrade error

Yes. That is what was done.
by cpansewicz
Mon Jul 17, 2017 7:28 pm
Forum: Modules/Add-Ons
Topic: CGCalendar Upgrade error
Replies: 7
Views: 2913

Re: CGCalendar Upgrade error

Ok. Thanks. I'm not seeing any Calendar templates under Template Types in Design Manager. The Product templates aren't there either.
by cpansewicz
Mon Jul 17, 2017 6:38 pm
Forum: Modules/Add-Ons
Topic: CGCalendar Upgrade error
Replies: 7
Views: 2913

CGCalendar Upgrade error

Hi, We are in the process of updating our CMS from 2.1.1 to 2.2.2. The upgrade went well, but there was an issue with upgrading the CGCalendar module and the way the templates were setup, so we downgraded the module to 1.16.1 for the meantime. Now, where content should be showing, the page says &quo...
by cpansewicz
Mon Feb 20, 2017 6:36 am
Forum: Modules/Add-Ons
Topic: CGCalendar: Passing event field name into a GBC
Replies: 6
Views: 2815

Re: CGCalendar: Passing event field name into a GBC

Ok. Thanks for that clarification on that code. I appreciate it!
by cpansewicz
Fri Feb 17, 2017 6:56 pm
Forum: Modules/Add-Ons
Topic: CGCalendar: Passing event field name into a GBC
Replies: 6
Views: 2815

SOLVED: CGCalendar: Passing event field name into a GBC

In case anybody else is looking to do something similar, if you have an event that is in several categories, but want to sync content into the template based on one of those categories, this is the code that works: {if strpos($event.category_names, 'General') == true} Content here {/if} Thanks again...
by cpansewicz
Wed Feb 15, 2017 6:04 am
Forum: Modules/Add-Ons
Topic: CGCalendar: Passing event field name into a GBC
Replies: 6
Views: 2815

Re: CGCalendar: Passing event field name into a GBC

I started with:
{if $event.category_names == "General"}
{global_content name='General'}
{/if}

But that doesn't seem to work. Maybe because sometimes an event will be in several categories, so I would have to write, if the category name includes?
by cpansewicz
Tue Feb 14, 2017 10:24 pm
Forum: Modules/Add-Ons
Topic: CGCalendar: Passing event field name into a GBC
Replies: 6
Views: 2815

Re: CGCalendar: Passing event field name into a GBC

Thank you so much. In a similar question, is it possible to code the template so that if I choose a category to place the event in, that category name will populate the name of the GBC? So if choose my event to be under "General", then the GBC would be {global_content name='General'}? I've...
by cpansewicz
Tue Feb 14, 2017 6:57 pm
Forum: Modules/Add-Ons
Topic: CGCalendar: Passing event field name into a GBC
Replies: 6
Views: 2815

CGCalendar: Passing event field name into a GBC

Hi,

Is it possible to pass a field name into the name of a global content block in an event template? This is CGCalendar 1.16.1.

For instance,
{if $event.fields.name != ""}
{global_content name='{$event.fields.name)'}
{/if}

Thank you,
Camille
by cpansewicz
Sun Feb 12, 2017 6:28 am
Forum: Modules/Add-Ons
Topic: Error with tabbed content / smarty / get_children
Replies: 3
Views: 1758

SOLVED: Error with tabbed content / smarty / get_children

This has been solved. I needed to change:
href="#collapse{$child@index}" to
href="{$smarty.server.REQUEST_URI}#collapse{$child@index}".
by cpansewicz
Mon Feb 06, 2017 8:56 pm
Forum: Modules/Add-Ons
Topic: Error with tabbed content / smarty / get_children
Replies: 3
Views: 1758

Re: Error with tabbed content / smarty / get_children

Hi,

Thanks for sending that. I would love to be more modern :)) I didn't put them in sep. content blocks because there are 11 accordions. Here is a link to the page to see the situation:
https://www.unmalumni.com/award-recipients.html
by cpansewicz
Fri Feb 03, 2017 8:22 am
Forum: Modules/Add-Ons
Topic: Error with tabbed content / smarty / get_children
Replies: 3
Views: 1758

Error with tabbed content / smarty / get_children

Hi. I'm running CMS Made Simple 2.1.1. I'm using PHP 5.5.29, and MySQL 5.5.52. I have code that I've been using to generate tabbed content on one of my pages. I'm using this code instead of setting up the content directly into tabs because the content is lengthy, and it is easier to edit if it is in...
by cpansewicz
Fri Sep 02, 2016 3:16 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrading from 2.1.4 to 2.1.5 documentation
Replies: 2
Views: 1982

Re: Upgrading from 2.1.4 to 2.1.5 documentation

Glad to hear it is too easy! The last update we did was from 1.x to 2.x which was not so easy! Thanks for adding that.

Go to advanced search