Duken Posted September 11, 2020 Posted September 11, 2020 (edited) I also bought it. Looks good so far 🙂 Is there a way to have friendly URLS? Now we have https://www.duken.nl/forums/index.php?app=movies&module=movies&controller=view&id=2 for a movie or https://www.duken.nl/forums/index.php?app=movies&module=movies&controller=browse&id=3 for a categorie Edited September 11, 2020 by Duken Adriano Faria 1
Adriano Faria Posted September 11, 2020 Author Posted September 11, 2020 1 hour ago, Duken said: I also bought it. Looks good so far 🙂 Is there a way to have friendly URLS? Now we have https://www.duken.nl/forums/index.php?app=movies&module=movies&controller=view&id=2 for a movie or https://www.duken.nl/forums/index.php?app=movies&module=movies&controller=browse&id=3 for a categorie What, of course it has friendly URL! Run the support tool to rebuild your cache.
Duken Posted September 11, 2020 Posted September 11, 2020 1 minute ago, Adriano Faria said: What, of course it has friendly URL! Run the support tool to rebuild your cache. You are great! It worked 😄 Wait, there is a little problem that cant be fixed by support. Adriano Faria 1
Adriano Faria Posted September 11, 2020 Author Posted September 11, 2020 Yes, I’m aware and will be fixed in next version, next week. 👍 You can run these queries in PMA, if you have access to it. SC36DC and Duken 2
Duken Posted September 11, 2020 Posted September 11, 2020 (edited) One more question. Can you change the thumnail size in Discovery? Just like: Edited September 11, 2020 by Duken
Adriano Faria Posted September 11, 2020 Author Posted September 11, 2020 Too large in mobile? The second image comes from where? Movies doesn’t use squared thumbnails.
Duken Posted September 11, 2020 Posted September 11, 2020 8 minutes ago, Adriano Faria said: Too large in mobile? The second image comes from where? Movies doesn’t use squared thumbnails. Yes Just like ipb original. Can this be done?
Adriano Faria Posted September 11, 2020 Author Posted September 11, 2020 Change to squared thumbnails? No. You better edit the template in your install.
Duken Posted September 11, 2020 Posted September 11, 2020 34 minutes ago, Adriano Faria said: Change to squared thumbnails? No. You better edit the template in your install. No, just 50% smaller of the image. Just like the reactions. 🙂 The one below is a new movie (big image) an reaction is the good size. Adriano Faria 1
Adriano Faria Posted September 11, 2020 Author Posted September 11, 2020 12 hours ago, SC36DC said: Is it possible you can point me in the right direction of which file I need to edit to remove the following: Subtitle, if available Status Language Homepage IMDB link Budget Revenue Edit the template movies -> front -> view -> view. Find and remove: {{if $movie->subtitle}} <h3>{$movie->subtitle}</h3> {{endif}} {{if $movie->imdb_id OR $movie->homepage}} <ul class='ipsList_inline ipsSpacer_both ipsType_center'> {{if $movie->homepage}} <li><a title="{lang="movies_homepage_visit"}" data-ipsTooltip target="_blank" href="{$movie->homepage}"> <i class="fa fa-link fa-2x"></i></a></li> {{endif}} {{if $movie->imdb_id}} <li><a title="{lang="movies_imdb_profile_visit"}" data-ipsTooltip target="_blank" href="https://www.imdb.com/name/{$movie->imdb_id}/"> <i class="fa fa-imdb fa-3x"></i></a></li> {{endif}} </ul> <hr class='ipsHr'> {{endif}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="movie_status"}</strong></span> <span class="ipsDataItem_generic">{$movie->status}</span> </li> {{if $movie->type=='movie'}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="movie_original_language"}</strong></span> {{$language = \IPS\movies\Movie::getLanguageName( $movie->original_language );}} <span class="ipsDataItem_generic">{$language}</span> </li> {{if $movie->budget}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="movie_budget"}</strong></span> <span class="ipsDataItem_generic">{expression="\IPS\Member::loggedIn()->language()->formatNumber( $movie->budget, 2 )"}</span> </li> {{endif}} {{if $movie->revenue}} <li class="ipsDataItem"> <span class="ipsDataItem_generic ipsDataItem_size3"><strong>{lang="movie_revenue"}</strong></span> <span class="ipsDataItem_generic">{expression="\IPS\Member::loggedIn()->language()->formatNumber( $movie->revenue, 2 )"}</span> </li> {{endif}} {{endif}} Save the template. SC36DC 1
SC36DC Posted September 11, 2020 Posted September 11, 2020 On 7/31/2020 at 3:11 AM, mardiv said: Hi, imdb links dont work. You have "name" instead "title" You are using https://www.imdb.com/name/tt0274584/ Imdb is using https://www.imdb.com/title/tt0274584/ This is one thing I forgot to mention, the IMDB links do not work for me either, I get a 404 error when it does go to the IMDB site.
Adriano Faria Posted September 11, 2020 Author Posted September 11, 2020 On 7/31/2020 at 7:15 AM, Adriano Faria said: I’ll take a look when I have to release a new version. Title is for movies/TV shows. Name for people. Probably using one in a wrong place. SC36DC 1
Duken Posted September 12, 2020 Posted September 12, 2020 (edited) Maby for the next version.... When the description is not available in the chosen language (in my case NL) could you fallback to the English description? Otherwise the is no content. ThreadStarter: Movies had this also... 😌 sorry for the questions. :) Edited September 12, 2020 by Duken
Adriano Faria Posted September 12, 2020 Author Posted September 12, 2020 Not sure. Will take a look when it’s time to update. A second API call would have to be made; double the time.
Adriano Faria Posted September 15, 2020 Author Posted September 15, 2020 On 9/11/2020 at 8:13 AM, Duken said: No, just 50% smaller of the image. Just like the reactions. 🙂 The one below is a new movie (big image) an reaction is the good size. The app is in compliance with the rest of the suite. Above one example from Downloads. Below, a movie. The "item" is always bigger; the comment/review is smaller. Duken 1
Duken Posted September 15, 2020 Posted September 15, 2020 5 minutes ago, Adriano Faria said: The app is in compliance with the rest of the suite. Above one example from Downloads. Below, a movie. The "item" is always bigger; the comment/review is smaller. Indeed, you right. Sorry my fault. Lets keep it te same as the default from the IPB suite.
Adriano Faria Posted September 15, 2020 Author Posted September 15, 2020 On 9/10/2020 at 6:17 PM, SC36DC said: I appreciate that, thanks for the update. I managed to change the text of "Add This Movie" to the "+" sign, now trying to figure out how to add the tooltip that says "Add This Movie" to the "+" sign when hovering over it. 👍 On 9/10/2020 at 6:19 PM, Adriano Faria said: You can't because you changed the lang bit. It's not recommended to edit template, anyway. Wait until next release; I can add a different lang bit for it. You will be able to do that in new version: There are language bits for the movie and two for the TV Shows, so all you have to do is edit the main one to change to "+". The tooltip will show up with the text.
Adriano Faria Posted September 16, 2020 Author Posted September 16, 2020 Does anyone really use the LATEST REVIEWS tab? I don't think it adds some value to the app and as I addeda couple of new tabs (Images and Posters), it is breaking in two lines in TV Shows, so I'm going to remove this.
Duken Posted September 16, 2020 Posted September 16, 2020 Reviews can be removed indeed. 80% of the movies dont have a review in the moviedb. Adriano Faria 1
Adriano Faria Posted September 16, 2020 Author Posted September 16, 2020 New tabs: Duken and McAtze 1 1
Duken Posted September 16, 2020 Posted September 16, 2020 Owwww yes! Great addon McAtze and Adriano Faria 1 1
SC36DC Posted September 16, 2020 Posted September 16, 2020 1 hour ago, Adriano Faria said: New tabs: Is it possible at all to make either a NON TMDB version of your MOVIES application, where all info is entered in manually, movie info, cast, trailers, posters, etc. OR Have it so we have a choice of either using TMDB to enter the info, or have the user manually add the info. Maybe TMDB adds all the info, cast, crew, but then we add a YouTube url, upload images for posters, etc. If you could make an alternate version of this application, where all the info is entered in manually, this would be perfect in my case, as TMDB kind of sucks for the genre of films my forum discusses. Many thanks.
Adriano Faria Posted September 16, 2020 Author Posted September 16, 2020 (edited) No. I don’t save any information of the tabs. It’s clear on file description the app requirements. Happens that, as we talked in a private message, that TMDB isn’t returning enough data in your language. That honestly doesn’t depend on me. Edited September 16, 2020 by Adriano Faria SC36DC 1
ChrisTERiS Posted September 19, 2020 Posted September 19, 2020 Seems that I'll increase my collection of your mods 🙂 But I've 2 pre-sale questions: 1.- Can I manually post a movie if it does not exists in IMDB or TMDB? 2.- As I seen in one of the screenshots, members can Comment/Review the post. The question is about Rating. Is there any place to show (eg): IMDB Rating: XXXXX User Rating: XXXX Thank you Chris Adriano Faria 1
Recommended Posts