It's a little bit strange.. I have in the default/layout the rigth code (as welcome app as reference) and in the menu, 'authentication' and the link after it doenst show... Any clues?
thank you Carlos Aboim 2009/9/7 mdipierro <[email protected]> > > > > On Sep 7, 8:14 am, Carlos Aboim <[email protected]> wrote: > > Yeah I know.. > > > > Well I'll try explain better my ideia. > > > > The default web2py app is a welcome app right? > > On index page of that app there is a menu on the left side of the page. > > > > So first of all, I want to change my default app! How do I do that? > > If you create an app called "init" that will be your default app. > > > And second I whould like to see the left menu on my app index page! > > You can place {{=MENU(response.menu)}} anywhere you like, including > view/default/index.html > > > > > Thanks > > Carlos Aboim > > > > 2009/9/7 weheh <[email protected]> > > > > > > > > > I'm not sure exactly which link you're referring to. However, you can > > > easily create any link you like using the A() and URL() helpers. If > > > you can figure out which link is missing and what the proper URL > > > should be, then use A('main login',_href=URL > > > (r=request,a='my_app',c='my_controller',f='my_login')) to build the > > > link you want. > > > > > On Sep 7, 5:59 am, Carlos Aboim <[email protected]> wrote: > > > > Hi folks, > > > > I made a mistake and deleted the link to login in the main page. > > > > I have compared my app and the welcome app, I think both controlers > > > > have def user() > > > > and both views have default/user but the link is still gone. > > > > How I cant retrive it back? > > > > > > thank you > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

