Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ramsesx Posted May 4, 2018 Posted May 4, 2018 5 minutes ago, onlyME said: Do you enable "author can change thumbnail" ? If yes, member will see that option when posting new topic. You are right, it was enabled, thought it is enough to only set "Who can change topic thumbnail?". Thanks for your quick support. onlyME 1
opentype Posted May 4, 2018 Posted May 4, 2018 Yes, works nicely in 3.0. By the way: having the image in the (otherwise dull) activity feed looks awesome! ? Small feature request: If there is no image, it doesn’t need an “No image picture”. It can just be omitted. I am only talking about the activity feed. Idea for another plugin: Since you know how to get images into the feeds – can you do the same for Pages record images? I would buy that! crmarks 1
onlyME Posted May 4, 2018 Author Posted May 4, 2018 1 minute ago, opentype said: Small feature request: If there is no image, it doesn’t need an “No image picture”. It can just be omitted. I am only talking about the activity feed. I will consider it. 1 minute ago, opentype said: Idea for another plugin: Since you know how to get images into the feeds – can you do the same for Pages record images? I would buy that! Is it like this
gabs007 Posted May 10, 2018 Posted May 10, 2018 Is it possible that this plugin does not support SSL ? I can't get the SSL certificate to work properly
onlyME Posted May 11, 2018 Author Posted May 11, 2018 4 hours ago, gabs007 said: Is it possible that this plugin does not support SSL ? I can't get the SSL certificate to work properly It supports ssl. Metor and gabs007 1 1
Metor Posted May 14, 2018 Posted May 14, 2018 (edited) @onlyME Just wondering if it takes longer to load a website with this? Have the feeling it takes longer to load when the thumbnail is enabled. Any change you could implement lazy load or add an option in the future. I would do it myself but don't know how to implement lazyload when the image gets loaded through css. Update Maybe I try with this: https://appelsiini.net/2013/lazyload-190/ Edited May 14, 2018 by Serayah David.. 1
onlyME Posted May 15, 2018 Author Posted May 15, 2018 6 hours ago, Serayah said: @onlyME Just wondering if it takes longer to load a website with this? Have the feeling it takes longer to load when the thumbnail is enabled. Any change you could implement lazy load or add an option in the future. I would do it myself but don't know how to implement lazyload when the image gets loaded through css. Update Maybe I try with this: https://appelsiini.net/2013/lazyload-190/ I'm not sure but I will consider your idea. crmarks and Metor 2
Metor Posted June 1, 2018 Posted June 1, 2018 Is there a easy way to show the thumbnail inside the thread @onlyME
onlyME Posted June 2, 2018 Author Posted June 2, 2018 14 hours ago, Serayah said: Is there a easy way to show the thumbnail inside the thread @onlyME Where do you want to show it? Metor 1
Metor Posted June 2, 2018 Posted June 2, 2018 9 hours ago, onlyME said: Where do you want to show it Next to the thread title in thread if possible.
onlyME Posted June 3, 2018 Author Posted June 3, 2018 5 hours ago, Serayah said: Next to the thread title in thread if possible. This is topic thumbnail url {$topic->tthumb_show()} Use it in forums > front > topics > topic . Customize by yourself. Metor 1
Optic14 Posted June 17, 2018 Posted June 17, 2018 Hi @onlyME Just purchased this. Can you advise how to change number of columns when using Gallery Masonry mode? It seems to be locked to 5 columns. I want to try reducing to 3 or 4 columns because I have widget blocks on sidebar inside forum view, the thumbnails appear too small for me.
onlyME Posted June 17, 2018 Author Posted June 17, 2018 17 minutes ago, Optic14 said: Hi @onlyME Just purchased this. Can you advise how to change number of columns when using Gallery Masonry mode? It seems to be locked to 5 columns. I want to try reducing to 3 or 4 columns because I have widget blocks on sidebar inside forum view, the thumbnails appear too small for me. Try to add this css for 4 columns .tthumb_gal_item { width: 25% !important; } @media only screen and (max-width: 1000px) { .tthumb_gal_item { width: 25% !important; } } Optic14 1
Sovereign Grace Singles Posted June 18, 2018 Posted June 18, 2018 Question. Some of the topic thumbnails show in your featured application as a blank youtube video default picture (refer to screenshot). Is it possible to only "scrape" or refresh these Youtube videos which obviously are not captured rightly?
onlyME Posted June 18, 2018 Author Posted June 18, 2018 1 hour ago, Christforums said: Question. Some of the topic thumbnails show in your featured application as a blank youtube video default picture (refer to screenshot). Is it possible to only "scrape" or refresh these Youtube videos which obviously are not captured rightly? Please give me the video url so I can test it. Sovereign Grace Singles 1
Sovereign Grace Singles Posted June 18, 2018 Posted June 18, 2018 (edited) 12 hours ago, onlyME said: Please give me the video url so I can test it. Here are some: https://www.christforums.org/topic/4076-the-ontological-argument/?tab=comments#comment-17971 https://www.christforums.org/topic/1670-calvin-and-bullinger-the-later-reformed-church/ https://www.christforums.org/topic/1671-luthers-breakthrough/ https://www.christforums.org/topic/1677-unitarians-baptists-and-quakers/ https://www.christforums.org/topic/1914-against-the-world-why-i-am-a-calvinist/ https://www.christforums.org/topic/1655-the-catholic-reformation/ And thanks! Edited June 18, 2018 by Christforums
onlyME Posted June 20, 2018 Author Posted June 20, 2018 On 6/19/2018 at 1:20 AM, Christforums said: Here are some: https://www.christforums.org/topic/4076-the-ontological-argument/?tab=comments#comment-17971 https://www.christforums.org/topic/1670-calvin-and-bullinger-the-later-reformed-church/ https://www.christforums.org/topic/1671-luthers-breakthrough/ https://www.christforums.org/topic/1677-unitarians-baptists-and-quakers/ https://www.christforums.org/topic/1914-against-the-world-why-i-am-a-calvinist/ https://www.christforums.org/topic/1655-the-catholic-reformation/ And thanks! I confirm this bug, it will be fixed in the next version. Sovereign Grace Singles 1
Optic14 Posted June 22, 2018 Posted June 22, 2018 @onlyME , when creating a forum topic - is there a way to force members to upload a thumbnail / select existing image ? I am trying to avoid empty images for future new topics. If not a feature would you consider adding it as a setting?
onlyME Posted June 22, 2018 Author Posted June 22, 2018 Just now, Optic14 said: @onlyME , when creating a forum topic - is there a way to force members to upload a thumbnail / select existing image ? I am trying to avoid empty images for future new topics. If not a feature would you consider adding it as a setting? I will consider your idea. Optic14 1
Li3D Posted July 10, 2018 Posted July 10, 2018 Hi, I can't split message anymore when Topic Thumbnail is activated with IPS 4.3.4. Am I alone with this problem ?
onlyME Posted July 11, 2018 Author Posted July 11, 2018 8 hours ago, Li3D said: Hi, I can't split message anymore when Topic Thumbnail is activated with IPS 4.3.4. Am I alone with this problem ? What version are you using? I remember I fixed this bug ?
Li3D Posted July 11, 2018 Posted July 11, 2018 (edited) Strange, I removed the plugin then reinstalled it and there is no more problem, sorry... Edited July 11, 2018 by Li3D onlyME 1
Metor Posted August 26, 2018 Posted August 26, 2018 Another suggestion I have would be to add an option for no thumbnail. so when a user picks that the default no thumbnail image will show. thanks for considering.
onlyME Posted August 26, 2018 Author Posted August 26, 2018 8 hours ago, Serayah said: Another suggestion I have would be to add an option for no thumbnail. so when a user picks that the default no thumbnail image will show. thanks for considering. I will consider your idea. Metor and crmarks 2
Recommended Posts