Group Mods

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

Site wide notices don’t create notifications!? (5 posts)

Started 3 months, 2 weeks ago by: ben_allison

  • Profile picture of ben_allison ben_allison said 3 months, 2 weeks ago:

    This just seems obvious… when I send a site wide notice, I want users to get a Notification, letting them know there’s a new notice.

    I assumed it would just work this way, given the entire purpose of a notice! Any ideas?

  • Profile picture of @ChrisClayton @ChrisClayton said 3 months, 2 weeks ago:

    a site-wide notice is similar to Facebook’s Megaphone feature as seen here: http://farm8.staticflickr.com/7160/6624474793_c43005212c_z.jpg

  • Profile picture of ben_allison ben_allison said 3 months, 2 weeks ago:

    Is there a tag I can use to easily display them?

  • Profile picture of @ChrisClayton @ChrisClayton said 3 months, 2 weeks ago:

    Yup.

    <?php if ( bp_is_active( 'messages' ) ) : ?>
    	      <?php bp_message_get_notices(); ?>
    <?php endif; ?>
  • Profile picture of ben_allison ben_allison said 3 months, 2 weeks ago:

    thanks!