Problem with javascript?

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

Problem with javascript?

Post by Stoker »

Only uninstall the prettyphoto mod.

Problem with javascript?

Post by Pilxy »

Looks like I have managed to pinpoint the problem file:

Code: Select all

<script src="{ROOT_PATH}prettyphoto/jquery-1.4.4.min.js" type="text/javascript"></script>
If I remove this line only from overall_header, the white page dissapears and the board starts working normal. Without the prettyphoto mod of course...

Problem with javascript?

Post by Stoker »

Then go here to get the latest jquery version and use that instead: http://docs.jquery.com/Downloading_jQuery

Problem with javascript?

Post by Pilxy »

I have saved the latest version of jquery on the server and changed that overall_header line to:

Code: Select all

<script src="{ROOT_PATH}prettyphoto/jquery-1.7.2.min.js" type="text/javascript"></script>
Is that all I need to do?

If it is, I have tested it and it doesn't work. The problem is still there... :(

Problem with javascript?

Post by Stoker »

You havent changed the line in overall_header.html

But this doesnt explain why it works on your testboard and not on your live board.
Also you tell me that it works fine on prosilver which leads to some kind of problem with the style, but only on your live board.

Problem with javascript?

Post by Pilxy »

I have done the changes, but I reverted back as the problem still existed...

Do you think it would be a better idea to uninstall the prettyphoto and use higslide mod instead?

Problem with javascript?

Post by Stoker »

Thats worth a try.

Problem with javascript?

Post by Pilxy »

Well, I have replaced prettyphoto mod with the higslide one, and so far it looks like it's working fine. The white page has gone, so I'm happy now... :)

Thanks for all the support, I appreciate it!