I urgently need to create a printable version of a page which shows the list of meetings in a table (see link) and pulls in additional detail for each row - the address for each meeting from its sub-page. (so the final print version would have an additional column for addresses)
You can see the setup via the temp page url: http://79.170.44.148/coda-uk.org/?page=all
Is there a way I can do this with smarty tags? Really stuck, It would be huge help if anyone could advise or suggest a way forward with this.
Thanks
J
combining content from 2 pages in print version
Re: combining content from 2 pages in print version
CGSimpleSmarty is a module that allows you to get content from other pages into one location. The actual smarty code will depend on how your page hierarchies and content blocks are setup. Assuming the addresses (in your examples) are stored in specific content blocks in sub-pages, it should be relatively easy to pull the data and format it in your page or template.
Check the module documentation for examples.
Hope that helps
-S
Check the module documentation for examples.
Hope that helps
-S