Regarding 2nd question about In-place Templating module, make sure you have 
corresponding template definitions. Otherwise the system won't find your 
template scripts under Templating menu (=workspace). The Introduction to 
templating article helps. 
http://documentation.magnolia-cms.com/templating/introduction.html#Createthetemplatescript

Quick example:
1. Go to the Templating menu and create a new template script "myTemplate". 
Paste a Freemarker example from the Introduction article into the script. 
http://documentation.magnolia-cms.com/templating/introduction.html#Createthetemplatescript
2. Create a matching template definition, for example under Configuration > 
/modules/templating.

[code]
+ modules
  + templating
    + templates
      + myTemplate
        - name = myTemplate
        - templatePath = /myTemplate
        - title = Hello Magnolia
        - type = freemarker
        - visible = true
[/code]

Now the template should be available for assigning to pages in the Template 
column.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=3d8e39e5-0cf7-4626-ae95-303a38f49c8f


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to