Support Joomla!
Search: Advanced Search
Serving 3353 extensions to the community. Last updated on July 6.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 513 guests and 28 members online
Joomla! Extensions Directory feed - RSS 0.91

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.
Georg89 Extensions(0) | Reviews(2) | Favourites(0)

 Great plugin, May 6, 2008

It works great, good job!
Thanks

JoomLeague
 Tiny fix in admin panel, March 9, 2007
1 of 1 people find this review helpful:

JoomLeague Hi there,

Great component!

I'm using PHP5.21 and got these errors:

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in

[path]/administrator/components/com_joomleague/admin.joomleague.php
on line 187

[path]/administrator/components/com_joomleague/classes/Ranking.class.php on line 116 [and] on line 125

Solution:
Change this on line 187:

$joomleague_ranking->setProject(&$project);

to this

$joomleague_ranking->setProject($project);

Same with the 2 lines in the other file, just edit out the '&' and the error will go away;

Thanks,
G.