Guest RossGee Posted April 7, 2013 Share Posted April 7, 2013 How can i change the amount from 10 to 20 files on the latest files sidebar hook ? Link to comment Share on other sites More sharing options...
0 Lock Down Posted April 7, 2013 Share Posted April 7, 2013 In the hooks folder find a .php file with latestfiles in the name.edit it and find //----------------------------------------- // Get images //----------------------------------------- $files = array(); $files = $idm_api->returnDownloads( 0, 10, 1 ); Change the 10 to a 20 Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted April 7, 2013 Administrator Share Posted April 7, 2013 If the above answer resolves the issue, please mark it "solved" so that thread can be moved.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
Guest RossGee
How can i change the amount from 10 to 20 files on the latest files sidebar hook ?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts