1 tears_of_hate Oct 09, 2008 11:58
3 tears_of_hate Oct 09, 2008 19:45
Thanks, I'll fix that in the next release!
4 sam2kb 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
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)