top stats and drag to share

Download and support for PhpBB3 Top Stats Mod
Locked
User avatar
themission
BBCoder III
BBCoder III
Posts: 123
Joined: 10 Aug 2011, 22:32
BBCodes: 3
Location: Devon UK
Contact:

top stats and drag to share

Post by themission »

Hello, ive noticed that if i want the top stats to scroll i have to have the jquery-1.7.min.js which stops the drag to share from working, if i leave the jquery-1.5.2.min.js in and remove the 1.7 top stats wont scroll ? you cant have both so somthing aint right any ideas - it all works here so obviously ive screwed up some where any i deas?
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

top stats and drag to share

Post by FTH »

i think you must have the last version of jQuery (that's the better soluce for me)
User avatar
Vox Populi
BBCoder III
BBCoder III
Posts: 135
Joined: 27 Jul 2011, 15:44
BBCodes: 51
Favourite BBCode: YouTube
Favourite MOD: mChat, Welcome on Index
Location: Index,WA
Contact:

top stats and drag to share

Post by Vox Populi »

My first guess without looking at your code is, double check to see if you have a jquery loading twice. Most of the time this is the case.
Be who you are and say what you feel.
Those who mind don't matter.
Those who matter don't mind.
- Dr. Seuss
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:

top stats and drag to share

Post by Stoker »

Try putting the 1.5.2 up where the 1.7 is.
Maybe that will work. But I agree with Franck, the stuff should work with newest jquery.
Board rules! No PM support
User avatar
themission
BBCoder III
BBCoder III
Posts: 123
Joined: 10 Aug 2011, 22:32
BBCodes: 3
Location: Devon UK
Contact:

top stats and drag to share

Post by themission »

ok thanks, will have another look then.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

top stats and drag to share

Post by martin123456 »

Every thing is running fine on my test board using just

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
User avatar
themission
BBCoder III
BBCoder III
Posts: 123
Joined: 10 Aug 2011, 22:32
BBCodes: 3
Location: Devon UK
Contact:

top stats and drag to share

Post by themission »

Got it sorted, all working moved the jquery-1.7.min.js to under the forum_fn.js .. thanks very much :)
Locked