DarkXess Posted May 16, 2013 Share Posted May 16, 2013 I had forgot how to do this, I want to change the "Latest Files" for ip.downloads which shows on the board index (forum view) from 10 to 5, how to do this please? Thanks Link to comment Share on other sites More sharing options...
0 Lock Down Posted May 19, 2013 Share Posted May 19, 2013 in the hooks folder find file starting with boardIndexLatestFiles change$files = $idm_api->returnDownloads( 0, 10, 1 ) to this$files = $idm_api->returnDownloads( 0, 5, 1 ); 1 Link to comment Share on other sites More sharing options...
0 Evarni Posted May 20, 2013 Share Posted May 20, 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. Link to comment Share on other sites More sharing options...
Question
DarkXess
I had forgot how to do this, I want to change the "Latest Files" for ip.downloads which shows on the board index (forum view) from 10 to 5, how to do this please?
Thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts