Re: [google-appengine] Comment Box

2011-05-17 Thread Robert Kluin
Wow. So Facebook has cornered the 'like button' now? It is like 'google' being a verb meaning search. Facebook knows they are *really* big-time now. On Wed, May 18, 2011 at 01:03, Ernesto Oltra wrote: > http://developers.facebook.com/ > > This are the list of facebook plugins: >   http://de

Re: [google-appengine] Comment Box

2011-05-17 Thread Ernesto Oltra
http://developers.facebook.com/ This are the list of facebook plugins: http://developers.facebook.com/docs/plugins/ and specifically the Like button: http://developers.facebook.com/docs/reference/plugins/like/ -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] Comment Box

2011-05-17 Thread Matt Wein
Thank you! all I had to do was add a else statement saying if clicked, redirect users to login screen (ie. self.redirect(users.create_login_url(self.request.uri)) By any chance do you know where I can find out how to create a like button? On Tue, May 17, 2011 at 6:16 PM, Ernesto Oltra wrote: > I

Re: [google-appengine] Comment Box

2011-05-17 Thread Ernesto Oltra
I think you should see Python introduction to App Engine: http://code.google.com/intl/en/appengine/docs/python/gettingstarted/ and specially the Using the Users service part: http://code.google.com/intl/en/appengine/docs/python/gettingstarted/usingusers.html -- You received this message bec

RE: [google-appengine] Comment Box

2011-05-17 Thread Brandon Wirtz
oogle-appengine@googlegroups.com Subject: Re: [google-appengine] Comment Box Okay thanks, but what if I want to make it so when the person clicks the submit button it then tells them they need to log in? On Tue, May 17, 2011 at 12:55 PM, Brandon Wirtz wrote: App.yaml login: req

Re: [google-appengine] Comment Box

2011-05-17 Thread Matt Wein
pengine@googlegroups.com > [mailto:google-appengine@googlegroups.com] On Behalf Of Matt > Sent: Monday, May 16, 2011 5:03 PM > To: Google App Engine > Subject: [google-appengine] Comment Box > > Hey, I'm just starting off with my first project and I was wondering if > som

RE: [google-appengine] Comment Box

2011-05-17 Thread Brandon Wirtz
App.yaml login: required -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Matt Sent: Monday, May 16, 2011 5:03 PM To: Google App Engine Subject: [google-appengine] Comment Box Hey, I'm just starting off with my

[google-appengine] Comment Box

2011-05-17 Thread Matt
Hey, I'm just starting off with my first project and I was wondering if someone could help me make it so you need to login to submit a comment rather than just commenting anonymously. Thanks Heres the code for my comment box: {% for greeting in greetings %} {% if greeting.author