Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
April 14, 20168 yr Author 7 hours ago, Namo said: I do not see changes :-( I don't understand. What do you want to change?
April 18, 20168 yr Hi, Had this on 3.x and just purchased a copy for one of my ips4 boards For some reason although I keep switching on the toggle for Show preview images on hover , everytime i save and go back in it's switched off. Is this a bug?
April 18, 20168 yr Author Just now, Unlucky said: Hi, Had this on 3.x and just purchased a copy for one of my ips4 boards For some reason although I keep switching on the toggle for Show preview images on hover , everytime i save and go back in it's switched off. Is this a bug? Which version are you using?
April 18, 20168 yr latest one - just downloaded it everything is working fine apart from that one switch
April 18, 20168 yr Author Just now, Unlucky said: latest one - just downloaded it everything is working fine apart from that one switch I can not reproduce this issue. Can you give me ACP access so I can take a look?
April 19, 20168 yr How do you show thumbnails in the activity stream? can't seem to show them in 4.1.10 @onlyME
April 19, 20168 yr Author Just now, Monstris said: How do you show thumbnails in the activity stream? can't seem to show them in 4.1.10 @onlyME Try to upgrade topic thumbnail to the newest version.
April 20, 20168 yr I do not see any topic thumbnail in my search or activity. I just tried to upgrade and upload newest version of topic thumbnail. Running v4.1.9
April 20, 20168 yr Author 5 hours ago, Joel R said: I do not see any topic thumbnail in my search or activity. I just tried to upgrade and upload newest version of topic thumbnail. Running v4.1.9 Try to run 'Get Support' to clear the badly cache.
April 21, 20168 yr I am trying to add the Thumbnails to a left column, and this is what I get. Can you please tell me what I need to do Edited April 21, 20168 yr by GoGators
April 21, 20168 yr Author 5 minutes ago, GoGators said: I am trying to add the Thumbnails to a left column, and this is what I get. Can you please tell me what I need to do Please show me the url.
April 21, 20168 yr http://www.the-armory.net/home_test/ Also, it would be nice if you could make it so we have the choice of being horizontal as well as vertical, rather than auto determined by the location
April 21, 20168 yr Author 2 minutes ago, GoGators said: http://www.the-armory.net/home_test/ Also, it would be nice if you could make it so we have the choice of being horizontal as well as vertical, rather than auto determined by the location The masonry layout in topicthumbnail shows 5 columns (items) on a row. It resizes or collapses based on the browser width, not container width. So currently it only supports the default widgets.
April 21, 20168 yr I have it 8 minutes ago, onlyME said: The masonry layout in topicthumbnail shows 5 columns (items) on a row. It resizes or collapses based on the browser width, not container width. So currently it only supports the default widgets. Well, I have it set to display 3 thumbnails, using the default 50px sizing, but it does not resize to fit the block. That is what the issue is.
April 21, 20168 yr Author Just now, GoGators said: I have it Well, I have it set to display 3 thumbnails, using the default 50px sizing, but it does not resize to fit the block. That is what the issue is. I know, but it shows 5 topics on a row for best view in horizontal (100% width) widget. Try to edit your theme > CSS > front > custom > tthumb.css Find @media only screen and (max-width: 1100px) { .tthumb_gal_item { width: 20%; } } Relace by @media only screen and (max-width: 1100px) { .tthumb_gal_item { width: 33.33%; } } Find .tthumb_gal_item { display: inline-block; background: #fff; margin-bottom: 5px; width: 20%; } Replace by .tthumb_gal_item { display: inline-block; background: #fff; margin-bottom: 5px; width: 33.33%; } Save
April 23, 20168 yr On 4/21/2016 at 1:22 PM, onlyME said: I know, but it shows 5 topics on a row for best view in horizontal (100% width) widget. Try to edit your theme > CSS > front > custom > tthumb.css That didn't work, but that is okay. I decided to just leave it at the top of the page. Thanks anyway for your help.
April 24, 20168 yr On 4/20/2016 at 1:54 AM, onlyME said: Try to run 'Get Support' to clear the badly cache. Upgraded to IPS v4.1.0. Reinstalled Topic Thumbnail v1.1.7 from Marketplace (including plugin + upload files). Run support tool to clear cache. Still cannot see topic thumbnails in Activity Streams or Search.
April 24, 20168 yr Author Just now, Joel R said: Upgraded to IPS v4.1.0. Reinstalled Topic Thumbnail v1.1.7 from Marketplace (including plugin + upload files). Run support tool to clear cache. Still cannot see topic thumbnails in Activity Streams or Search. Did you check option 'Show topic thumbnail in forums' and permission 'Who can see'?
April 24, 20168 yr Just now, onlyME said: Did you check option 'Show topic thumbnail in forums' and permission 'Who can see'? Show Topic Thumbnail in Forums = for most of my forums, not All. Is that a problem? Who Can See = All.
April 24, 20168 yr Author Just now, Joel R said: Show Topic Thumbnail in Forums = for most of my forums, not All. Is that a problem? Who Can See = All. Is the topic you search in the forums that have been set? And try to test on default theme.
April 24, 20168 yr 5 minutes ago, onlyME said: Is the topic you search in the forums that have been set? And try to test on default theme. I think it got worse ... After clearing cache, now I don't see regular Topic Thumbnails in topic listing. Checked my custom theme and default theme.