Alpine418 Posted January 22, 2023 Share Posted January 22, 2023 Hi, I want to use comments module for a new web project. Can I redisgn the form output completely based on current Bootstrap standards? If yes, how? Thanks. Link to comment Share on other sites More sharing options...
gebeer Posted January 23, 2023 Share Posted January 23, 2023 Hi, you can completely customize the comment form and comments list. Have a look at https://github.com/processwire/processwire/blob/master/wire/modules/Fieldtype/FieldtypeComments/CommentFormCustom.php and https://github.com/processwire/processwire/blob/master/wire/modules/Fieldtype/FieldtypeComments/CommentListCustom.php The classes are well documented. This should get you started. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now