Recent Topics

1 Oct 09, 2008 11:58    

This plugin contains the full functionality from the b2evothumbs-plugin. You should remove the normal plugin if you want to use this one.

The plugin can still automatically create thumbnails from images but it is although possible to add a gallery to a post. You can enter a folder in your media directory, the size for the thumbnails and the number of cols in the gallery. The plugin searches the entered folder for images and adds a gallery to the post.

This is a very early version! Please don't use this on live servers!

Hope it works on any machine, atm I can only test it on windows. Please send me feedback.

[url=https://sourceforge.net/projects/b2evothumbnails/]Download[/url]

2 Oct 09, 2008 17:42

Very good plugin, thanks!

My 2 cents if you don't mind :)
Replace the character ยค with something simple like # (it didn't work for me until I fixed it)

3 Oct 09, 2008 19:45

Thanks, I'll fix that in the next release!

4 Oct 12, 2008 08:55

Here's a better way to find out if jQuery Lightbox pulgin is installed, enabled and the right js method selected ;)

if( ($jqplug = $Plugins->get_by_code('ADjQLightbox')) !== false )
{
	$choose_lightbox = $jqplug->Settings->get('choose_lightbox');
	if( $jqplug->status == 'enabled' && !empty($choose_lightbox) && $choose_lightbox == 'standard' )
	{
		$this->lightbox_plugin = true;
	}
}

The code is from Avatars plugin


Form is loading...