Search found 5 matches
- Wed May 17, 2017 9:29 pm
- Forum: Modules/Add-Ons
- Topic: Modern Module Maker for CMSMS
- Replies: 1
- Views: 1517
Modern Module Maker for CMSMS
Was always a big fan and user of CTLModuleMaker for simple one-to-many type modules. Eventually the module was marked as stale and removed from the forge. I did a survey of other Module Makers: M&C Factory, Module Generator, MCFramework. But they are all at least stale by 36+ months. Does anyone...
- Wed May 17, 2017 9:16 pm
- Forum: Modules/Add-Ons
- Topic: Announcing CGBetterForms v0.7 - A new form building module
- Replies: 13
- Views: 6555
Re: Announcing CGBetterForms v0.7 - A new form building modu
I'll setup a test install and check it out. I have used FormBuilder for a long time but was looking for a replacement.
thanks
thanks
- Sun Apr 15, 2012 7:51 pm
- Forum: Modules/Add-Ons
- Topic: CGGoogleMaps w/ Dynpoint
- Replies: 2
- Views: 978
SOLVED - Re: CGGoogleMaps w/ Dynpoint
when using data from CTLModuleMaker, you need to specify the full reference to the data $item->latitude->value, not just $item->latitude
- Sun Apr 01, 2012 4:28 pm
- Forum: Modules/Add-Ons
- Topic: CGGoogleMaps w/ Dynpoint
- Replies: 2
- Views: 978
Re: CGGoogleMaps w/ Dynpoint
Forgot to point out the detailed issue I'm having: if you notice the field values are 1.000000 <input type="hidden" name="latitude" value=" 1.000000 "> <input type="hidden" name="longitude" value=" 1.000000 "> Yet if I use the same data in ...
- Sat Mar 31, 2012 11:35 pm
- Forum: Modules/Add-Ons
- Topic: CGGoogleMaps w/ Dynpoint
- Replies: 2
- Views: 978
CGGoogleMaps w/ Dynpoint
On CGGoogleMaps I'm having a problem with dynamically generated marker points. Anything passed in reverts to lat: 1.0 long 1.0 and if I echo that to the info window is shows the real points here is the code: Template: GA_Neighborhoods {foreach from=$itemlist item="item"} {assign var='name'...
