Jquery conflict (prettyphoto and top stats)

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Jquery conflict (prettyphoto and top stats)

Post by jabhi »

I have top stats installed. How to fix jquery problem with this mod ? Thanks.

Jquery conflict (prettyphoto and top stats)

Post by jabhi »

I think I got it,

I replaced

Code: Select all

<script src="{ROOT_PATH}prettyphoto/jquery-1.4.4.min.js" type="text/javascript"></script>
with

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
Thanks...

Jquery conflict (prettyphoto and top stats)

Post by Stoker »

Yes, that should work.

Jquery conflict (prettyphoto and top stats)

Post by jabhi »

thank you for confirming...