Recent Topics

1 Feb 26, 2013 01:08    

I just added the Sorted Public Bloglist widget (which I've had for a while, but can't seem to find on the b2 site anymore) to a website I'm working on and it's displaying strangely. http://cp9.openaccess.org/~tempreus/index.php/Home/ I've never had this problem with another site, where it bumps other menu items around (it should be inline with the items at top - not above). Any ideas anyone?

2 Feb 27, 2013 01:57

Nevermind, I figured it out. Edited the plugin code and changed this:

$params['items_before'] = '<div class="widget_core_colls_list_public widget_plugin_sorted_bloglist">';
		$params['items_after'] = '</div>';

to this:

	$params['items_before'] = '<li>';
		$params['items_after'] = '</li>';

Not bad for someone who has no idea what I'm doing!


Form is loading...