Recent Topics

1 Apr 03, 2009 15:42    

My b2evolution Version: Not Entered

http://img223.imageshack.us/img223/3973/82633970.gif

on the sidebar, the title is too far from the content. how to make it closer?

and in search, how to change the name of "root"

Thanks guys ;)

2 Apr 03, 2009 23:10

I don't know what skin you are using but this looks a CSS issue. Find the CSS for the sidebar <h3> and edit it's margin and/or padding to suit

3 Apr 04, 2009 06:59

and in search, how to change the name of "root"

There's no easy way to change it :( but you can remove this option by changing 'true' to 'false' in the following code around the line 300

/*
 * Categories:
 */
if( $params['search_cat'] )
{
	$ChapterCache = & get_Cache( 'ChapterCache' );
	
	$Form->select_input_options(
			'cat',
			$ChapterCache->recurse_select( NULL, $Blog->ID, false, NULL, 1, $category_exclude ),
			$params['in_category']
		);
}


Form is loading...