Guest aaaaaa21 Posted August 12, 2013 Share Posted August 12, 2013 Forum deafult hooks: Latest posts and Status update. I want to limit these 2 hooks to show only last 5 posts/last 5 status updates. Link to comment Share on other sites More sharing options...
0 Lock Down Posted August 13, 2013 Share Posted August 13, 2013 use ftp and edit these files in hooks folderfile that starts with boardIndexRecentTopicsfindreturn $this->registry->getClass('class_forums')->hooks_recentTopics();change toreturn $this->registry->getClass('class_forums')->hooks_recentTopics(5); in forum folder file conf_global.phpadd this line after <?php$INFO['status_sidebar_show_x'] = '5'; 1 Link to comment Share on other sites More sharing options...
0 Chris Posted August 13, 2013 Share Posted August 13, 2013 As your topic appears to be a support topic for IP.Board, we have moved it to the appropriate forum. 1 Link to comment Share on other sites More sharing options...
0 Chris Posted August 13, 2013 Share Posted August 13, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. 1 Link to comment Share on other sites More sharing options...
Question
Guest aaaaaa21
Forum deafult hooks: Latest posts and Status update. I want to limit these 2 hooks to show only last 5 posts/last 5 status updates.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts