Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination #58

Open
vinaychandra opened this issue Oct 7, 2014 · 1 comment
Open

Pagination #58

vinaychandra opened this issue Oct 7, 2014 · 1 comment

Comments

@vinaychandra
Copy link

How can we use pagination, for example endless-pagination with the current threaded comments?

This can be helpful when there are large number of comments and more comments are loaded via AJAX only when required

@vdboor
Copy link
Collaborator

vdboor commented Oct 1, 2015

Agreed, this would be useful.

Endless pagination requires JavaScript and is thus somewhat opinionated.
If you want this feature, I think it would make sense to integrate the UI bits into https://github.com/edoburu/django-fluent-contents/ That app builds on top of threadedcomments to provide a better UI experience. The required API hooks for splitting the comment list should be in here (django-threadedcomments), since that's just backend material. That would allow everyone to create their own UI on top of it. django-fluent-comments is just one of those, designed to provide a nice out-of-the-box experience.

Next to the template tags, some extra ajax views need to be exposed in urls.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants