Rhett Posted February 16, 2011 Share 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 Link to comment Share on other sites More sharing options...
optrexnz Posted February 16, 2011 Share 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 Link to comment Share on other sites More sharing options...
cmiller Posted February 16, 2011 Author Share 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. Link to comment Share on other sites More sharing options...
cmiller Posted February 16, 2011 Author Share Posted February 16, 2011 Just saw your post, Matt. I'll get a ticket submitted. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.