Hi,

Thanks for all your answers. I have found them all useful.

I am studying right now the code and the Jeff Lost-Theories code (and
will look fo other examples in other projects). It is indeed a very
helpful example! I will try to write a bit about what I find.

Baxter, concerning the Karma functions, and as far as I could get it,
there is views that will automagically change the karma of each
comment. Those are located in django/contrib/comments/views/karma.py
and will use the urls.py in django/contrib/comments/urls/comments.py.

It seems that you simply have to define the
comments/karma_vote_accepted.html template, and add
karma/vote/(?P<comment_id>\d+)/(?P<vote>up|down)/ links to the
comments in order to add/take out karma points. In the comments object
there's a get_karma_total() that will allow you to display the total
karma.

Actualy, the Comment framework seems to be really nice and complete,
as well as easy to use. Many thanks to the Django community!

G

On 9/14/06, Mario Brandao <[EMAIL PROTECTED]> wrote:
>
> Guillermo,
>
> here have many projects created with Django that you can download and know it:
>
> http://code.google.com/hosting/search?q=label:django
> http://code.djangoproject.com/
>
> 2006/9/13, DavidA <[EMAIL PROTECTED]>:
> >
> >
> > Guillermo Fernandez Castellanos wrote:
> > > I am thinking of using the comments framework for a project, although
> > > besides the FreeComment there's no real documentation about it that I
> > > have found besides the source.
> >
> > This might help:
> > http://www.b-list.org/weblog/2006/07/16/django-tips-hacking-freecomment
> >
> > -Dave
> >
> >
> > >
> >
>
>
> --
> José Mário de Mário ou Marinho
>
> dê uma olhada no meu delicioso:
> http://del.icio.us/marinho
>
> no meu fliqueiro:
> http://www.flickr.com/photos/marinho/
>
> ou no meu múltiplo
> http://josemario.multiply.com
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to