P.S. Requires trunk web2py or add this at the bottom of your models/ db.py auth.user_id = (auth.user and auth.user.id) or None
On Dec 28, 7:27 pm, Massimo Di Pierro <[email protected]> wrote: > web2py.plugin.comments.w2p > 2KViewDownload > > > > I am working in a new plugin comments. I could use some help in testing. > > You can add comment to any page just do > > {{=LOAD('plugin_comments',args=['tablename',1])}} > > where 1 is the record_id of the db[tablename] you want to add comments > to. -- 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.

