Hello,
1 - i would like to know if there is any option to add bfore the author name the number of the comment.
2 - there is any option to change the layout of the comment section?, for example put the name input before the text input?. and to remove the email input?
3 - is there any option to change the full layout of the comments section + comments using code or something?.
For example, change the voting to be in down left instead of down right, change the replay looking and remove icon.
change text size,
input layout?
Hi,
1 - i would like to know if there is any option to add bfore the author name the number of the comment.
For this purpose, I suggest checking out the wpDiscuz – Comment Author Info addon. This addon allows users to view extended profiles, activity, votes, and subscriptions by clicking on the comment author info icon, opening a pop-up window with corresponding tabs. More information can be found here: https://gvectors.com/product/wpdiscuz-comment-author-info/
2 - there is any option to change the layout of the comment section?, for example put the name input before the text input?. and to remove the email input?
You can achieve this using CSS code. Detailed instructions can be found in this FAQ: https://wpdiscuz.com/community/f-a-q/how-to-customize-the-wpdiscuz-wordpress-plugin-styles/#post-20534
3 - is there any option to change the full layout of the comments section + comments using code or something?.
You can utilize CSS codes for customization and also customize the template files. More details can be found here: https://wpdiscuz.com/docs/wpdiscuz-7/customization/custom-template-and-style/
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
Hey, about 1: there is any way to do something like this: https://prnt.sc/FuAyNREWulSJ
With addons or even better, for free
2 - are you sure i can do this using css? i want to change the place of the name input with the text input: https://prnt.sc/FWB7tcR6tqF-
and also if i can remove this email input?
@ido,
1: there is any way to do something like this: https://prnt.sc/FuAyNREWulSJ
You can use the wpdiscuz_comment_author hook. More info here: https://wpdiscuz.com/docs/codex/filters/wpdiscuz_comment_author/
2 - are you sure i can do this using css? i want to change the place of the name input with the text input:
We're really sorry, but you're right. Using CSS code is not possible. However, you can achieve it using JavaScript code.
The email field can be hidden and the solution is provided here: https://wpdiscuz.com/community/f-a-q/how-to-hide-the-email-field/
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
You can use the wpdiscuz_comment_author hook. More info here: https://wpdiscuz.com/docs/codex/filters/wpdiscuz_comment_author/
How this is helping me with displaying the comment number with the comment name?
i want to add the comment number מקסא to the author name
@ido,
You'll need to develop your own custom code and implement the hook as demonstrated in the example provided in the documentation.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.

