bbPress

Simple, Fast, Elegant

bbPress plugin browser »

Report Post (0.1.4)

Download

Version: 0.1.4

Last Updated: 2008-4-26

Requires bbPress Version: 0.8.2 or higher

Compatible up to: trunk

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(5)

Your Rating

Author: _ck_


  1. parthatel, that's a bit beyond the design I had in mind but it's an interesting feature idea for a future version.

    Posted: 4 months ago #
  2. Incredibly cool feature. I love all the immediate data you get in the email. Would be great to a see a future feature to easily add new email addresses, so the admin isn't the only one who gets them if needed.

    Posted: 4 months ago #
  3. It's possible to use the CC ability of the PHP mail routine if you need multiple emails.

    Until I get a chance to add that feature, you can hack line 58 where it says
    $from = $to;
    and make it say

    $from =  $to;
    $to.=",other@your-email.com,another@other-email.com";
    Posted: 4 months ago #
  4. thanks for this. saved me the trouble of finding it myself!

    Posted: 4 months ago #
  5. csseur3

    Member

    hum, in post.php , there is no <?php post_edit_link(); ?> :)

    bye

    Posted: 4 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.