1

Topic: JavaScript problem

Hello Everyone!

I have some JavaScript problem. On member profile page (member_profile.tpl) I listed the uploaded pictures of the member and successfully installed Lightbox2 by adding the following code to ext.pictures.tpl

<script type="text/javascript" src="includes/lightbox2/js/prototype.js"></script>
<script type="text/javascript" src="includes/lightbox2/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="includes/lightbox2/js/lightbox.js"></script>
<link rel="stylesheet" href="includes/lightbox2/css/lightbox.css" type="text/css" media="screen" />


My problem is that the mentioned script somehow "kill" the other (oringal) javascirpts so the voting and the profile info menu:
http://img717.imageshack.us/img717/3351/vldprs.jpg

Can I apply the original zooming script (fancyzoom?) on the images instead of Lightbox2?
If yes, how? I tried everything.

Is there a way to separate the above mentiond javascript from the voting and the profile info menu.

Which is the best lightbox clone for vld?

Thank you so much!

Kind regards,

Katt