Please or Register to create posts and topics.

The inscription under the name * view information about the user *

Hello. 1) How to add an inscription * view information about the user * below the avatar?

2) How to add an avatar or a picture instead of an avatar?

see the picture

 

Uploaded files:
  • 2йц32.png
Quote from forexmyprosperity on February 26, 2018, 7:37 pm

Hello. 1) How to add an inscription * view information about the user * below the avatar?

2) How to add an avatar or a picture instead of an avatar?

see the picture

 

question 2 I decided, please answer the question 1

Hello @forexmyprosperity

You can use the following code to show custom data below the username:

function show_custom_output($user_id, $post_counter) {
  echo 'test ...';
}
add_action('asgarosforum_after_post_author', 'show_custom_output', 10, 2);

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on February 26, 2018, 10:00 pm

Hello @forexmyprosperity

You can use the following code to show custom data below the username:

function show_custom_output($user_id, $post_counter) {
  echo 'test ...';
}
add_action('asgarosforum_after_post_author', 'show_custom_output', 10, 2);
  1. function show_custom_output($user_id, $post_counter) {
  2. echo ‘test …’;
  3. }
  4. add_action(‘asgarosforum_after_post_author’, ‘show_custom_output’, 10, 2);
function show_custom_output($user_id, $post_counter) {
  echo 'test ...';
}
add_action('asgarosforum_after_post_author', 'show_custom_output', 10, 2);

 

I can not do the required inscription * view information about the user *?

Do you have a link to your forum so I can have a look why the post-counter is not shown?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Цитата из Асгарош 26 февраля 2018, 23:20

Do you have a link to your forum so I can have a look why the post-counter is not shown?

Please see the picture

Uploaded files:
  • 232ый.png
Quote from Asgaros on February 26, 2018, 11:20 pm

Do you have a link to your forum so I can have a look why the post-counter is not shown?

give please answer

I dont understand what you plan to do. I gave you example-code which you can use to implement your own logic to show custom information about an user.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on February 28, 2018, 1:21 pm

I dont understand what you plan to do. I gave you example-code which you can use to implement your own logic to show custom information about an user.

I want to make an inscription, as in the picture. When the visitor clicks on the inscription, the user information should be displayed.This can be done?

So you want to add some kind of profile? Have you activated the profile functionality? This already shows you information about an user when you click on it.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!