Hi Shamimsplugins,
I’m hoping that I get communication from you, by buying the Pro version of FrontEnd PM. I filled out your contact form twice and I have not received replied to any of them.
I’m trying to use the following code into my forum, for the most part it works, but the issue is the username or userid of the post doesn’t append it to the send to message. It is always the admin username that gets appended. Here is the code that I used.
[code]function custom_links($user_id, $post_counter) {
echo do_shortcode(‘[fep_shortcode_message_to]’);
}
add_action(‘asgarosforum_after_post_author’, ‘custom_links’, 10, 2);[/code]
The $user_id is what I need to pass, but I’m not successful. Please help me with the code.
Thank you.