Resolved: easier than I thought! Part where I got stuck was the correct syntax for the template tags when commenting on the comments:
For example for the comments form I'd need. {% comment_form for [pkg].[py_module_name] [context_var_containing_obj_id] with [list of options] %} For the comment-on-the-comment form syntax would be: {% comment_form for comments.comment <context_var>.id %} comments.comment key is looked up in the django_content_type table: [app_label][name] Thomas On Dec 8, 8:14 am, Thomas <[EMAIL PROTECTED]> wrote: > Hi list, > > any pointers on how to implement the recursive comments functionality > slashdot/reddit-style (comments on the comments)? I think I can't use > django.contrib.comments straight but need a wrapper application in my > project directory ... > > Thanks, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---