[REQUEST] fading images
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
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
Me again lol
I was wondering what you use to have the images, avatars etc to fade in upon visiting a topic etc...
Thanks
I was wondering what you use to have the images, avatars etc to fade in upon visiting a topic etc...
Thanks
Re: [REQUEST] fading images
Its a jquery effect. So you need to have jquery.
If you allready have jquery, you must NOT add it again.
Open styles/prosilver/template/overall_header.html
Find:
Add after:
Open includes/functions_display.php
Find:
Replace with:
If you allready have jquery, you must NOT add it again.
Open styles/prosilver/template/overall_header.html
Find:
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
Code: Select all
<script src="{ROOT_PATH}script/jquery-1.4.4.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$(".imgfade").fadeIn(2000);
});
// ]]>
</script>
Find:
Code: Select all
return '<img src="' . (str_replace(' ', '%20', $avatar_img)) . '" width="' . $avatar_width . '" height="' . $avatar_height . '" alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" />';
Code: Select all
return '<img src="' . (str_replace(' ', '%20', $avatar_img)) . '" width="' . $avatar_width . '" height="' . $avatar_height . '" alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" class="imgfade" style="display:none;" />';
You do not have the required permissions to view the files attached to this post.
[REQUEST] fading images
thanks stoker I have find it
but I have do this and now I see no avatars more on my forum how is that possible ? take a look add my site what I mean
but I have do this and now I see no avatars more on my forum how is that possible ? take a look add my site what I mean
[REQUEST] fading images
Thats what happens when you do something wrong Terr0r.
I have taken a look at your site and find no problems.
I have taken a look at your site and find no problems.
[REQUEST] fading images
Edited now works on 309
Last edited by martin123456 on 25 Sep 2011, 12:33, edited 1 time in total.
[REQUEST] fading images
Yes I have has this code styles/prosilver/template/overall_header.html
and also in styles/prosilver_se/template/overall_header.html
what must I do to get the fade effect
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
what must I do to get the fade effect
[REQUEST] fading images
I have the also. Be nice to know how to apply it too
Wonderful treasure chest of mods in here....think I added about 5 to my forum today
Code: Select all
T_SUPER_TEMPLATE_PATH

Wonderful treasure chest of mods in here....think I added about 5 to my forum today

[REQUEST] fading images
Thanx stoker for the update
edited my posts to keep the topic clean looking

edited my posts to keep the topic clean looking
Last edited by martin123456 on 25 Sep 2011, 12:35, edited 2 times in total.
[REQUEST] fading images
That was changed in 3.0.9 and my post was before, but I have changed it so it works on 3.0.9Blackwolf wrote:I have thealso. Be nice to know how to apply it tooCode: Select all
T_SUPER_TEMPLATE_PATH
![]()
Wonderful treasure chest of mods in here....think I added about 5 to my forum today
[REQUEST] fading images
Thanks very much....looks very elegant.Just need to decide whether I have this effect....or Shadow Avatars 
or......can a combination of both........

or......can a combination of both........
