ILM2 Posted November 3, 2011 Share Posted November 3, 2011 I had uploaded the updated files but will do so again.If a post has an Internal and an External image, the mod could select the first one (or last .. maybe an acp choice)How easy / difficult is it to detect the first image type and treat it accordingly?It would probably be a very popular upgrade.Neil Link to comment Share on other sites More sharing options...
KiteLife Posted November 7, 2011 Share Posted November 7, 2011 Hi Dawid, I've bought yet another one of your apps... This one really meets a pre-existing need of ours too! One issue: We've used the addon which brings topic descriptions back, and the Advanced Thumbnails don't take them into account. For some reason, I can't upload an image here so I'll need to describe it: Now, it looks like this (X-shape represents the thumbnail)... XXXXXX XXXXXX Topic title XXXXXX Topic description We want it to look like this: XXXXXXXX XXXXXXXX Topic title XXXXXXXX Topic description XXXXXXXX Basically, we need BOTH title and description to align at the right of the thumbnail. How can we make this edit? I'd also suggest it be built in, for those who are in the same situation. :wink: Also, can I suggest you include a stock "image not available" file for people to use in the /upload/ folder? Thanks as always! Link to comment Share on other sites More sharing options...
KiteLife Posted November 7, 2011 Share Posted November 7, 2011 Also, the prefix tag appears at the left of the image and it looks sort of weird... I think what my team would like is if we could left align the image, so that all topic info appears to the right of the thumb, like this: XXXXXXX [prefix] Topic title XXXXXXX Title description XXXXXXX Started by so and so Clean, everything aligned evenly... Just a matter of visual flow, you know? :) Link to comment Share on other sites More sharing options...
DawPi Posted November 7, 2011 Author Share Posted November 7, 2011 Hello, I know what you mean. I'll check it ASAP.. However topic description feature isn't part of IP.Board, so I must concider this part also... Right now I'm working on other mods, so please be patient. Link to comment Share on other sites More sharing options...
KiteLife Posted November 7, 2011 Share Posted November 7, 2011 Understood, thanks. :) Link to comment Share on other sites More sharing options...
Kandice Posted November 9, 2011 Share Posted November 9, 2011 Another thing to consider DawPi is when we hover over the thumbnail image it display a larger size of the image. I know some vBulletin have this feature and it just look very awesome and professional. Link to comment Share on other sites More sharing options...
KiteLife Posted November 9, 2011 Share Posted November 9, 2011 I can see the benefit for some folks, but it would be a minus for us... Perhaps as an on/off option. :) Link to comment Share on other sites More sharing options...
KiteLife Posted November 12, 2011 Share Posted November 12, 2011 Hi DawPi, we're anxious to have the last suggestion addressed (related to topic description), it's critical to our presentation. ;) Link to comment Share on other sites More sharing options...
DawPi Posted November 12, 2011 Author Share Posted November 12, 2011 Ok, I don't forget.. But now it's have weekend. :-) Link to comment Share on other sites More sharing options...
DawPi Posted November 14, 2011 Author Share Posted November 14, 2011 Sat0ri, Ok, could you check (only you - if will be fine I'll update the mod for everyone).. Open file: hooks/dp3_adt_forumViewSkinOverloader_{xxx}.php 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['tags']['formatted']['prefix'] = "<span style='float:left;'><img src='" . $data['attach_thumb_location'] . "' width='" . $data['adt_width'] . "px' height='" . $data['adt_height'] . "px' title='" . $data['title'] . "' /></span> " . $data['tags']['formatted']['prefix']; On my dev board works, but please check it on yours (with topic descriptions). Link to comment Share on other sites More sharing options...
KiteLife Posted November 15, 2011 Share Posted November 15, 2011 A couple of things: a. The image has no right padding, for layout balance, needs a little space imho. b. The tags continue onto another line (starting under the image), would like to have all text to the right of the image. Those are perhaps minor adjustments, I think they clean up the appearance... Quick visual with edits: What do you think? :) Link to comment Share on other sites More sharing options...
KiteLife Posted November 15, 2011 Share Posted November 15, 2011 That might be 10px of right padding on the thumb, and all line breaks start right of the image. Link to comment Share on other sites More sharing options...
KiteLife Posted November 15, 2011 Share Posted November 15, 2011 Also, when I click on "tools" for thumbnails, I get this error... "Parse error: syntax error, unexpected $end in /home/user/public_html/forum/admin/applications_addon/other/athumbnails/modules_admin/tools/tools.php on line 1" Any ideas? Link to comment Share on other sites More sharing options...
DawPi Posted November 16, 2011 Author Share Posted November 16, 2011 So check this code: $data['tags']['formatted']['prefix'] = "<span style='float:left; padding-right: 5px;'><img src='" . $data['attach_thumb_location'] . "' width='" . $data['adt_width'] . "px' height='" . $data['adt_height'] . "px' title='" . $data['title'] . "' /></span> " . $data['tags']['formatted']['prefix']; "Parse error: syntax error, unexpected $end in /home/user/public_html/forum/admin/applications_addon/other/athumbnails/modules_admin/tools/tools.php on line 1" Grr, again? Did you reupload all files? Link to comment Share on other sites More sharing options...
KiteLife Posted November 17, 2011 Share Posted November 17, 2011 Yes, I re-uploaded all files, still getting the error - unable to rebuild thumbnails. Thoughts? Link to comment Share on other sites More sharing options...
KiteLife Posted November 17, 2011 Share Posted November 17, 2011 Suggestion, can this app be modified so we can select a specific thumbnail from what we've attached? Link to comment Share on other sites More sharing options...
KiteLife Posted December 11, 2011 Share Posted December 11, 2011 Sat0ri, Ok, could you check (only you - if will be fine I'll update the mod for everyone).. Open file: hooks/dp3_adt_forumViewSkinOverloader_{xxx}.php 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['tags']['formatted']['prefix'] = "<span style='float:left;'><img src='" . $data['attach_thumb_location'] . "' width='" . $data['adt_width'] . "px' height='" . $data['adt_height'] . "px' title='" . $data['title'] . "' /></span> " . $data['tags']['formatted']['prefix']; On my dev board works, but please check it on yours (with topic descriptions). Hi Dawid, this has been a good solution for our needs, except for one thing... Changing the file you suggested works well, until we rebuild our skins for any reason, then the changes are erased. So basically, it's effecting a cached file or something? Any way to make the change to the core app file, from which the skins are rebuilt? Link to comment Share on other sites More sharing options...
RainbowGirl Posted December 22, 2011 Share Posted December 22, 2011 So check this code: Grr, again? Did you reupload all files? So is the problem solved? any solutions ? I'm thinking of buying this app. Link to comment Share on other sites More sharing options...
DawPi Posted December 22, 2011 Author Share Posted December 22, 2011 Sure.. There was small problem with the file encoding.. I just changed it to unix and works fine. Any confirmed bug in any od my mod will be fixed.. Fast, slow, but will be. Link to comment Share on other sites More sharing options...
rtschutter Posted January 25, 2012 Share Posted January 25, 2012 This isn't working for me. I installed it, and enabled it in the 10 different places you have to enable it, but still nothing is showing up. Link to comment Share on other sites More sharing options...
DawPi Posted January 25, 2012 Author Share Posted January 25, 2012 rtschutter, what I can say? Could you send me your ACP to check the situation? Link to comment Share on other sites More sharing options...
DawPi Posted January 25, 2012 Author Share Posted January 25, 2012 This isn't working for me. I installed it, and enabled it in the 10 different places you have to enable it, but still nothing is showing up. Works fine.. I just checked this for you - set the settings for 'admin' forum, posted topic with image and check on the topics list - works. :) Link to comment Share on other sites More sharing options...
rtschutter Posted January 25, 2012 Share Posted January 25, 2012 So it only works with new posts? Link to comment Share on other sites More sharing options...
rtschutter Posted January 25, 2012 Share Posted January 25, 2012 It only works with external images. I really need it to work with internal images. Link to comment Share on other sites More sharing options...
DawPi Posted January 25, 2012 Author Share Posted January 25, 2012 So it only works with new posts? Nope. With all. It only works with external images. I really need it to work with internal images.So enable this option in the forum settings. I'm checking it. Hold on. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.