PDA

View Full Version : List custom layout templates in Actinic


NathanN
07-Oct-2004, 10:01 PM
Hi,

Is it possible to add a new bespoke layout template (i.e. for a fragment or page layout) to Actinic so it then lists it for quicker use next time?

I have set up one or two new HTML templates to control the formatting of fragments / pages, but need to browse to them each time I wish to use them as opposed to selecting them from the list. Not a problem for me, but if a client wants to select a bespoke fragment layout as an example, they'll have to find it themselves.

Maybe this would be an enhancement to the template manager - i.e. the ability to create new templates with titles and descriptions that Actinic can then present more clearly.

Cheers
Nathan

NormanRouxel
07-Oct-2004, 11:10 PM
Look in Site1 for all the .ini files. The one for Brochure fragments is BrochureTemplates.ini

Edit that and stick your line in immediately after the [Templates] line. E.g.

[Templates]
Act_MySpecialTemplate.html=Description for the drop down list
Act_TextOnly.html=Text only


And ProductTemplates.ini does the same thing for Products.

Norman