Support Joomla!
Search: Advanced Search
Serving 3868 extensions to the community. Last updated on October 16.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 886 guests and 54 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Design Show All Developer's Extensions
YOOeffects Modulemodule
Rating
18 votes
Developer:YOOtheme Version:- (Updated 131 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.5 NativeCompatible with Joomla! 1.0
Views: 17,632 License:GPLv2.0
Favoured:
18
Type:Non-Commercial
Date Added:Apr 3, 2008
DownloadHomepageDemoDocumentationWrite ReviewRecommend
YOOeffects
The YOOeffects Joomla! plugin provides a simple integration of the lightbox, reflection and spotlight feature into any template. The Lightbox feature allows you to show overlay popups of any kind of media content on the page you are currently at instead of linking to a new window. It is based on the Shadowbox and supports all of the most popular web media formats including images, QuickTime, Windows Media Player, Flash, Flash video, and even external web pages. This plugin makes it easy to add these eye-catching effects to your Joomla! website.

Exclusive YOOtools features:
* Very fast loading using gzip for JS and CSS files

And of course:
* Compatible with any browser (Firefox, IE6, IE7, Safari, Opera, Camino)

Can be downloaded by anybody in the YOOtools Free Stuff Section!

Report this listing


Addcustom conflict with PDF by mistrouille, September 24, 2008
It's a great extension. However, there's a conflict between addcustomtag() function and the pdf core generation.

To fix it, just open the yoo_effect.php file and, at the end, put a conditional so replace:
if ($javascript) $document->addCustomTag($javascript);
if ($lightbox) $document->addStyleSheet($plugin_base . 'lightbox/shadowbox.css');

by

if ($_GET['format'] !=pdf ){
if ($javascript) $document->addCustomTag($javascript);
if ($lightbox) $document->addStyleSheet($plugin_base . 'lightbox/shadowbox.css');
}

That's all.


Would be perfect ... BUT by m00m00, May 16, 2008
1 of 1 people find this review helpful:
Great tool. Brilliant in all aspects I thought, until...

Fatal error: Call to undefined method JDocumentRAW::addCustomTag() in plugins\system\yoo_effects.php on line 56

Seems to not play nice with other Extentions / Components. Google'd the error and was astounded by the extent of this occurence. The "pretty" usefulness of this plugin is outweighed by the need to have functioning components on a website.

Will have to remove it and try again when this is fixed.


fancy :D by maexchen, April 19, 2008
all i can say is that it brings fancyness to your content, i like it a lot!


Nice lightweight plugin by numbscot, April 4, 2008
1 of 1 people find this review helpful:
I really like this plugin, the fact it includes 3 different features all rolled into one. It's easy to install and the script is compressed makes load time really quick.

I have to admit the spotlight feature I don't really like but the lightbox and reflection I use thought my site.

The lightbox in particular creates a really stylish affect, great for displaying youtube videos or content from other sites without letting the user leave your site.

Downside?
You do need to join a membership site to get this. But with membership you to get access to lots of other modules and templates.