newbie LAC Posted July 12, 2013 Share Posted July 12, 2013 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 More sharing options...
B.Money Posted July 12, 2013 Share Posted July 12, 2013 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 More sharing options...
newbie LAC Posted July 13, 2013 Author Share Posted July 13, 2013 Hello, 1. Look in the database value of field nbblog_auto_track for your member. Table members 2. No. You can run sql-query for this Link to comment Share on other sites More sharing options...
B.Money Posted July 13, 2013 Share Posted July 13, 2013 Hello, 1. Look in the database value of field nbblog_auto_track for your member. Table members 2. No. You can run sql-query for this It shows 0. It also shows 0 for nbblog_anon Do you happen to know of a query for this? Link to comment Share on other sites More sharing options...
newbie LAC Posted July 13, 2013 Author Share Posted July 13, 2013 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 More sharing options...
B.Money Posted July 13, 2013 Share Posted July 13, 2013 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 More sharing options...
newbie LAC Posted July 13, 2013 Author Share Posted July 13, 2013 Any ideas on why the checkmark gets removed after I hit save in the notification options? The data is not stored in the database If you give me ACP access I look Link to comment Share on other sites More sharing options...
B.Money Posted July 13, 2013 Share Posted July 13, 2013 The data is not stored in the database If you give me ACP access I look Details sent. Link to comment Share on other sites More sharing options...
B.Money Posted November 16, 2013 Share Posted November 16, 2013 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 More sharing options...
B.Money Posted November 16, 2013 Share Posted November 16, 2013 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.