Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Bell notification

5 Posts
2 Users
0 Reactions
964 Views
Posts: 17
Topic starter
(@pascald)
Eminent Member
Joined: 5 years ago

Does a moderation to do activate bell notification ?

4 Replies
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

Hi @pascald,

I'm sorry but no, we don't notify users when there is a comment awaiting moderation.

Since wpForo since wpForo 1.7.0 

  • Added: In Forum User Notification
      - New reply in your topic
      - New reply / quote to your post
      - New like to your post
      - New up / down vote to your post

Since wpForo since wpForo 1.7.1

Added: In-forum notification when user is @mentioned

Posts: 17
Topic starter
(@pascald)
Eminent Member
Joined: 5 years ago

Thanks for your quick reply. 

Another question, if I want to add in the WP admin bar (or in the current page) a notification to the moderator with the number of pending count (in a PHP snippet for example for admin bar or jquery for current page), how can I do ? Which function must I call in your API ?

I saw some class : awaiting-mod and pending-count

 

2 Replies
Alvina
Moderator
(@alvina)
Joined: 6 years ago

Member
Posts: 1861

@pascald,

Currently, you can see the pending count in the Dashboard > Forums > Moderation tab. 

Another question, if I want to add in the WP admin bar (or in the current page) a notification to the moderator with the number of pending count (in a PHP snippet for example for admin bar or jquery for current page), how can I do ?

I've just asked our developers about it and currently, I'm waiting for the response from them. I'll update the topic asap.

(@pascald)
Joined: 5 years ago

Eminent Member
Posts: 17

@alvina You can close this topic. I found myself : WPF()->post->unapproved_count()

Thanks