Adriano Faria Posted May 2, 2012 Posted May 2, 2012 Hi there. You should do just like you did when we want to change the number of Recent Status Updates: add it on core.php:/* Non setting settings defaults. * Do not edit here, edit them in your conf_global.php */ $_ipsPowerSettings = array( 'status_sidebar_show_x' => 5, 'ipb_disable_group_psformat' => 0, 'tags_max_truncated_len' => 35, 'max_bbcodes_per_post' => 500, 'postpage_contents' => '5,10,15,20,25,30,35,40', 'topicpage_contents' => '5,10,15,20,25,30,35,40', 'member_photo_crop' => 100, 'posting_allow_rte' => 1, # Will look to redirect old editor methods to new and will remove this (legacy compatibility) 'like_notifications_limit' => 1000, 'actidx_override' => 0, 'signature_line_length' => 200, 'show_x_page_link' => 2 ); So, if you want to change the number of recent status updates, you just need to add $INFO['status_sidebar_show_x'] = 10; on conf_global.php. I'm asking to add the number of topics in recent topics in that $_ipsPowerSettings array, so we'll only need to edit the conf_global.php to ajust the number. Even better if we can add it on constants.php... Today we can't do it even if recent status updates. Tks.
bashy Posted February 17, 2013 Posted February 17, 2013 Still not in IPB by default...Should be in the core from the start, they have so much other crap I don't get it...
MarketForums Posted February 17, 2013 Posted February 17, 2013 well the recent topics plug in has a 0-day exploit so like dont use it.
AndyF Posted February 17, 2013 Posted February 17, 2013 well the recent topics plug in has a 0-day exploit so like dont use it. The version that was reported for that was for Board 3.1.x only, as far as I could tell. That board version is now old and EOL as of August 2012 After speaking to the author the file was removed although I'm not sure that was the cause, it seems unlikely given there was no 'input' on the public side of that hook, although I guess using a 31x file on a 34x board could have some odd effects.
Lase Posted April 27, 2013 Posted April 27, 2013 This is a constant annoyance for something so integral. I've paid people to increase the number of topics in sidebar but everytime I update the board it switches back to the defaut 5 topics. I upgraded today and again I'm back down to 5.
Adriano Faria Posted April 27, 2013 Author Posted April 27, 2013 This is a constant annoyance for something so integral. I've paid people to increase the number of topics in sidebar but everytime I update the board it switches back to the defaut 5 topics. I upgraded today and again I'm back down to 5. Made a hook:
izy110 Posted July 19, 2014 Posted July 19, 2014 sorry now im totally confused, in none of that files i can change my recent - topics list. Im on IPB 3.46 , can someone tell me where exact this file is and what i have to edit? Its really hard to find
BomAleold Posted July 22, 2014 Posted July 22, 2014 So, if you want to change the number of recent status updates, you just need to add $INFO['status_sidebar_show_x'] = 10; on conf_global.php located on main directory of your ipb install this is all.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.