Hi Guys,,
First of all i commited a bubu on produc_info.php (SORRY)

I put in the wrong directories for the javasctipt

in line 229 find:




And replace it with:




I also added a bug fix file for those using prettyphoto regarding jquery.
For any other modules using jquery: Ultimate_Osc_Translator uses prototype code and is know to have issues when working with each other.
The same fix I appyed to prettyphoto can be applyed to all other jquery scripts to have compatability with prototype.

(Example)
If you see this:
$(document).ready(function(){

Change to this:
jQuery(document).ready(function(){

Just replace $ with jquery and you should be fine.


I also updated prototype1.6.js to the las vervion available prototype1.6.1.js

This is a full package and is fully updated.



More...