Jump to content

How to limit Activity Feed? [SOLVED]


jacobmatthew

Recommended Posts

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);
?>

 

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...