Jump to content
WebFlake
  • 0

Latest posts, status update show last 5 only.


Guest aaaaaa21

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

  • 0

use ftp and edit these files

 

in hooks folder

file 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';
  • Downvote 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...