The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Adding comment Numb...
 
Share:
Notifications
Clear all

Question [Solved] Adding comment Number

6 Posts
2 Users
0 Likes
100 Views
Posts: 3
 ido
Topic starter
(@ido)
Active Member
Joined: 4 weeks 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?

5 Replies
Asti
Posts: 7123
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

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/

Posts: 3
 ido
Topic starter
(@ido)
Active Member
Joined: 4 weeks 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?

3 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7123

@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
(@ido)
Joined: 4 weeks ago

Active Member
Posts: 3

@asti

Posted by: @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
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7123

@ido,

You'll need to develop your own custom code and implement the hook as demonstrated in the example provided in the documentation.

Share: