Search found 962 matches

by Jeff
Mon Jul 25, 2016 5:42 pm
Forum: The Lounge
Topic: Can't list News if postdate is in future (CMSMS 2) - cont.
Replies: 2
Views: 2027

Re: Can't list News if postdate is in future (CMSMS 2) - con

You can setup modules and use them however you want.

But don't complain when the developers improve the module and fix bugs in the module for its stated purpose and brake your unconventional use.
by Jeff
Fri Jul 22, 2016 5:50 pm
Forum: The Lounge
Topic: Visibility of global smarty variables
Replies: 6
Views: 3323

Re: Visibility of global smarty variables

It might be an issue with smarty caching of the variable. I am not sure how to fix it.
by Jeff
Thu Jun 30, 2016 7:02 pm
Forum: Modules/Add-Ons
Topic: PHP errors when browsing for image TinyMCE
Replies: 3
Views: 1777

Re: PHP errors when browsing for image TinyMCE

Which version of TinyMCE?

My guess is you are using the latest version which is for 2.x not 1.x.
by Jeff
Wed Jun 29, 2016 6:03 am
Forum: Modules/Add-Ons
Topic: [Question] About Social login for FrontEndUsers
Replies: 3
Views: 2016

Re: [Question] About Social login for FrontEndUsers

I am a developer on that project now. I can look at it, but I have clients and sponsored work that are ahead of it. Probably won't be till end of next week or the following week.
by Jeff
Wed Jun 29, 2016 5:36 am
Forum: Developers Discussion
Topic: CMS 2: need help $smarty in UDT
Replies: 3
Views: 4477

Re: CMS 2: need help $smarty in UDT

IMO, anything needed inside the UDT should be passed in as a param (think of an UDT as a function).

{myUDT myvar=$var}

then in the UDT

$somevar = $param['myvar'];
by Jeff
Tue Jun 28, 2016 3:23 am
Forum: The Lounge
Topic: LISE instance and vertical tabs problem
Replies: 11
Views: 4228

Re: LISE instance and vertical tabs problem

That is caused by missing closing tag. We need your current template to verify where the problem is, but here are some problems in your last one. {if $item->fielddefs.slika->value} {*slika=image*} <img class="img-responsive" {CGSmartImage src="{uploads_url}/{$item->fielddefs.slika.val...
by Jeff
Sun Jun 26, 2016 9:01 am
Forum: The Lounge
Topic: My two CMS Made Simple Websites are "failed to open page"
Replies: 1
Views: 1270

Re: My two CMS Made Simple Websites are "failed to open page

Check with your hoster. Not a CMSms problems.
by Jeff
Fri Jun 24, 2016 4:04 am
Forum: [locked] Documentation
Topic: Documentation on Moving Files to New Server
Replies: 1
Views: 6292

Re: Documentation on Moving Files to New Server

When it says copy the files, copy ALL the files.
they are at: C:\xampp\apps\cmsmadesimple
Then that is what you copy.
by Jeff
Tue Jun 21, 2016 12:51 am
Forum: Developers Discussion
Topic: SVN working folders
Replies: 1
Views: 2346

Re: SVN working folders

It is a issue with the logic to display the XML button.

My work around was to move the .svn folder to the parent directory (mv .svn ../ on linux) and then after I download the XML file, move it back (mv ../.svn ./).
by Jeff
Tue Jun 21, 2016 12:45 am
Forum: The Lounge
Topic: Searching Within a String to Distinguish Groupings?
Replies: 4
Views: 1960

Re: Searching Within a String to Distinguish Groupings?

If you want a better way you need to give us more details of what you are doing (which module you are using). For your question you could do something like: {if $variablename|substr:0:3 == 'gp1'}...{/if} A guess at a better solution is to call the custom variables directly instead of using the defau...
by Jeff
Sun Jun 19, 2016 8:16 am
Forum: Modules/Add-Ons
Topic: LISE : Get list of items in dropdown list field definition?
Replies: 3
Views: 2105

Re: LISE : Get list of items in dropdown list field definiti

This is just a example you need to verify variable names and the proper way to access the values. In the {foreach} loop in the LISEInstance Summary template you can add the following line: {$filter_properties[$item->fields->propertyType->value] = "pf-{$item->fields->propertyType->value}"} ...
by Jeff
Sun Jun 19, 2016 6:25 am
Forum: Modules/Add-Ons
Topic: LISE : Get list of items in dropdown list field definition?
Replies: 3
Views: 2105

Re: LISE : Get list of items in dropdown list field definiti

I don't understand what you are trying to do and what you need.

Maybe it would help to take a step back and describe the general problem you are having and the bigger picture of what you are trying to do?
by Jeff
Sun Jun 19, 2016 6:22 am
Forum: Modules/Add-Ons
Topic: LISE (ListIt2) : Examples, Tutorials, or Explanation?!
Replies: 9
Views: 4472

Re: LISE (ListIt2) : Examples, Tutorials, or Explanation?!

The module works like all the other modules work. The module documentation doesn't cover things that should already be known by basic CMSms usage. I am totally confused by what you are trying to do. But sound like you trying to get next door by going all the way around the block. Why are you trying ...
by Jeff
Sun Jun 19, 2016 12:06 am
Forum: Modules/Add-Ons
Topic: LISE (ListIt2) : Examples, Tutorials, or Explanation?!
Replies: 9
Views: 4472

Re: LISE (ListIt2) : Examples, Tutorials, or Explanation?!

Look at the help of the LISE child module. But the logic is the same as most CMSms module

If your child module is LISETest, putting {LISETest} will run the default action for the module with is the typical summary view.

Go to advanced search