Recent Topics

1 Mar 05, 2011 14:45    

My b2evolution Version: Not Entered

You know how b2 lists the first created 6 blogs in BO, and makes a dropdown for the rest and all blogs.

That maybe a good idea, but i am not sure if "6" is the optimal number.And it should be available as a setting somewhere.
You see in the screenshot below i have a lot more space to display more than 6.

[URL=http://img845.imageshack.us/i/ss3f.jpg/]http://img845.imageshack.us/img845/4807/ss3f.th.jpg[/URL]

Bottomline: How can i increase that number to 10 or 20 or sth ?

2 Mar 06, 2011 01:18

	/**
	 * Returns list of buttons for available Collections (aka Blogs) to work on.
	 *
	 * @return string HTML
	 */
	function get_bloglist_buttons( $title = '' )
	{
		global $current_User, $blog, $pagenow;

		$max_buttons = 7;
[...]


/skin_adm/_adminUI_general.class.php:606


Form is loading...