Hello Peter I'm afraid I still don't understand 100% what you are trying to achieve, but let me try to explain some things.
You can easily implement and plug in your own implementation of TemplateAvailability without having to modify STK. You can do so by setting your own class in your site definition: [img]http://i.imgur.com/02k0S.png[/img] What we generally propose for your own projects is to extend STK if possible. Even if you actually want stkArticle, do your own myProjectArticle which extends stkArticle. Often times it happens that you need to modify or add something later, even if it is only the labelling that your client isn't happy with :). If you make your pages be of renderType=stk, you will be able to access all the functions associated with it. It would probably help if you wrote up what your are trying to achieve in the end instead of what you have done already. Maybe there is an easier way to do so. I am also not sure what you want to override in the server config, could you elaborate as well? Cheers -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=2e053b50-f2f1-4c17-9551-cc0cfb3dacc7 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
