najaru Posted June 24, 2010 Report Share Posted June 24, 2010 Hi i want to set only 3 new status upgrade in sidebar hook, and not 10. it is possible? Quote Link to comment Share on other sites More sharing options...
Management Michael Posted June 24, 2010 Management Report Share Posted June 24, 2010 Open admin/applications/members/sources/classes/hooks/gateway.php Find: 'limit' => 10 Replace With: 'limit' => 3 Save admin/applications/members/sources/classes/hooks/gateway.php Quote Link to comment Share on other sites More sharing options...
najaru Posted June 24, 2010 Author Report Share Posted June 24, 2010 work perfectly thanks. ant for the recents topics? Quote Link to comment Share on other sites More sharing options...
Management Michael Posted June 25, 2010 Management Report Share Posted June 25, 2010 Open admin/applications/forums/sources/classes/forums/class_forums.php Find: $_topics = array_slice( $topicIDs, 0, 5 ); Replace With: $_topics = array_slice( $topicIDs, 0, 3 ); Save admin/applications/forums/sources/classes/forums/class_forums.php Quote Link to comment Share on other sites More sharing options...
najaru Posted June 25, 2010 Author Report Share Posted June 25, 2010 thank michael. very important for me, because i have the sidebar too high compared at forum list ;) 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.