Skip to:
Content
Pages
Categories
Search
Top
Bottom

Post Notification Plugin

  • @clyk

    Member

    Hi!

    I’m using the post notification plugin ( http://bbpress.org/plugins/topic/post-notification/)

    I’m wondering if there is an opportunity that i’ll get the actual post instead of just getting a notification…

    I guess I would have to change that:

    $message = __(“There is a new post on: %1$s nReply by: %2$s nn%3$s “);

    but have no idea how…

    Anybody any help for me?

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • @clyk

    Member

    ok, i guess i need to make the changes here:

    sprintf( $message, $topic->topic_title, get_user_name($bb_current_user->ID), get_topic_link($topic_id) ),

    is there anywhere where i can find a template tag reference guide or so?

    cheers!

    @ipstenu

    Moderator

    Try here: http://phpxref.ftwr.co.uk/bbpress/nav.html?_variables/index.html

    I use that when I’m trying to understand how it all ties in.

    @clyk

    Member

    the author of the plugin helped me and updated the plugin so you will see the post in the notification!

    thanks a lot!

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