Jump to content

More complaints about View New Content


cmiller

Recommended Posts


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


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


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

Archived

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

  • Recently Browsing   0 members

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