#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
About users's notif...
 
Share:
Notifications
Clear all

[Solved] About users's notificacions  

    Last Post
RSS

Alber
Posts: 21
 Alber
Topic starter
July 4, 2020 7:42 pm
(@alber)
Eminent Member
Joined: 7 months ago

¿Is there any code or modification for only show mentions and replies?

Topic Tags
notifications bell new like
2 Replies
Robert
Posts: 7576
 Robert
Admin
July 6, 2020 9:05 am
(@robert)
Support Team
Joined: 5 years ago

Hi @alber,

Yes, you should put this custom code in your current active WordPress functions.php file:

function my_custom_foro_notifications_filter( $args ){
if( !empty($args) ){
$args['types_exclude'] = array('new_like', 'new_up_vote', 'new_down_vote');
}
return $args;
}
add_filter('wpforo_get_notifications_args', 'my_custom_foro_notifications_filter', 10, 1);

How to Easily Add Custom Code in WordPress (without Breaking Your Site)

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Alber liked
Alber
Posts: 21
 Alber
Topic starter
July 6, 2020 8:34 pm
(@alber)
Eminent Member
Joined: 7 months ago

THANKS!

  All forum topics
  Previous Topic
Next Topic  
Related Topics
  • Seeking assistance solving new users not getting a confirmation emails on WP Multisite
    3 days ago
  • Notifications shortcode?
    1 month ago
  • Notification alteration
    3 months ago
  • Specific forum and notification of posts for all registered users
    6 months ago
  • How to add an attribute to an anchor tag
    6 months ago
Topic Tags:  notifications (15), bell (3), new like (2),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages  wpforo-advanced-attachments-128x128  wpforo-embeds-128x128 wpForo User Custom Fields addon  wpForo – Blog Cross Posting addon  wpForo Ads Manager
View all Addons »

Recent Topics

  • Problème d'affichage (sur mobile)

    By Kyle Briaud, 5 hours ago

  • How to quote a member or a member's post in a new post ?

    By cf2d, 20 hours ago

  • spam-registrations

    By adriaan, 21 hours ago

  • My wpforo looks tiny width

    By msantamaria, 21 hours ago

  • Amazon Links

    By Pot Farmer, 2 days ago

  • Como excluir WPForo del complemento de Caché en mi web

    By Ramon, 2 days ago

Topic Tags

  • new features43
  • seo39
  • translation36
  • plugin conflict35
  • forum34
  • login32
  • buddypress31
  • threaded layout30
  • registration29
  • ultimate member28
  • moderation27
  • editor25
  • avatar24
  • shortcode24
  • tags22
  • css22
  • menu21
  • migration20
  • url20
  • profile20
View all tags (1477)

Recent Posts

  • RE: Is ther any plugin or addon to mange large category? wpforo category , subforum ?

    @munn-no, Currently, we have plugin customization and...

    By Sofy, 14 mins ago

  • RE: My wpforo looks tiny width

    @msantamaria The width is a minnor issue you have, c...

    By dimalifragis, 1 hour ago

  • RE: How to quote a member or a member's post in a new post ?

    @cf2d, Just copy and use the nickname for mentioning:...

    By Sofy, 3 hours ago

  • RE: I need your help with Rating Titles and Rating Badges view on mobile view

    @zipkinci, Could you please leave the example URL?

    By Sofy, 4 hours ago

  • RE: spam-registrations

    @adriaan, Please note the user registration and accou...

    By Sofy, 4 hours ago

  • RE: Amazon Links

    @pot-farmer, Please paste an example code here using ...

    By Robert, 4 hours ago

  • RE: Problème d'affichage (sur mobile)

    @kyle-briaud, Works fine:/p> Yes, forums only suppo...

    By Robert, 4 hours ago

Share:
  Forum Statistics
20 Forums
7,810 Topics
39.2 K Posts
6 Online
15 K Members

Latest Post: Is ther any plugin or addon to mange large category? wpforo category , subforum ? Our newest member: hilariodemarco Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2021 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Documentation