DawPi Posted February 22, 2012 Author Share Posted February 22, 2012 The hotfix is ready, but your request require manual edit, so when you buy it I'll send you an instruction how to make it. :) Link to comment Share on other sites More sharing options...
ASTRAPI Posted February 22, 2012 Share Posted February 22, 2012 I have already buy it yesterday :smile: Please check it and send me the fix :smile: Thank you Link to comment Share on other sites More sharing options...
Kandice Posted February 26, 2012 Share Posted February 26, 2012 I can't use the Tool setting, it give me an Error. Also is there anyway to change the Thumbnail size on all forum at once? Right now if I want to change the Thumbnail size, I have to do individually on all forums. Well I still like want the option to change individual forum to certein height and width of course, but be nice there an extra option to change all the forum to a height and width too. Thanks! Link to comment Share on other sites More sharing options...
DawPi Posted February 26, 2012 Author Share Posted February 26, 2012 Hello Kandice, I can't use the Tool setting, it give me an Error. You think it's enough to write me? Maybe you could extend this to describe the error - screen would be best! :smile: Also is there anyway to change the Thumbnail size on all forum at once? Right now if I want to change the Thumbnail size, I have to do individually on all forums. Run this query:UPDATE dp3_adt_thumbnails SET t_width = XXX, t_height = YYY Where XXX and YYY are new dimensions Link to comment Share on other sites More sharing options...
Kandice Posted February 27, 2012 Share Posted February 27, 2012 Oh sorry, thought it was a common error. Here screen shot. Can you tell me how to do a Run Query in Admin Control Panel? Link to comment Share on other sites More sharing options...
DawPi Posted March 4, 2012 Author Share Posted March 4, 2012 Oh sorry, thought it was a common error. Here screen shot. [img] [/img] Can you tell me how to do a Run Query in Admin Control Panel? Strange.. Please reupload all files.. I just updated the file and should be fine. Can you tell me how to do a Run Query in Admin Control Panel? Go to: ACP -> Support -> SQL Management -> SQL Toolbox -> Run Query (below the tables list) Link to comment Share on other sites More sharing options...
Kandice Posted March 5, 2012 Share Posted March 5, 2012 Dawpi, any ideas why the Thumbnail generate look very blocky on Firefox but they look smoother and better in Chrome and Internet Explorer? Link to comment Share on other sites More sharing options...
DawPi Posted March 8, 2012 Author Share Posted March 8, 2012 What mean 'blocky'? Could you show me the screen and/or link to the forum where I can check it with firebug? Link to comment Share on other sites More sharing options...
insectdude Posted March 10, 2012 Share Posted March 10, 2012 I'd like to set a width on thumbnails, but not a height (so that correct aspect ratio is maintained and images are not stretched). I can't see a way to do this currently - if I leave the height setting blank, height="50" still appears in the img tag. Is this possible? If not, could you consider adding this option? Link to comment Share on other sites More sharing options...
DawPi Posted March 10, 2012 Author Share Posted March 10, 2012 insectdude, open file: admin/applications_addon/other/athumbnails/xml/hooks/hook.xml Find:$data['prefix'] = "<img src='" . $data['attach_thumb_location'] . "' width='" . $data['adt_width'] . "px' height='" . $data['adt_height'] . "px' title='" . $data['title'] . "' /> " . $data['prefix'];[/CODE] Change to: [CODE]$data['prefix'] = "<img src='" . $data['attach_thumb_location'] . "' width='" . $data['adt_width'] . "px' " . ( $data['adt_height'] ? "height='" . $data['adt_height'] . "px'" : '' ) . " title='" . $data['title'] . "' /> " . $data['prefix']; Then open: admin/applications_addon/other/athumbnails/sources/classes/library.php Find: $topic_data[ $ck['tid'] ]['adt_height'] = $info['t_height'] ? $info['t_height'] : '50'; Change to: $topic_data[ $ck['tid'] ]['adt_height'] = $info['t_height'] ? $info['t_height'] : '0'; [/code] And reimport it in: ACP -> System -> Applications & Modules -> Manage Hooks -> Install a New Hook Link to comment Share on other sites More sharing options...
insectdude Posted March 10, 2012 Share Posted March 10, 2012 That worked great, thanks for the incredibly fast reply! Link to comment Share on other sites More sharing options...
Kandice Posted March 15, 2012 Share Posted March 15, 2012 Dawpi you can compare it just using site that have using this mod with firefox and other browser. Firefox the thumbnail scale is bad compare to other browser. And will there be option in the future where we can set the size of the thumbnail image according to the width and height of the original image. Like keep the image aspect ratio, just re-scale it. Kind of like what insectdude mention. All image size now is a fix size meaning some image look good and some look really stretch and bad. Can still enter the height and width too for other people if they don't like this feature. If not, that's ok. I will just use the hack you just give for now. Link to comment Share on other sites More sharing options...
ASTRAPI Posted March 25, 2012 Share Posted March 25, 2012 Hello When you will release a new version compatible with new IPB 3.3.3 ? Thank you Link to comment Share on other sites More sharing options...
DawPi Posted March 26, 2012 Author Share Posted March 26, 2012 ASTRAPI, something doesn't work? :logik: Link to comment Share on other sites More sharing options...
ASTRAPI Posted March 27, 2012 Share Posted March 27, 2012 I do not have ipb 3.3.0 yet as i am waiting for some hooks athurs to verify that they work so i can upgrade :) Can you or anyone verify please that is working on the new 3.3.0 version? Thank you Link to comment Share on other sites More sharing options...
DawPi Posted March 27, 2012 Author Share Posted March 27, 2012 Will work! ;) Link to comment Share on other sites More sharing options...
Kandice Posted March 31, 2012 Share Posted March 31, 2012 DawPi, I hope you fix the Internal Image Thumbnail generated. Because right now can't use Internal Image at all because it is so blurry. Example below is first picture I have Advance Thumbnail setting to show Internal Image and using image attachment. 2nd one is External. As you can see, Internal is very blurry for some reason making using Internal image useless right now. Link to comment Share on other sites More sharing options...
DawPi Posted April 1, 2012 Author Share Posted April 1, 2012 Kandice, what you suggest? What I should do? Link to comment Share on other sites More sharing options...
ASTRAPI Posted April 6, 2012 Share Posted April 6, 2012 About this: For the default image:Do you want to set default image if the mod can't find proper image? If yes, enter full URL to the image. I must set it as :[/CODE] or i can use also [CODE]/image/default.png ? Thank you Link to comment Share on other sites More sharing options...
DawPi Posted April 6, 2012 Author Share Posted April 6, 2012 ASTRAPI, like this: Would be best. :thumbsup: Link to comment Share on other sites More sharing options...
iWeb Posted April 8, 2012 Share Posted April 8, 2012 Does this mod have a global setting where it affects all the forums instead of having to set them up one by one? Also, is there a way we can change the layout to look like the image attached? The current layout has too much of a gap and it looks a bit weird. Link to comment Share on other sites More sharing options...
DawPi Posted April 8, 2012 Author Share Posted April 8, 2012 Hello iWeb, Does this mod have a global setting where it affects all the forums instead of having to set them up one by one? http://community.invisionpower.com/topic/310808-download-dp32-advanced-thumbnails/page__st__100#entry2235126 Also, is there a way we can change the layout to look like the image attached? The current layout has too much of a gap and it looks a bit weird. For now no.. I'll check it when I finish a new version of this mod. Link to comment Share on other sites More sharing options...
iWeb Posted April 8, 2012 Share Posted April 8, 2012 In regards to the global settings, the pixel size wasn't what I was referring to, but I the idea how to change things from the link you posted. I had been looking for this type of mod for a while. Thanks! Link to comment Share on other sites More sharing options...
Kandice Posted April 15, 2012 Share Posted April 15, 2012 Kandice, what you suggest? What I should do? Hi DawPI, sorry for my late reply. I want to suggest that when you use Internal Image and use it as an attachment. The Thumbnail don't get resize base on the Thumbnail Attachment size. It just blow up the icon of the Thumbnail attachment. I would suggest it take original thumbnail image and resize it instead. I just want to know if it's possible to make the image resize for the thumbnail to look like External because when I use Internal it is very blurry and pixelated. Link to comment Share on other sites More sharing options...
ILM2 Posted April 15, 2012 Share Posted April 15, 2012 Hook doesn't work for me on 3.30 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.