Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Rhett Posted February 16, 2011 Posted February 16, 2011 Please explain how you completed this mod. I've asked before and was told it was not possible to do point 2 A step by step process would be very nice With the help of great support ticket, I have done the following. (please do not use this unless you know what you are doing, I don't want to be responsible for a mess of issues if it goes bad for you, (USE A TEST SERVER/SYSTEM) Run this query to set all members to "View content I have not read"update members set members_bitoptions = 4 where members_bitoptions = 0; Then add this to your core.php file to set all new users to "View content I have not read" by default (/admin/sources/base/core.php) add below line # 6107$finalTables['members']['bw_vnc_type'] = '1'; Add a link to "Active Content" in the navbar with this link /index.php?app=core&module=search&do=active Add a link to "New Post" in the navbar with this link /index.php?app=core&module=search&do=new_posts&search_app=forums
optrexnz Posted February 16, 2011 Posted February 16, 2011 With the help of great support ticket, I have done the following. (please do not use this unless you know what you are doing, I don't want to be responsible for a mess of issues if it goes bad for you, (USE A TEST SERVER/SYSTEM) Run this query to set all members to "View content I have not read"update members set members_bitoptions = 4 where members_bitoptions = 0; Then add this to your core.php file to set all new users to "View content I have not read" by default (/admin/sources/base/core.php) add below line # 6107 $finalTables['members']['bw_vnc_type'] = '1'; Add a link to "Active Content" in the navbar with this link /index.php?app=core&module=search&do=active Add a link to "New Post" in the navbar with this link /index.php?app=core&module=search&do=new_posts&search_app=forums tanks, I'll give that a go
cmiller Posted February 16, 2011 Author Posted February 16, 2011 It shouldn't disappear when you log back in unless you have it set to show posts 'since your last visit'. I understand what it shouldn't do, but it does. I posted screenshots above showing each step I took, and the results. Hope you guys can get it all fixed.
cmiller Posted February 16, 2011 Author Posted February 16, 2011 Just saw your post, Matt. I'll get a ticket submitted. Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.