Title: Display phpBB notifications in WordPress
Last modified: March 29, 2019

---

# Display phpBB notifications in WordPress

 *  Resolved [Stormkyleis](https://wordpress.org/support/users/storm-kyleis/)
 * (@storm-kyleis)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/display-phpbb-notifications-in-wordpress/)
 * Hello,
 * I’m trying to create a user menu in WordPress. I can easily grab the user’s name
   and avatar, which have been transfered from phpBB to WordPress, but not the notifications.
 * Is it possible to display the user’s phpBB notifications with this plugin?
 * Thank you

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/display-phpbb-notifications-in-wordpress/#post-11371205)
 * Hi there!
 * > user’s name and avatar, which have been transfered from phpBB to WordPress
 * nothing transferred: all is given by queries, plugin code just retrieve data 
   to display from phpBB into WordPress.
 * – yes it is possible.
    there is option on plugin admin page: _Activate notify
   Read/Unread Private Messages into Admin Tool Bar _
 * the code has been tested and work fine into default wp twentysixteen theme, and
   should on any that display the default admin bar on top, because the event attach
   to it. If not work, let me know (this part will be improved/rewrite before 2.0.0),
   with the problem you found and may the theme you use.
 * You aim to some other notification also? Or just pm?
 *  Thread Starter [Stormkyleis](https://wordpress.org/support/users/storm-kyleis/)
 * (@storm-kyleis)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/display-phpbb-notifications-in-wordpress/#post-11372801)
 * Thank you for the quick reply.
 * I’m talking about the notifications introduced in phpBB 3.1, which are sent to
   you when you receive PMs, but also in other occasions:
 * > Notifications alert you to events that have taken place on the board. They 
   > will appear in the Notifications menu at the top of your screen. Events include:
   > –
   > New Private Message has arrived – New topic was created in a subscribed forum–
   > New post was created in a subscribed topic – A new post is awaiting moderation–
   > A post has been reported – Your topic/post has been approved/disapproved – 
   > You have been quoted in a post
 * [https://www.phpbb.com/support/docs/en/3.2/ug/userguide/ucp_overview/](https://www.phpbb.com/support/docs/en/3.2/ug/userguide/ucp_overview/#ucp_notifications_overview)
 * I’d like to display those in WordPress, and make them visible for every user,
   not just for admins in the admin tool bar.
 * It would be nice if I could display them with a shortcode, like the last topics.
 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/display-phpbb-notifications-in-wordpress/#post-11373407)
 * > I’d like to display those in WordPress, and make them visible for every user,
   > not just for admins in the admin tool bar.
 * the front end admin tool bar is intended to display for any user, not only for
   admins, in +- any theme.
    As _wp admin tool bar_, it’s intended the bar that 
   display on top, after an user successfully logged in, not only admins. If a theme
   do not use the default wp-admin tool bar hook to display info to the user, then
   the hook will not fire as it’s coded and it’s required to attach it to another
   hook.
 * OK i understand the requirement:
 * all things about this will be rewrite and improved within 2.0.0 version, at moment
   it’s possible to display pm notifications on default admin tool bar: news posts
   or topics notifications info are ready and coded (all the necessary is already
   there). What’s is needed is to adjust a function to unify all these info to be
   used with easy by anyone into any template. This i will aim to do within 1.9.9
   or 2.0.0 version or possible also before.
 *  Thread Starter [Stormkyleis](https://wordpress.org/support/users/storm-kyleis/)
 * (@storm-kyleis)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/display-phpbb-notifications-in-wordpress/#post-11389443)
 * Alright, thanks. I’m looking forward to the next updates then 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Display phpBB notifications in WordPress’ is closed to new replies.

 * ![](https://ps.w.org/wp-w3all-phpbb-integration/assets/icon-128x128.png?rev=3375511)
 * [WP w3all phpBB](https://wordpress.org/plugins/wp-w3all-phpbb-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-w3all-phpbb-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Stormkyleis](https://wordpress.org/support/users/storm-kyleis/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/display-phpbb-notifications-in-wordpress/#post-11389443)
 * Status: resolved