Search found 462 matches

by psy
Mon Jun 08, 2015 1:11 pm
Forum: Modules/Add-Ons
Topic: ListIt2 and CMSMS 1.12
Replies: 19
Views: 17238

Re: ListIt2 and CMSMS 1.12

Hi, sorry to say that ListIt2FEEdit is no longer supported/under development either. Too hard, too much time, etc to keep up to date with CMSMS and all it's changes when LI2 is no longer supported. However, MAYBE a solution is that you have not specified an LI2FEEdit template in your tag? The error ...
by psy
Mon May 18, 2015 11:23 am
Forum: Modules/Add-Ons
Topic: Map doesn't show - more from closed topic
Replies: 0
Views: 953

Map doesn't show - more from closed topic

This post in in response to the auto-closed topic: http://forum.cmsmadesimple.org/viewtopic.php?f=7&t=72362&hilit=CGGoogleMaps2 Yes, I suffered the same pain as you. Took a bit of investigating especially as I had copied the map template from one site that worked (bootstrap framework) to ano...
by psy
Sat Apr 04, 2015 11:33 am
Forum: Modules/Add-Ons
Topic: Listit2 get row if field not empty [solved]
Replies: 9
Views: 2664

Re: Listit2 get row if field not empty

Get all items from your search filter but only output those you need, eg:

Code: Select all

{foreach from=$items item=item}
  {if $item->fielddefs->myfield->value != ''}
    ... do your output...
  {/if}
{/foreach}
by psy
Sun Jan 25, 2015 12:18 pm
Forum: Tips and Tricks
Topic: jQuery Ajax and Chrome
Replies: 0
Views: 3737

jQuery Ajax and Chrome

It's a regular thing to have an ajax form submit items to a cart in the CGEcomm suite... until jQuery changed the rules about how best to submit the request and report on the subsequent results, especially when using Google Chrome. jQuery now recommends using .done(), .fail() and .always() instead o...
by psy
Fri Jan 23, 2015 9:47 am
Forum: The Lounge
Topic: Html blob 'global_content_block_x' does not exist
Replies: 3
Views: 1630

Re: Html blob 'global_content_block_x' does not exist

Does the GCB name have spaces in it? Long ago this was OK but not now.
by psy
Wed Jan 21, 2015 1:08 pm
Forum: The Lounge
Topic: TemplateExternalizer errors after moving to a new domain
Replies: 3
Views: 1587

Re: TemplateExternalizer errors after moving to a new domain

Suggestion (no guarantee to work)... uninstall then reinstall Template Externalizer from Extensions->Modules.

TE does nothing to the site itself but needs accurate URL and file location info (same as CAPTCHA). Reinstalling may update this info.
by psy
Wed Jan 21, 2015 12:55 pm
Forum: General Discussion
Topic: Forum topics locked too quickly
Replies: 7
Views: 5783

Re: Forum topics locked too quickly

Again, agree with Cerulean here.
1 month and 1 week? Kidding me right? Whose decision was that?
by psy
Thu Jan 15, 2015 10:57 pm
Forum: The Lounge
Topic: help to create udt with array_unique function
Replies: 5
Views: 3294

Re: help to create udt with array_unique function

In your foreach loop, assign the value to a var, eg 'onevar'. Then after each
foreach loop:

Code: Select all

{append var='allvars' value=$onevar}
You can then do your array_unique thing on $allvars.
by psy
Thu Jan 15, 2015 10:32 pm
Forum: The Lounge
Topic: Again... use a subdomain folder and make it appear root
Replies: 11
Views: 3256

Re: Again... use a subdomain folder and make it appear root

A white page sometimes indicates a problem with Apache PHP handlers. Check your htaccess file is using the correct handler for your version of PHP.
by psy
Thu Jan 15, 2015 9:40 pm
Forum: Modules/Add-Ons
Topic: [solved] ListIt2 Select rows with certain value
Replies: 3
Views: 1358

Re: ListIt2 Select rows with certain value in added, multise

From the LI2 help: (optional) serach_*="" - Search a particular field. You can use 'title' or the alias of a field definition, e.g. search_title. Can be combined with fulltext search. Multiple search_* params can be combined. 'serach' is a typo. Meant to be 'search'. Maybe: {ListIt2MyInsta...
by psy
Mon Jan 05, 2015 9:13 pm
Forum: General Discussion
Topic: Global JavaScript Object for CMS Made Simple
Replies: 1
Views: 2777

Re: Global JavaScript Object for CMS Made Simple

You can achieve what you want with smarty template code. Eg, in a module template (assumes CGExtensions is installed for {jsmin} but you can assign any tag): {jsmin assign='js'} {literal} <__script__> $(document).ready(function()({ ... }); </__script> {/literal} {append var=pagejs value=$js} Then in...
by psy
Fri Dec 26, 2014 2:07 pm
Forum: Modules/Add-Ons
Topic: ListIt2 instead of Formbrowser
Replies: 1
Views: 1124

Re: ListIt2 insread of Formbrowser

ListIt2FEEdit
by psy
Fri Dec 26, 2014 1:54 pm
Forum: Layout and Design (CSS & HTML)
Topic: Foundation5 Menu template
Replies: 11
Views: 6642

Re: Foundation5 Menu template

IMHO, Zurb menus are better for CMSMS. They make top level pages with sub pages accessible on smaller devices. Bootstrap menus don't. Instead bootstrap makes them behave like section headers.
by psy
Fri Dec 19, 2014 10:28 am
Forum: Modules/Add-Ons
Topic: Formbuilder for bootstrap [Solved]
Replies: 3
Views: 3115

Re: Formbuilder for bootstrap

You can use more than one |replace: in a tag, one right after another... Is 100% correct. You can also write your own FB form template, eg: {$fb_form_header} {if $fb_form_done == 1} {* This first section is for displaying submission errors *} {if isset($fb_submission_error) && $fb_submissio...
by psy
Fri Dec 19, 2014 9:36 am
Forum: Modules/Add-Ons
Topic: [Solved] Wrong url after copy News module
Replies: 12
Views: 3391

Re: [Solved] Wrong url after copy News module

I've found that once you run thru the search/replace routine it becomes easy to keep the module up to date, do it every time a new version comes out... True DrCSS, but then you have to remember which client, which modules, etc. The client will never know and in my experience, you'll never be able t...

Go to advanced search