Re: [web2py] Superfish in Web2py 2.0

2012-09-22 Thread Patrick Ryan
Thanks Richard. That's very helpful. I'm looking to use the MENU helper to build a custom sidebar menu so all I need to do now is isolate and modify the js and css. Is nav now the default class id for the helper? On Saturday, September 22, 2012, Richard Vézina ml.richard.vez...@gmail.com wrote:

Re: [web2py] Re: App Cookbook friends.html - class 'sqlite3.OperationalError' no such column: auth_user.first_name

2012-08-23 Thread Patrick Ryan
Thanks, Massimo. I studied the ticket a little more closely, and it looks like it was a problem with the controller. I had: *friends = db(Link.target==me).select(orderby=alphabetical)* But the alphabetical variable stores a query that references db.auth_user, so I changed it to: *friends =

Re: [web2py] Re: How to Represent a Foreign Key Using Foreign Keys in Primary Table

2012-04-02 Thread Patrick Ryan
No dice. I think I'm going to take your original advice and build a reference table, though. Thanks again for your help. On Fri, Mar 30, 2012 at 9:13 PM, Derek sp1d...@gmail.com wrote: I see what you mean. In that case, you don't want to reference the other table, since you don't have a many