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
FAP SUPPORT - Gif Pictures And Midthumbnails
Subject: Re: Gif Pictures And Midthumbnails
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)
Anemia wrote: [View Post]
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)
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:
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:
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.
Perhaps MG has discontinued this for some reason and forgot to remove from the admin panel.
Subject: Re: Gif Pictures And Midthumbnails
Damn... you two found another bug...
OPEN album_picm.php
FIND
REPLACE WITH
Let me know it it will work in this way... :roll:
Artie wrote: [View Post]
Damn... you two found another bug...
OPEN album_picm.php
FIND
// ------------------------------------
// Send Thumbnail to browser
// ------------------------------------
// Send Thumbnail to browser
// ------------------------------------
REPLACE WITH
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
// ------------------------------------
{
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 topicsYou 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