Search found 6 matches
- Thu May 01, 2014 4:38 am
- Forum: Modules/Add-Ons
- Topic: no markers with cggooglemaps2
- Replies: 8
- Views: 3459
Re: no markers with cggooglemaps2
Hmm, this is strange, I have 2 servers (one for Development then Production), appears fine on our Development server, but not on our live one. PHP same version ect. Same copy of website. Now I have narrowed down the following output of the javascipt created: Development (showing) $(document).ready(f...
- Mon Feb 06, 2012 9:49 pm
- Forum: Modules/Add-Ons
- Topic: AdvancedContent Question
- Replies: 0
- Views: 767
AdvancedContent Question
Hi guys, I was wondering if you could please help me with AdvancedContent Module. I have just installed a fresh 0.9.2 version on cms ms 1.10.3 My issues is the following: If you navigate to Advanced Content module itself, and click on the Multi Inputs tab, there is a Input Id of 'SampleInput' with t...
- Thu Dec 15, 2011 7:34 pm
- Forum: Modules/Add-Ons
- Topic: MC Factory Sample Modules?
- Replies: 1
- Views: 708
Re: MC Factory Sample Modules?
bump? I would really appreciate this..
- Wed Nov 02, 2011 11:23 pm
- Forum: Modules/Add-Ons
- Topic: Cataloger v.10 says it was fixed for v. 1.10 CMSMS
- Replies: 1
- Views: 507
Re: Cataloger v.10 says it was fixed for v. 1.10 CMSMS
Had no issues myself, and that was from an upgrade of the 1.9 series too...
- Fri Aug 26, 2011 1:44 am
- Forum: Modules/Add-Ons
- Topic: MC Factory Sample Modules?
- Replies: 1
- Views: 708
MC Factory Sample Modules?
Hi there,
Has anyone developed a custom module using the MC Factory module? If so, would you please be able to supply a file so I could import it and check out the logic behind it?
Thanks!
Has anyone developed a custom module using the MC Factory module? If so, would you please be able to supply a file so I could import it and check out the logic behind it?
Thanks!
- Mon Feb 14, 2011 9:37 pm
- Forum: Modules/Add-Ons
- Topic: Calguys Content Utlities ans Smarty
- Replies: 1
- Views: 945
Re: Calguys Content Utlities ans Smarty
Hi there, I figured out a way, and that was to "capture" the value at the top of my template. Then apply an eval var tag to the final output: eg: {capture assign='gallerytag'} {content_module module='CGContentUtils' block='Gallery' name='Gallery' label='Gallery Tag'} {/capture} and now wit...