The inscription under the name * view information about the user *
Quote from forexmyprosperity on February 26, 2018, 7:37 pmHello. 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
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:
Quote from forexmyprosperity on February 26, 2018, 9:00 pmQuote from forexmyprosperity on February 26, 2018, 7:37 pmHello. 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
Quote from forexmyprosperity on February 26, 2018, 7:37 pmHello. 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
Quote from Asgaros on February 26, 2018, 10:00 pmHello @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);
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);
Quote from forexmyprosperity on February 26, 2018, 10:59 pmQuote from Asgaros on February 26, 2018, 10:00 pmHello @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);
- function show_custom_output($user_id, $post_counter) {
- echo ‘test …’;
- }
- 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 *?
Quote from Asgaros on February 26, 2018, 10:00 pmHello @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);
- function show_custom_output($user_id, $post_counter) {
- echo ‘test …’;
- }
- 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 *?
Quote from Asgaros on February 26, 2018, 11:20 pmDo you have a link to your forum so I can have a look why the post-counter is not shown?
Do you have a link to your forum so I can have a look why the post-counter is not shown?
Quote from forexmyprosperity on February 27, 2018, 6:01 pmDo you have a link to your forum so I can have a look why the post-counter is not shown?
Please see the picture
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:Quote from forexmyprosperity on February 28, 2018, 1:15 pmQuote from Asgaros on February 26, 2018, 11:20 pmDo you have a link to your forum so I can have a look why the post-counter is not shown?
give please answer
Quote from Asgaros on February 26, 2018, 11:20 pmDo you have a link to your forum so I can have a look why the post-counter is not shown?
give please answer
Quote from Asgaros on February 28, 2018, 1:21 pmI 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 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.
Quote from forexmyprosperity on February 28, 2018, 4:30 pmQuote from Asgaros on February 28, 2018, 1:21 pmI 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?
Quote from Asgaros on February 28, 2018, 1:21 pmI 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?
Quote from Asgaros on April 3, 2018, 9:33 amSo 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.
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.