Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
September 22, 20177 yr This is weird because the date of that post and the image was uploaded with it was Posted 11 hours ago https://www.walkingfootball.com/forums/topic/995-tra-walking-football-national-league/ I myself uploaded the other one on Posted Tuesday at 11:28 AM you are looking at this image of a football team https://www.walkingfootball.com/forums/topic/995-tra-walking-football-national-league/?tab=comments#comment-1650
September 22, 20177 yr Author On 9/22/2017 at 10:12 AM, Unlucky said: This is weird because the date of that post and the image was uploaded with it was Posted 11 hours ago https://www.walkingfootball.com/forums/topic/995-tra-walking-football-national-league/ I myself uploaded the other one on Posted Tuesday at 11:28 AM You can run sql query SELECT attach_id, FROM_UNIXTIME(attach_date) as uploaded, CONCAT('https://www.walkingfootball.com/uploads/', attach_location) as location FROM core_attachments WHERE attach_id IN (1367, 1400); and compare results Edited September 22, 20177 yr by newbie LAC
April 6, 20186 yr Dont know if you are aware or not @newbie LAC but this doesnt seem to work with 4.3. I realize its in beta, but thought I would let you know.
April 6, 20186 yr Author On 4/6/2018 at 9:12 AM, Soniceffect said: Dont know if you are aware or not @newbie LAC but this doesnt seem to work with 4.3. I realize its in beta, but thought I would let you know. Hello, I'm not support beta versions. But I made quick test and confirm the bug with carousel. I fixed it for 4.3.0. If you know any issues please tell me. Edited April 6, 20186 yr by newbie LAC
April 6, 20186 yr On 4/6/2018 at 9:49 AM, newbie LAC said: Hello, I'm not support beta versions. But I made quick test and confirm the bug with carousel. I fixed it for 4.3.0. If you know any issues please tell me. No problem. Was just letting you know in case you were unaware
April 24, 20186 yr On 4/6/2018 at 9:49 AM, newbie LAC said: Hello, I'm not support beta versions. But I made quick test and confirm the bug with carousel. I fixed it for 4.3.0. If you know any issues please tell me. We're on 4.3.1 now but it looks like the latest version of your plugin was uploaded in February... Will you be uploading a new version?
April 24, 20186 yr Hello, I have update IPS on 4.3.1 and Recent Forum Images on 1.0.8 but i have un bad display. why ?
April 25, 20186 yr Author Hello, On 4/24/2018 at 4:52 PM, openfire said: Will you be uploading a new version? Done On 4/24/2018 at 9:44 PM, Photo Club Paris said: I have update IPS on 4.3.1 and Recent Forum Images on 1.0.8 but i have un bad display. why ? Use version 1.0.9
May 1, 20186 yr Author On 5/1/2018 at 7:42 AM, Steve_W said: Does this plugin honour permissions? Hello, Yes
May 3, 20186 yr Author On 5/3/2018 at 10:07 AM, Steve_W said: Is there anyway this can keep the original aspect ratio of the images please? Hello, Disable the setting "Scaling of images". In this case the image height will be have value is auto
June 19, 20186 yr Since yesterday's software update (4.3.4) the plugin is failing to fully load, is there an update due or is the issue likely to be at my end?
June 19, 20186 yr Author On 6/19/2018 at 9:00 AM, TIPF said: Since yesterday's software update (4.3.4) the plugin is failing to fully load, is there an update due or is the issue likely to be at my end? Hello, What do you mean? Works fine on IPS 4.3.4
June 19, 20186 yr On 6/19/2018 at 9:16 AM, newbie LAC said: What do you mean? The plugin loads but not fully, the slider is working but the tiny loading icon in the browser tab continues to spin and my site becomes slow, when I disable the plugin all is fine. I'm using Chrome BTW.
June 19, 20186 yr Author On 6/19/2018 at 9:21 AM, TIPF said: The plugin loads but not fully, the slider is working but the tiny loading icon in the browser tab continues to spin and my site becomes slow, when I disable the plugin all is fine. I'm using Chrome BTW. Where I can reproduce a problem?
June 19, 20186 yr I've re-enabled the plugin, all has been well for the last 20 minutes. Sorry for bothering you with what appears to have been a temporary glitch.
July 18, 20186 yr I've installed the plugin on 4.3.4, but fails to add, showing an "Error" text. Reloading the page the message does not appear but neither the plugin. Enabled hook, activated, select all forums, suggested settings but nothing. Adding the block (error on the place I've drag and dropped Recent Forum Images) Show this when I finished adding the block On page reload it dissapears but the block is missing These are the settings I'm using Thanks in advance! Edited July 18, 20186 yr by rfcontreras
July 18, 20186 yr Maybe it's related, I get this error when changing themes... SELECT DISTINCT(pid) FROM `core_attachments` LEFT JOIN `core_attachments_map` ON core_attachments_map.attachment_id=core_attachments.attach_id LEFT JOIN `forums_posts` ON forums_posts.pid=core_attachments_map.id2 LEFT JOIN `forums_topics` ON forums_posts.topic_id=forums_topics.tid LEFT JOIN `core_permission_index` ON core_permission_index.perm_type_id=forums_topics.forum_id WHERE ( forum_id IN(3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,58,60,61,63,64,66,67,69,71,73,74) ) AND forums_posts.new_topic=1 AND core_permission_index.app='forums' AND core_permission_index.perm_type='forum' AND core_attachments.attach_is_image=1 AND core_attachments_map.location_key='forums_Forums' AND core_attachments.attach_is_archived=0 AND forums_posts.queued=0 AND forums_topics.approved=1 ORDER BY attach_date DESC LIMIT 0,15 IPS\Db\Exception: Expression #1 of ORDER BY clause is not in SELECT list, references column 'espacio_ipb.core_attachments.attach_date' which is not in SELECT list; this is incompatible with DISTINCT (3065) PHP Version7.0.30-0ubuntu0.16.04.1 MySQL Version5.7.22-0ubuntu0.16.04.1 Edited July 18, 20186 yr by rfcontreras
July 18, 20186 yr Changing the settings in my.cnf to sql-mode="" solves the issue temporarily, but adding attach_date to the sql statement should solve the issue. Mysql 5.7 is way more restrictive and requires the order by fields on the select statement. Looking forward this change on the plugin Thanks in advance!
July 19, 20186 yr Author Hello, On 7/18/2018 at 10:29 PM, rfcontreras said: Maybe it's related, I get this error when changing themes... Thanks. Fixed
July 19, 20186 yr On 7/19/2018 at 6:36 AM, newbie LAC said: Hello, Thanks. Fixed Thanks! This fix worked, but whatever I put on image quantity it shows Just 1 image. Should I need to remové and install or just upgrade that I did ? Thanks in advance
July 19, 20186 yr Author On 7/19/2018 at 11:48 AM, rfcontreras said: Thanks! This fix worked, but whatever I put on image quantity it shows Just 1 image. Should I need to remové and install or just upgrade that I did ? Thanks in advance I setup the settings as on your screenshot. I can't reproduce. Try to disable 2 settings - First post - First attachment
July 19, 20186 yr Disabling this two settings show the correct image quantity, but I need to show just the first image of each post. Thanks in advance
July 20, 20186 yr Author On 7/19/2018 at 2:55 PM, rfcontreras said: but I need to show just the first image of each post. In this case you need disable first setting and enable second