A tip, for those who are running on a cheap shared server, where have no access to /admin but has SSH or FTP
Just access the app folder $ cd web2py/applications/yourapp/ $ wget http://web2py.com/layouts/static/plugin_layouts/plugins/web2py.plugin .<layoutname>.w2p $ tar -xzvf web2py.plugin.<layoutname>.w2p This will unpack the plugin directly to you app views and static folders, then the layout is applied. (will overwrite your views/layout.html) 2010/10/21 Jason Brower <[email protected]> > I think I see where your going with this. > Are you going to implement this in your recent work with the "application > builder"? > BR, > Jason > > > On Wed, 2010-10-20 at 18:04 -0700, mdipierro wrote: > > http://web2py.com/layouts > > I deleted a lot of the crappy layouts and fixed the good ones. Now > they all support menus, navbar and flash. > If you install one of them it will overwrite your layout.html > > Massimo > > > -- http://rochacbruno.com.br

