Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbpress private message


  • Kalusha
    Participant

    @kalusha

    Hey,

    I need a button to send a private message to a user. My thoughts:

    I have here a function from Robin to show the first and lastname
    add_action (‘bbp_theme_after_reply_author_details’, ‘rew_display_user_details’, 20);

    function rew_display_user_details () {
    $rew_id1=bbp_get_reply_author_id() ;
    $rew_id2 = get_userdata( bbp_get_reply_author_id());
    echo ‘<div class = “rew_display_user_details”>’ ;
    echo $rew_id2->first_name ;
    if ( bbp_is_user_keymaster() ) echo ‘ ‘.$rew_id2->last_name ;
    echo ‘</div>’ ;
    }

    ?>

    I have the Plugin front end pm. In the documentation stand it is possible with that

    User name pre-populate new message “To”

    Where must a paste it in the function?

    regards

Viewing 7 replies - 1 through 7 (of 7 total)

  • Kalusha
    Participant

    @kalusha

    Can you please help me Robin or any other 🙂


    wpweaver
    Participant

    @wpweaver

    A message by email, or internally?

    I have a new plugin called Weaver for bbPress (in the review queue at this moment) that adds an email mailto: link for moderators to the user’s Profile page. Pretty easy way to do sort of a PM.

    I thought that most users would not want to expose their email address, but that could be made an option.


    Kalusha
    Participant

    @kalusha

    My Idea were with the Plugin “Front End PM”. So only a link with new Message in every User Profile.

    I’m curious about your plugin


    wpweaver
    Participant

    @wpweaver

    Sorry – I misread the topic as being related only to that plugin. Now it makes more sense to me. I thought you’d made a more general question. I guess I would have expected questions about a plugin to be in the general WP plugin forum, but it makes sense to be here too.

    My plugin should be posted in a week or so – depends on the approval queue for plugins.

    It is intended to be sort of a turn-key solution to starting a bbPress forum. Major difference from any other plugin I’ve found is that it has a bunch of pre-defined subThemes for bbPress – look a lot better than the default, will match most themes.


    Kalusha
    Participant

    @kalusha

    Robin, I know you have a solution for this. Can you please help me???

    That were great.

    Or any other?


    u_Oi
    Participant

    @arutam

    Hi,

    Maybe this plugin can help you!

    bbPress Messages

    Regards,


    Kalusha
    Participant

    @kalusha

    Thank you. I have seen. But I need a Plugin with attachments.

    regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar