Support Joomla!
Search: Advanced Search
Serving 3657 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 1054 guests and 83 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.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
alboholic Extensions(0) | Reviews(3) | Favourites(0)
Seyret Video Component
 It could be better, July 7, 2008
1 of 2 people find this review helpful:

Seyret Video Component This is a good component and arguably the best of its kind.

It has quite a few bugs but don't expect anyone to fix them. There is practically no support, even if you donate - unless some other user voluntarily helps you.

MetaMod - display modules according to rules
 A must have module, period., June 27, 2008

MetaMod - display modules according to rules This tiny module can do anything!

I had a module which showed up great on Firefox and Safari but could not get it to work in IE, so I wondered whether Metamod would come to the rescue and serve a substitute for this module for IE users. I had no idea how to do this though! :)

Stephen was more than happy to help, providing me the exact code to do what I wanted Metamod to do and voila, it worked like a charm.

Here's the code I used:

$UA = isset($_SERVER['HTTP_USER_AGENT']) ?
$_SERVER['HTTP_USER_AGENT'] : '';
$IE = strstr($UA, 'MSIE') ? true : false;
$IEV = $IE ? preg_split('/msie/i', $UA) : false;
$IEV = $IEV ? floatval($IEV[1]) : false;

if ($IEV >= 7) return 92; //module for IE7
if ($IEV >= 6) return 92; //module for IE6
if ($IE) return 92; //module for any IE version
return 80; //default module


I really have to commend Stephen for his extraordinary help. I appreciate his support every step of the way.

I have yet to find something that Metamod cannot do!

Jx Latest Commented
 It works, November 11, 2006
1 of 1 people find this review helpful:

This module does what it says and it works well.

But it doesn't support themes.
On my site I only have comments enabled on the 'video' section and the section has a separate theme. When the module links to this section, it desplays the default theme.

If this could be fixed, then it would be perfect.