Re: Comments Framework and Authentication

2009-01-06 Thread Tim
OK - this was more or less resolved by following the advice here: http://tinyurl.com/63rd76 This allowed me to essentially check for valid comment deletion permissions before forwarding to the main comment delete view. The only difference was my wrapper view; I checked if the currently-logged-in u

Re: Comments Framework and Authentication

2009-01-05 Thread Tim
Maybe a little brevity is in order - how do I grant temporary privileges to a user to delete a comment rather than keeping that power fully in the hands of a comments moderator? - Tim On Jan 3, 7:23 pm, Tim wrote: > Hi all - > > I am having a bit of difficulty with the Django comments framework

Comments Framework and Authentication

2009-01-03 Thread Tim
Hi all - I am having a bit of difficulty with the Django comments framework - more specifically, dealing with comment modifications by site users as well as moderators. Basically, I have a site in which users can post comments (using the out-of-the-box commenting framework). I'd like to have a f