danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
595 stars 158 forks source link

Comment tree #314

Closed ShayestehHS closed 3 years ago

ShayestehHS commented 3 years ago

Hello and thanks for your API πŸ˜… I have a problem to comments Reply to comments are not look as tree They look like these:

danirus commented 3 years ago

Hi @ShayestehHS, sorry for the late answer. It looks like you are not adding the .css file. I failed to mention it in the tutorial. Check your templates to see if you have this:

<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
ShayestehHS commented 3 years ago

many thank to your responseπŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™ but...

NOπŸ˜’πŸ˜”πŸ˜” I add these but i can't see any deference I am too surprise that my comments are soo different to your Demo

beside of bootstrap, what package should i use?

danirus commented 3 years ago

One question, what it is blog in {% render_xtdcomment_tree for blog %}?

With the information that you posted here it's difficult to say anything other than it certainly looks like it is missing the bootstrap CSS file. Can you post the output of the console of your browser?

Also, did you go through the complete tutorial?

ShayestehHS commented 3 years ago

I am really really really sorry because of taking your time You are right Problem solved after add cdn of bootstrap I should update my bootstrap πŸ˜”πŸ€¦β€β™‚οΈπŸ€¦β€β™‚οΈπŸ€¦β€β™‚οΈ

On Thu, Jun 17, 2021 at 2:15 PM Daniel Rus Morales @.***> wrote:

One question, what it is blog in {% render_xtdcomment_tree for blog %}?

With the information that you posted here it's difficult to say anything other than it certainly looks like it is missing the bootstrap CSS file. Can you post the output of the console of your browser?

Also, did you go through the complete tutorial https://django-comments-xtd.readthedocs.io/en/latest/tutorial.html?

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/danirus/django-comments-xtd/issues/314#issuecomment-863095648, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARSS7FSBDJQRQGZH4OOMMTTTTG73VANCNFSM46QNMFMA .

danirus commented 3 years ago

My pleasure ;-)