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

XtdComment fields not updating with correct values #319

Open
abiatarfestus opened this issue Jun 26, 2021 · 2 comments
Open

XtdComment fields not updating with correct values #319

abiatarfestus opened this issue Jun 26, 2021 · 2 comments
Assignees
Labels

Comments

@abiatarfestus
Copy link

Hi Danirus! I'm trying to implement django-comments-xtd on my blog for the first time. Almost everything seems to be well, but I'm experiencing a problem with how comments are associated with one another. I noticed that my comments were not threaded (indented) when rendered on the page, although I was able to post replies. I checked the database and all comments had the following values: 'thread_id': 0, 'level': 0, 'order': 1. I changed the values manually in the database to associate them properly, but although the order in which comments are rendered on the page change accordingly, they are still not indented. Any tips to fix this? I'm using the latest version of Xtdcomments, and MySQL db.

@danirus
Copy link
Owner

danirus commented Jun 28, 2021

Hi @abiatarfestus,
Check if you are not loading the bootstrap.min.css file in your base.html template.
You need this line in your templates.

@danirus danirus self-assigned this Jun 28, 2021
@abiatarfestus
Copy link
Author

Thank you. I was loading the same file in the project already but version 5. I'm now loading the one you referred to, and it fixed the problem although it has broken/changed the styling in the rest of the project, which was based on v5.

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

No branches or pull requests

2 participants