jacobmatthew Posted October 2, 2017 Report 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
smokey68 Posted October 3, 2017 Report 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
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.