Jump to content

(NB34) Enhanced IP.Blog Notifications New


newbie LAC

Recommended Posts

%7Boption%7D



File Name: (NB34) Enhanced IP.Blog Notifications New

File Submitter: newbie LAC

File Submitted: 11 Jul 2013

File Category: User and Social Engagement

Supported Versions: IP.Blog 2.6.x, IP.Board 3.4.x



Hook created by request http://community.invisionpower.com/resources/projects/_/notifications-for-ip-blog-r46

Also added:
1.


When you follow a blog, you receive a notification when there is a new blog entry. But this notification takes you to the notification panel where you then have to click the link to be taken to the blog. Is it possible to make the notification link take you straight to the new blog entry? Just like when you get a notification for a new reply in a thread you are following.


This function optional. You can use hook setting for this.

2.

Auto follow blog that I comment on.



here to download this file

Link to comment
Share on other sites

Hey newbie,

Thanks for the awesome hook! Two questions.

1. When I am in my notification options on the forum and I select auto follow blog if I comment, once I hit save it removes the checkmark for this option.

2. Is there somewhere in ACP to make the auto follow blog default?

Link to comment
Share on other sites

Set by default "auto follow". This will use for new users

ALTER TABLE ibf_members CHANGE nbblog_auto_track nbblog_auto_track varchar(50) DEFAULT 'immediate';


Set "auto follow" for current users

UPDATE ibf_members SET nbblog_auto_track='immediate';


Note:
ibf_ - table prefix
immediate - Receive notification is Instantly.

Link to comment
Share on other sites

Set by default "auto follow". This will use for new users

ALTER TABLE ibf_members CHANGE nbblog_auto_track nbblog_auto_track varchar(50) DEFAULT 'immediate';


Set "auto follow" for current users

UPDATE ibf_members SET nbblog_auto_track='immediate';


Note:
ibf_ - table prefix
immediate - Receive notification is Instantly.

Thanks newbie, I'll give this a shot.

Any ideas on why the checkmark gets removed after I hit save in the notification options?

Link to comment
Share on other sites

  • 4 months later...

Set by default "auto follow". This will use for new users

ALTER TABLE ibf_members CHANGE nbblog_auto_track nbblog_auto_track varchar(50) DEFAULT 'immediate';


Set "auto follow" for current users

UPDATE ibf_members SET nbblog_auto_track='immediate';


Note:
ibf_ - table prefix
immediate - Receive notification is Instantly.

Hey newbie,

Will the same query work for the auto-follow entry?

Link to comment
Share on other sites

Figured it out.

Set by default "auto follow". This will use for new users

ALTER TABLE ibf_members CHANGE nbentry_auto_track nbentry_auto_track varchar(50) DEFAULT 'immediate';

Set "auto follow" for current users

UPDATE ibf_members SET nbentry_auto_track='immediate';
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...