Search found 9 matches
- Wed Feb 13, 2013 2:56 pm
- Forum: Modules/Add-Ons
- Topic: [solved] CompanyDirectory gone from admin, still working
- Replies: 2
- Views: 1112
CompanyDirectory gone from admin, still working - HELP!
OK. False alarm. I cleared the CMS cache, and all is now well.
- Wed Feb 13, 2013 2:50 pm
- Forum: Modules/Add-Ons
- Topic: [solved] CompanyDirectory gone from admin, still working
- Replies: 2
- Views: 1112
Re: CompanyDirectory gone from admin, still working - HELP!
I've managed a work around to this by opening up another module via admin (say News), and then hand editing the URL, changing the module name to CompanyDirectory. The admin interface for the module seems to work at this point. Still keen to find out how I can add it back to the Content menu. Cheers...
- Wed Feb 13, 2013 2:39 pm
- Forum: Modules/Add-Ons
- Topic: [solved] CompanyDirectory gone from admin, still working
- Replies: 2
- Views: 1112
[solved] CompanyDirectory gone from admin, still working
I've just upgraded our site to 1.11.4 using the diffs from 1.11.1 and have used Module Manager to upgrade the various modules. CompanyDirectory is still showing up (latest version) in the Modules page, and the front end is working just fine, but the module has disappeared from the admin "Conten...
- Fri Jun 15, 2012 3:28 am
- Forum: Tips and Tricks
- Topic: Content block with Gallery picker
- Replies: 10
- Views: 16720
Re: Content block with Gallery picker
Just implemented this using ECB and a slightly modified UDT. Thanks to those who posted suggestions on this thread! template code {content_module module="ECB" field="dropdown_from_module" block="gallery" label="Gallery" mod="get_gallery_list" assign=...
- Thu Dec 15, 2011 2:09 am
- Forum: Developers Discussion
- Topic: How to get rendered page output within CMS
- Replies: 11
- Views: 5006
Re: How to get rendered page output within CMS
Hi, the reason I can't use GCBs is that there is no option with GCBs to offer only part of the content block for editing by an Editor user. I want to template all of the complicated bits, and let the user just fill in the required information, just like they do with a page. If there is a way I can p...
- Thu Dec 08, 2011 2:45 am
- Forum: Developers Discussion
- Topic: How to get rendered page output within CMS
- Replies: 11
- Views: 5006
Re: How to get rendered page output within CMS
Thanks spcherub. I've checked out CGSimpleSmarty, but as far as I can tell, I can only pull out the content elements from a given page, not the full content including the template content. e.g. say my page template is as follows: <div class="bob">{content}</div> From what I understand CGSi...
- Wed Dec 07, 2011 10:22 pm
- Forum: Developers Discussion
- Topic: How to get rendered page output within CMS
- Replies: 11
- Views: 5006
Re: How to get rendered page output within CMS
Sorry, I should have provided a little more context. Basically I am trying to work out a way to provide templated reusable content within the CMS. Normally I would use GCBs, but there is no way to provide a templated view for GCBs which end user editors can work with. So the idea is to create a bunc...
- Wed Dec 07, 2011 12:49 am
- Forum: Developers Discussion
- Topic: How to get rendered page output within CMS
- Replies: 11
- Views: 5006
Re: How to get rendered page output within CMS
Dr CSS/Wishbone, thanks for responding. Wishbone's comment is correct. I'm looking for a way to get the FULL content from a page programatically from within the CMS, just as if it were accessed from the web server - template applied, content and global content processed etc. Any help appreciated. Ch...
- Tue Dec 06, 2011 10:49 pm
- Forum: Developers Discussion
- Topic: How to get rendered page output within CMS
- Replies: 11
- Views: 5006
How to get rendered page output within CMS
Does anyone know of a way to access the rendered output of a page from with the CMS libraries? I've found examples of pulling individual content blocks for a page, but nothing covering rendering of the entire output of a page. The only option I have come up with so far is using smarty to fetch the p...