[How To?] Link to view new/today posts in certain Forum ID? - 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?] Link to view new/today posts in certain Forum ID? (/thread-224528.html) |
Link to view new/today posts in certain Forum ID? - makpaolo - 2019-09-06 I am trying to add a link to view the new posts / today's posts for only one forum ID, but cant seem to find the proper link to input in the template (I will be adding it in the search_results_threads template), or a guide on doing so. Could anyone assist me on this? RE: Link to view new/today posts in certain Forum ID? - Devilshakerz - 2019-09-06 getnew and getdaily actions support parameters for forum IDs: https://github.com/mybb/mybb/blob/mybb_1821/search.php#L1383-L1399 - e.g. you can use search.php?action=getdaily&fids=1,2,3
|