Skip to content
Discussion options

You must be logged in to vote

Hi @kuzned, yes, it is possible. In the django_comments_xtd/static/django_comments_xtd/js/src directory you can find the sources. The file commentbox.jsx put all the components together. Scroll to the bottom and within the JSX code that is returned you see the different components. To remove the comment counter simply remove the <CommentCounter /> entry. In the module commentform.jsx you will find the entry Post your comment.

Take a look at the scripts provided by the package.json file. I recommend you to install NodeJS with nvm. Then use a stable version of NodeJS nvm use stable. After that you can use any of the scripts of the package.json. Mainly compile or watch during development. Wh…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kuzned
Comment options

@danirus
Comment options

Answer selected by kuzned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants