![]() |
[How To?] Show members By Last Post Date - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [How To?] Show members By Last Post Date (/thread-227166.html) Pages:
1
2
|
Show members By Last Post Date - M!X0R - 2020-04-05 Hello, As you saw the title, How Can I do That From ACP ![]() RE: Show members By Last Post Date - .m. - 2020-04-05 when you are at browsing users section at admin panel, click on views at the top right and select Manage Views there you can create a new custom view with required fields. see about "manage views" in this guidance => MyBB users management RE: Show members By Last Post Date - M!X0R - 2020-04-05 Yes but no Last Poste Date available as way to show them ! maybe you need to add this option in future update because I need to move inactive members to a new group RE: Show members By Last Post Date - .m. - 2020-04-05 yes, as you said "Last Posted Date" field is not available for the views. at present you may consider "Last Active" & "post count" fields for your requirement. And I'll keep a note of adding "last posted date" field for the user views. RE: Show members By Last Post Date - M!X0R - 2020-04-05 also I need this option in group promotions system please Example: if a User his last post more than 60 days will be moved to inactive members is that possible ? Currently i am doing this job manually it take so long time ![]() RE: Show members By Last Post Date - .m. - 2020-04-05 ^ yes, as you said, "last posted date" can be also added for group promotions (/demotions) RE: Show members By Last Post Date - M!X0R - 2020-04-05 also I need If an inactive user with 15 old posts for example add 5 new posts will back as normal member or his last 5 posts less than 60 day I don't know if it's possible to add this option too ? RE: Show members By Last Post Date - .m. - 2020-04-05 ^ sorry, such requirement would be a complex task to code .. if "last posted date" gets added then that needs to be used along with "post count" can't easily add sub-conditions into main condition. RE: Show members By Last Post Date - M!X0R - 2020-04-05 (2020-04-05, 01:23 PM).m. Wrote: ^ sorry, such requirement would be a complex task to code .. It's ok only 2 first options will be more useful Thank you in Advance ![]() RE: Show members By Last Post Date - Omar G. - 2020-04-06 (2020-04-05, 12:46 PM)M!X0R Wrote: also I need This sounds like a useful feature but probably more fitted into a plugin. There is a forum promotions plugin but it hasn't this feature: http://mybbhacks.zingaburga.com/showthread.php?tid=1296&pid=10761 Adding it as a field sort option sounds nice. Maybe we can loose the forced and hard coded fields for these features. We could add a "custom DB field" text area for administrators to sort by anything. The system would need to check if such field before displaying the page but since this is only for these areas I don't see a problem. |