Christian, I'm not sure that I understand your problem properly, because template override is already a symfony 1.0 feature. I do it all the time. You just need to create a module in your app with the same nameas the plugin's module, and create just the template files that you want to override the plugin's templates.
François 2007/10/15, Christian Schaefer <[EMAIL PROTECTED]>: > > > hi all, > > I've been working a lot with symfony plugins lately. almost all of > them include modules. > > sometimes it happens that the provided module's templates don't suit the > user. > I was wondering if it is possible to implement a kind of template > override which allows the user to create an app module with the same > name as the enabled one only including a template dir and a config dir > overriding the plugins? > > templates not existing in this folder should be read from the plugin. > > > I already implemented something like that for a client but in a very > stripped down version and based on symfony 1.0. frankly to locate all > the places I had to change for that was a big pain. now I hope for the > new version 1.1 to improve the code in that respect. > > I would be glad to contribute to such a feature enhancement and I > would like to ask all of you if such a feature is needed? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
