Jquery conflict (prettyphoto and top stats)

Download and support for PhpBB3 Prettyphoto Attachment Mod
Locked
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

Jquery conflict (prettyphoto and top stats)

Post by jabhi »

I have top stats installed. How to fix jquery problem with this mod ? Thanks.
Go phpBB go... Respected : Developers, Supporters.
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

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...
Go phpBB go... Respected : Developers, Supporters.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Jquery conflict (prettyphoto and top stats)

Post by Stoker »

Yes, that should work.
Board rules! No PM support
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

Jquery conflict (prettyphoto and top stats)

Post by jabhi »

thank you for confirming...
Go phpBB go... Respected : Developers, Supporters.
Locked