The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How-to and Troubleshooting
(@ido)
Active Member
Joined: 2 years ago
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?
(@ido)
Active Member
Joined: 2 years ago
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?
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8195
Apr 01, 2024 11:24 am
@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/
(@ido)
Joined: 2 years ago
Active Member
Posts: 3
Apr 01, 2024 12:06 pm
@asti
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
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8195
Apr 02, 2024 8:43 am
@ido,
You'll need to develop your own custom code and implement the hook as demonstrated in the example provided in the documentation.