Where you have (on your page):
Code:
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
it now needs to be:
Code:
<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous.js?load=effects,builder" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>
That's the one extra file I was talking about that you need. Be sure you have uploaded it (builder.js) as well to the proper location with the updated lightbox script files.
Incidentally there is another script (conveyor_oo.js) which you don't need unless you want something like is shown on the conveyor_oo.htm which comes in the new distribution archive.
Bookmarks