Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Custom Hierarchy In FormsPublisher
bgeorge
I am trying to merge an existing website file hierarchy into FormsPublisher that does not follow the [WORKAREA]/[Development]/templatedata/[data_category]/[data_type] file structure. The existing file structure needs to be maintained in order for SSD code to function correctly. Is this possible with FormsPublisher? If so, how would I define this "custom" hierarchy in the templating.cfg file?
An example of the hierarchy is as follows:
- html
--- homepage
----- help
----- contactUs
----- setupAnAccount
---- searchPage
- xml
- rim
All of the above are examples of directories that exist in our file structure, and html files may reside in any directory. Thanks.
Find more posts tagged with
Comments
nipper
1. you can change /templatedata to something else, that is defined in iw.cfg
2, you must have 3 more directories (category/type/data)
3 you can add more directories under data.
That being said, you really do not want to mess with that, instead create a TPL that will generate new XML from the DCR and then you can place it wherever you desire.
bgeorge
thanks I'll give it a try.