batarjal Posted November 12, 2019 Author Share Posted November 12, 2019 There will be an update with some bugfixes for all threadstarter plugins within the next days I didn't have time to see how much effort it would be to add specific seasons or episodes to the movies plugin yet Davyc and Maxxius 1 1 Link to comment Share on other sites More sharing options...
Davyc Posted November 12, 2019 Share Posted November 12, 2019 (edited) 1 hour ago, batarjal said: I didn't have time to see how much effort it would be to add specific seasons or episodes to the movies plugin yet I think this would be a great asset to those who are adding TV series with multiple seasons and numerous episodes per season. They are there on the movie database and I have used the Xenforo version which does pull the episodes; basically you add the season number and then to add episodes all you need do is input the episode number and the app pulls in the data in much the same way as your existing app does for single movies or TV series. I much prefer your app so having the ability to add TV seasons and episodes would be a huge time saver; personally I would be willing to pay more for the app to have this functionality. Have a think about it 😉 Edited November 12, 2019 by Davyc Spelling lol Link to comment Share on other sites More sharing options...
batarjal Posted November 19, 2019 Author Share Posted November 19, 2019 The next version can also attach seasons: It will work like with ThreadStarter music - if there is only one search result and it is a series the season list for that series will be shown. You can also trigger the season list with typing ' - ' after the title, e.g. 'Blacklist - ' will pull all seasons for the blacklist series, this is helpful if there are a series and a movie with the same name. I plan to release it sometime this week Davyc and Maxxius 1 1 Link to comment Share on other sites More sharing options...
Maxxius Posted November 20, 2019 Share Posted November 20, 2019 Great news! 🙂 keep up the good work and don't forget other mods you made Link to comment Share on other sites More sharing options...
Noble~ Posted November 21, 2019 Share Posted November 21, 2019 @batarjal any way to centre the images in the blocks? Maxxius 1 Link to comment Share on other sites More sharing options...
batarjal Posted November 21, 2019 Author Share Posted November 21, 2019 (edited) .ipsWidget_inner .threadStarterSizeNormal > * { margin-left: auto; margin-right: auto; max-width: 180px; } you can add this custom CSS @Noble~ Edited November 21, 2019 by batarjal Noble~ and Maxxius 2 Link to comment Share on other sites More sharing options...
Noble~ Posted November 21, 2019 Share Posted November 21, 2019 Works great Thanks 😀 Link to comment Share on other sites More sharing options...
bosss Posted November 22, 2019 Share Posted November 22, 2019 On 11/21/2019 at 7:03 AM, batarjal said: .ipsWidget_inner .threadStarterSizeNormal > * { margin-left: auto; margin-right: auto; max-width: 180px; } you can add this custom CSS @Noble~ worked not with one image only in sidebar widget Link to comment Share on other sites More sharing options...
batarjal Posted November 23, 2019 Author Share Posted November 23, 2019 (edited) On 11/22/2019 at 5:01 PM, bosss said: worked not with one image only in sidebar widget for single ones you can use this instead: .ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeSmall { width: 100% } .ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * { margin-left: auto; margin-right: auto; max-width: 180px; } this will be the default for the next version Edited November 23, 2019 by batarjal added support for small sizes in sidebar and content view Link to comment Share on other sites More sharing options...
bosss Posted November 23, 2019 Share Posted November 23, 2019 13 minutes ago, batarjal said: for single ones you can use this instead: .ipsWidget_inner .threadStarterSizeNormal { margin-left: auto; margin-right: auto; } .ipsWidget_inner .threadStarterSizeNormal > * { margin-left: auto; margin-right: auto; max-width: 180px; } this will be the default for the next version now works fine if you do not use small icons (images) Link to comment Share on other sites More sharing options...
batarjal Posted November 23, 2019 Author Share Posted November 23, 2019 (edited) I edited my post with CSS that supports small sizes too Edited November 23, 2019 by batarjal Link to comment Share on other sites More sharing options...
bosss Posted November 23, 2019 Share Posted November 23, 2019 1 hour ago, batarjal said: for single ones you can use this instead: .ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeNormal { margin-left: auto; margin-right: auto; } .ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * { margin-left: auto; margin-right: auto; max-width: 180px; } this will be the default for the next version just tested new css and works not - small icons is not in center Link to comment Share on other sites More sharing options...
bosss Posted November 23, 2019 Share Posted November 23, 2019 (edited) Should be .ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeSmall { margin-left: auto; margin-right: auto; } .ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * { margin-left: auto; margin-right: auto; max-width: 180px; } and works fine in side bar but works not fine in topic view Edited November 23, 2019 by bosss Link to comment Share on other sites More sharing options...
bosss Posted November 23, 2019 Share Posted November 23, 2019 code should be .ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeSmall { margin-left: auto; margin-right: auto; } .ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * { margin-left: 5px; margin-right: 5px; max-width: 180px; } and works fine on sidebar widget and in topic view Link to comment Share on other sites More sharing options...
batarjal Posted November 23, 2019 Author Share Posted November 23, 2019 I edited my post again with a solution that should work for all cases Link to comment Share on other sites More sharing options...
bosss Posted November 23, 2019 Share Posted November 23, 2019 nice - works fine Link to comment Share on other sites More sharing options...
Shiyo Posted November 30, 2019 Share Posted November 30, 2019 On 11/23/2019 at 11:32 PM, batarjal said: I edited my post again with a solution that should work for all cases Hello, the code seems to be working fine. The only issue for me is how the titles won't align anymore with each respective poster: Also, have you considered implementing an option for turning the whole widget into a slider (something similar to the "Our picks" widget)? I believe it would make it more responsive since it would hide the posters that cannot fit into smaller displays. Link to comment Share on other sites More sharing options...
batarjal Posted December 20, 2019 Author Share Posted December 20, 2019 (edited) I uploaded a new version: Mobile view now shows trailer Better behaviour of widgets on very big and very small screens Added API to search, add and remove content programmatically Seasons can now be attached. Type 'Series Name -' to get a list of seasons A demo for an attached Season can be seen here Extra CSS you added for the widgets should be removed with this versions. Extra will just be removed if the screen is too small if you don't state otherwise in the box settings. The boxes will also be centered if there aren't enough topics yet or the screen is still bigger than the settings allow. Edited December 20, 2019 by batarjal Link to comment Share on other sites More sharing options...
PaulKet Posted December 30, 2019 Share Posted December 30, 2019 Is it possible to edit the widget title? This does not look very good "THREADSTARTER: MOVIES: RECENTLY CREATED". I'm not very familiar with IPS 4.4 and would not know how to edit the title if it's possible. Link to comment Share on other sites More sharing options...
batarjal Posted December 30, 2019 Author Share Posted December 30, 2019 You can either just hide the box title in the box settings or edit it the ACP under Customization > Themes > Edit HTML and CSS Search for 'threadstartertmdbbox' and replace {lang="block_threadstartertmdb"}: {lang="{$settings['order']}"} with whatever text you like PaulKet 1 Link to comment Share on other sites More sharing options...
PaulKet Posted December 31, 2019 Share Posted December 31, 2019 Thank you, @batarjal! Link to comment Share on other sites More sharing options...
Shiyo Posted January 4, 2020 Share Posted January 4, 2020 Works perfectly now, thanks! Link to comment Share on other sites More sharing options...
Duken Posted January 24, 2020 Share Posted January 24, 2020 (edited) Weird, i want to download the software again but i can't? I bought it a month or 8 ago.... even want to renew the license but i can't to this anymore? Do i need to buy it again to redownload the application? Thanks :) Edited January 24, 2020 by Duken Link to comment Share on other sites More sharing options...
Duken Posted January 29, 2020 Share Posted January 29, 2020 On 1/24/2020 at 4:22 PM, Duken said: Weird, i want to download the software again but i can't? I bought it a month or 8 ago.... even want to renew the license but i can't to this anymore? Do i need to buy it again to redownload the application? Thanks :) bzz bzz someone 😉 @batarjal Link to comment Share on other sites More sharing options...
Daniel F Posted January 29, 2020 Share Posted January 29, 2020 Just now, Duken said: bzz bzz someone 😉 @batarjal You should be able to renew it on your purchases page https://invisioncommunity.com/clients/purchases/ Link to comment Share on other sites More sharing options...
Recommended Posts