Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Announcer plugin, nice integration with quick mod insert for BP-default and other. (4 posts)

Started 1 year, 6 months ago by: Pisanojm

  • Profile picture of Pisanojm Pisanojm said 1 year, 6 months ago:

    I found a nice integration of an announcement plugin for WordPress that works well with buddpress…
    Plugin is Announcer: http://wordpress.org/extend/plugins/announcer/

    Mod is this: edit post-form.php and add this after the <?php do_action( 'bp_after_activity_post_form' ) ?>:

    <hr>
    <?php if(function_exists('announcer')) { announcer();} // insert for announcer plug
    ?>

    Then in the admin… just choose the choose the “I will place myself option…”

    Here is a quick pict:

    http://gyazo.com/adbdd55ee44f08cb35cae80e333f999e.png

  • Profile picture of Anton Anton said 1 year, 6 months ago:

    Thanks. This is quite useful

  • Profile picture of Anton Anton said 1 year, 6 months ago:

    Only problem is…you can’t close the Announcer by clicking the X

  • Profile picture of Pisanojm Pisanojm said 1 year, 6 months ago:

    I’m not using the close function, but the x does close for me… maybe a plugin conflict?