jacobmatthew Posted October 2, 2017 Report Share Posted October 2, 2017 (edited) It seems the activity feed has no limit, and doesn't hide the very old ones. Is there a way to limit the amount the activity feed can show? Edited October 4, 2017 by jacobmatthew Quote Link to comment Share on other sites More sharing options...
smokey68 Posted October 3, 2017 Report Share Posted October 3, 2017 16 hours ago, jacobmatthew said: It seems the activity feed has no limit, and doesn't hide the very old ones. Is there a way to limit the amount the activity feed can show? You will use the code below and change the "4" to however many recent activities to show <?php // Show the activity feed MainController::Run('Activity', 'Frontpage', 4); ?> 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.