[REQUEST] fading images

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

[REQUEST] fading images

Post by Arnevb »

For some reason, I got the exact same problem as Terr0r. The avatars won't show up again... I "de-installed" it again.

[REQUEST] fading images

Post by Stoker »

So you made the same error as Terr0r ;)
If you want it working then install it and give me a link to your site.

[REQUEST] fading images

Post by Arnevb »

www.wrenchconnection.net
I installed it ;)

[REQUEST] fading images

Post by Stoker »

What happens if you remove this from overall_header:

Code: Select all

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>

<!-- If the above line is already present, don't add it again -->

[REQUEST] fading images

Post by Arnevb »

Mmm... Nothing seems to happen...

[REQUEST] fading images

Post by Terr0r »

I have add this to my forum again but now is my avatar gone :(

take a look on my forum http://www.phpbbpoints.com/home.php

I have already jquery <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/jquery-1.5.2.min.js"></script> that is for the mChat so if I set this in the oaverall_header.html <script src="{ROOT_PATH}script/jquery-1.4.4.min.js" type="text/javascript"></script> then I use 2 jquery's and that is not good

so what must I do now ?

already thanks for the help

Greets Terr0r

[REQUEST] fading images

Post by Stoker »

Arnevb wrote:Mmm... Nothing seems to happen...
You havent uploaded the entire script folder. I can see its not present.

[REQUEST] fading images

Post by Terr0r »

I think that is also the problem by me I have no script folder whit a jquery file in it

so what must I do now made a folder and call the name script and set the file jquery-1.4.4.min.js in it ?

[REQUEST] fading images

Post by Stoker »

Terr0r wrote:I think that is also the problem by me I have no script folder whit a jquery file in it

so what must I do now made a folder and call the name script and set the file jquery-1.4.4.min.js in it ?
Yes, exactly.

[REQUEST] fading images

Post by Terr0r »

okay and where can I find the file jquery-1.4.4.min.js ?