Hello,
May I ask if there is any way to disable the Private Message followed by Like system?
Users are complaining about the flooding messages of the Like notificaions.
Thank you.
This is a discussion on How to disable Privae Message followed by Like system? within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello, May I ask if there is any way to disable the Private Message followed by Like system? Users are ...
Hello,
May I ask if there is any way to disable the Private Message followed by Like system?
Users are complaining about the flooding messages of the Like notificaions.
Thank you.
vBSEO Like System doesn't function on Private Messages.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
I guess he meant the notifications members receive when someone Like their post.
I too would like that option.
Hello Dhillon,
This is a coming feature for a next release. Users will be able to turn on/off notifications if desired.
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
Glad to hear that this feature will be added to vbseo in the future.
In the interim, I have done this myself using a custom User Profile Field (checkbox). If checked the notifications are not displayed. To do this add the checkbox field (i.e. check this to disable likes notifications) and take a note of the field identifier. Then alter the "vBSEO Notifications List" plugin to:
Replace "field15" with whatever your field identifier isCode:if (!$vbulletin->userinfo['field15']) { ...plugin code... }
and where you have to put this code? I also want to disable notifications because they are annoying to some users of my community.
It is already mentioned within mreyes post. You need to read more careful.
Then alter the "vBSEO Notifications List" plugin to:
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam