Search found 12 matches
- Sun Jul 22, 2012 7:00 pm
- Forum: Modules/Add-Ons
- Topic: JSavailability-where is the Module Help please?
- Replies: 4
- Views: 2091
Re: JSavailability-where is the Module Help please?
Would you be so king and share Which Program Facility you are using as a workaround to the initial issue?
- Mon May 28, 2012 8:28 am
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory - Searching Custom Fields
- Replies: 3
- Views: 1629
Re: CompanyDirectory - Searching Custom Fields
First of all It is {CompanyDirectory action="search"}
Yes I'm sure you can do this with a forach from in your "Search Form" template
Yes I'm sure you can do this with a forach from in your "Search Form" template
- Thu May 24, 2012 9:08 am
- Forum: Modules/Add-Ons
- Topic: FrontEndUser Session Problem/issue
- Replies: 1
- Views: 809
Re: FrontEndUser Session Problem/issue
i have found some help but the solution that is proposed is asking to hack the core of cms "don't what to do that" http://malebolgia.shadowsonawall.net/code-programming/cmsms-frontend-user-hack-for-automatic-login.html is there a way of doing what is proposed in this blog without taking th...
- Thu May 24, 2012 8:49 am
- Forum: Modules/Add-Ons
- Topic: FrontEndUser Session Problem/issue
- Replies: 1
- Views: 809
FrontEndUser Session Problem/issue
Hi, I have A problem with The User session, On my default Menu template i have implemented the tag {FrontEndUsers} So that the login form is displayed in the menu of every page that is called. Configured cookie in the FrondEndUser Module so that the session is kept alive and user has the option to r...
- Sun May 20, 2012 8:48 pm
- Forum: The Lounge
- Topic: [Solved]Question about the uploads Path of CMS installation
- Replies: 1
- Views: 1187
- Sun May 20, 2012 7:33 pm
- Forum: The Lounge
- Topic: [Solved]Question about the uploads Path of CMS installation
- Replies: 1
- Views: 1187
[Solved]Question about the uploads Path of CMS installation
Hello i have a multi CMS installation on my domain which looks like this: "http://www.example.com/ CMS-installation-1 "http://www.example.com/ CMS-installation-2 Since the uploads path of each CMS installation is relative to the CMS installation, e.g. "http://www.example.com/ CMS-inst...
- Wed May 09, 2012 5:06 am
- Forum: Modules/Add-Ons
- Topic: Availability Summary View a Specific Resorce
- Replies: 0
- Views: 627
Availability Summary View a Specific Resorce
HI, I am Trying to place on my homepage a Table where 2 specific resources of 10 available are displayed ----------------------------------------- I am looking to do something like this: {Availability action="default" resources="5"} {Availability action="default" resour...
- Mon May 07, 2012 5:01 pm
- Forum: Modules/Add-Ons
- Topic: Availability module - Can't create reservation
- Replies: 1
- Views: 835
Re: Availability module - Can't create reservation
This is due to PHP Scripting time set on server, I'm sure that when you installed the CMS MS you had a little yellow marker telling you that the scripting time recommended is 60 seconds.
- Mon May 07, 2012 4:50 pm
- Forum: Modules/Add-Ons
- Topic: Availability Module and Studio-Booking, is it possible?
- Replies: 3
- Views: 1474
Re: Availability Module and Studio-Booking, is it possible?
i Have exactly the same issue, would be great if i could get some indices of what the table should look like then ill create it mi self
- Mon Apr 30, 2012 12:38 am
- Forum: Modules/Add-Ons
- Topic: Calling An Individual field in the Availability Module 1.7.1 [SOLVED]
- Replies: 5
- Views: 1851
Re: Calling An Individual field in the Availability Module 1
I believe that this is a more complete Answer: For the "Summary template" Use: For Field Array: {$one.fields.YOUR_FIELD} For Field Value: {$one.fields.YOUR_FIELD.value} For the "Detail template" Use: For Field Array: {$rsrc.fields.YOUR_FIELD} For Field Value: {$rsrc.fields.YOUR_F...
- Sun Apr 29, 2012 1:50 pm
- Forum: Modules/Add-Ons
- Topic: JSavailability-where is the Module Help please?
- Replies: 4
- Views: 2091
Re: JSavailability-where is the Module Help please?
This Is due to a not fully developed PHP File I guess that the Original Project developer did not have the time or courtesy, opting for the first one, to Fill this file with info for other users. You Can find this file in the following DIR: CMS_Installation_Path/modules/JSAvailability/lang/de_DE.php...
- Thu Apr 26, 2012 10:35 am
- Forum: Modules/Add-Ons
- Topic: CMSMS - Vacations Module - Custom Field Definitions
- Replies: 0
- Views: 559
CMSMS - Vacations Module - Custom Field Definitions
Hello, i am implementing the " Vacations Module" on my CMSMS Site. I have created Packages and some Field Definitions Set to public. Problem: When Placing the {Vacations action="details"} Tag, The Custom Field is Called however the Imput i have placed n the according Field Defini...