[web2py] Select Image In Custom Registration

2013-11-21 Thread Noah Corradin
I have a custom registration form and i am getting a good grasp of the concepts behind customizing the auth_table. I was curious about one thing i could not find a good direction for. I want users to be able to select an image from a drop down menu at the registration page for their avatar.

[web2py] How to generate URLs for each user similar to twitter?

2013-11-13 Thread Noah
I understand that Web2Py's urls work like this: 127.0.0.1:9292/ApplicationName/ControllerName/ControllerFunction I'm building an app that has user logins and I want to have a sort of profile page for each user that has an easy to remember URL. Similar to on twitter where to go to a user's page

[web2py] orderby variable, uknown column

2013-11-13 Thread Noah Corradin
can someone explain to me why the following does not perform the way i thought it would This works: results=db(db.allstats.ptype==ptype).select(db.allstats.ALL, orderby=db.allstats.attack) But this does not: statA = request.vars.stat1 order='db.allstats.'+statA results =

Re: [web2py] query from drop down menu

2013-11-13 Thread Noah Corradin
*code there: http://web2py.com/books/default/chapter/29/03/overview#A-simple-wiki. Kiran Subbaraman http://subbaraman.wordpress.com/about/ On 11/6/2013 7:22 AM, Noah Corradin wrote: I am trying to execute a query based on the values of 3 drop

[web2py] Re: orderby variable, uknown column

2013-11-13 Thread Noah Corradin
=db.allstats[statA] On Wednesday, November 13, 2013 3:32:20 AM UTC+1, Noah Corradin wrote: can someone explain to me why the following does not perform the way i thought it would This works: results=db(db.allstats.ptype==ptype).select(db.allstats.ALL, orderby=db.allstats.attack

[web2py] SQLFORM for a relational database combined with insert only if record does not currently exist?

2013-11-05 Thread Noah
I have 3 tables defined in my model like so: db.define_table('author', Field('name', 'string'), Field('bio', 'text')) db.define_table('source', Field('name', 'string'), Field('description', 'text')) # a table to store posted Quotes db.define_table('post',

[web2py] How to build a SQLFORM for relational database? Beginner in need of help.

2013-11-05 Thread Noah
I have a relational database structure containing 3 tables, set up in the model as follows: db.define_table('author', Field('name', 'string'), Field('bio', 'text')) db.define_table('link', Field('name', 'string'), Field('description', 'text')) db.define_table('post',

[web2py] query from drop down menu

2013-11-05 Thread Noah Corradin
I am trying to execute a query based on the values of 3 drop down menus. I have the following for drop down menus but i am unsure on how to turn the selected values into queries. Is this the proper way to do it in web2py? {{extend 'layout.html'}} {{rows = db().select(db.stats.ALL)}} select

[web2py] Issues with rendering wiki in html.

2013-05-15 Thread Noah Lange
I've been working with web2py for only the last few weeks, so it's likely this is a problem borne mostly of my own ignorance, but I've been having issues rendering a wiki I've been working on. In my (closely related, so ideally with the same userbase and application name, but with some content

[web2py] Re: web2py working on my iPad! :vD

2011-02-05 Thread Noah McIlraith
Wow, all that for something that can't even run in the background? It was easier installing Debian on Android to achieve the same thing (sans the cant-work-in-background-mode).