FAP SUPPORT - Gif Pictures And Midthumbnails


Subject: FAP SUPPORT - Gif Pictures And Midthumbnails
i have a litte problem , i think the "Show fill GIF pictures,if Mid Thumb activ." dosent work

when i click on a gif pic the midtumbnail will show anyway.

have a look

--->link

maybe try the animated NIN banner or someting else


EDIT:
uhm ... there a some pics shown up right ... like this Multi Upload - 004

but the animated gif banner wont show up right --> Nin

Profile PM  
Subject: Re: Gif Pictures And Midthumbnails
Anemia wrote: [View Post]
i have a litte problem , i think the "Show fill GIF pictures,if Mid Thumb activ." dosent work

when i click on a gif pic the midtumbnail will show anyway.


I think you may be right.... I see no difference no matter how I set the ACP for this.

What are trying to make happen ?
Do you want the thumb to link to the full image and skip the mid-thumb (for gifs) ?

BTW, I really like what you have done to the image info ..... Cool 8)

Profile PM  
Subject: Re: Gif Pictures And Midthumbnails
hey,
yes i want skip the midthumbnails for gif pictures. Some of the Gifs a animated and must have a fullview to show up right.

thanks for the compliment respective the Image Info :)


and thanks for your great support :mryellow:

Profile PM  
Subject: Re: Gif Pictures And Midthumbnails
I find nothing to suggest that this feature is actually coded ... except for the ACP. :?

Perhaps MG has discontinued this for some reason and forgot to remove from the admin panel.

Profile PM  
Subject: Re: Gif Pictures And Midthumbnails
Artie wrote: [View Post]
I find nothing to suggest that this feature is actually coded ... except for the ACP. :?

Perhaps MG has discontinued this for some reason and forgot to remove from the admin panel.

Damn... you two found another bug...

OPEN album_picm.php
FIND
Code: [Download] [Hide] [Select]
// ------------------------------------
// Send Thumbnail to browser
// ------------------------------------

REPLACE WITH
Code: [Download] [Hide] [Select]
if ( ($pic_filetype == '.gif') && ($album_config['show_gif_mid_thumb'] == 1) )
{
header('Content-type: image/gif');
header('Content-Disposition: filename=' . $pic_title_reg . $pic_filetype);
readfile($pic_fullpath);
exit;
}

// ------------------------------------
// Send Thumbnail to browser
// ------------------------------------


Let me know it it will work in this way... :roll:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.2794s (PHP: 6% SQL: 94%)
SQL queries: 13 - Debug Off - GZIP Enabled