I want my project to have multiple themes : the user will be able to choose what the website look like. Think of the themes of the phpbb forum.
In my case, this means changing not only the css, but also some templates. What I need is the following : depending on some user variables, the templates will be looked up for in apps/modules/ mymodule/templates/themeName/ (and, if not found in this directory, the default template located in apps/modules/mymodule/templates/ will be used). This is exactly what the ysfDimensionsPlugin did, however there it does not exist for sf 1.4. I wonder what is the standard way to achieve this (particularly, I do not want to mess with the cache). On 18 mar, 17:02, Thomas Rabaix <[email protected]> wrote: > What you mean by "theme-ing" ? > > On Wed, Mar 17, 2010 at 9:36 AM, Aurélien Fredouelle < > > > > [email protected]> wrote: > > Hi, > > > I have been looking for some days how to do "theme-ing" in Symfony, > > and in many threads people advised to use the ysfDimensionsPlugin. > > > However, the last version of this plugin is for symfony 1.1, with no > > further updates. Any ideas why ? Is there a new standard way to do > > what this plugin is for ? > > > Thanks in advance. > > > -- > > If you want to report a vulnerability issue on symfony, please send it to > > security at symfony-project.com > > > You received this message because you are subscribed to the Google > > Groups "symfony users" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<symfony-users%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/symfony-users?hl=en > > -- > Thomas Rabaixhttp://rabaix.net -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en
