parthatel, that's a bit beyond the design I had in mind but it's an interesting feature idea for a future version.
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
Average Rating





Your Rating
Author: _ck_
-
Posted: 4 months ago #
-
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 # -
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 # -
thanks for this. saved me the trouble of finding it myself!
Posted: 4 months ago # -
hum, in post.php , there is no <?php post_edit_link(); ?> :)
bye
Posted: 4 months ago #
Add a Comment
You must log in to post.