Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
September 11, 20204 yr 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, 20204 yr by Duken
September 11, 20204 yr Author 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.
September 11, 20204 yr 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.
September 11, 20204 yr Author 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.
September 11, 20204 yr One more question. Can you change the thumnail size in Discovery? Just like: Edited September 11, 20204 yr by Duken
September 11, 20204 yr Author Too large in mobile? The second image comes from where? Movies doesn’t use squared thumbnails.
September 11, 20204 yr 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?
September 11, 20204 yr Author Change to squared thumbnails? No. You better edit the template in your install.
September 11, 20204 yr 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.
September 11, 20204 yr Author 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.
September 11, 20204 yr 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.
September 11, 20204 yr Author 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.
September 12, 20204 yr 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, 20204 yr by Duken
September 12, 20204 yr Author Not sure. Will take a look when it’s time to update. A second API call would have to be made; double the time.
September 15, 20204 yr Author 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.
September 15, 20204 yr 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.
September 15, 20204 yr Author 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.
September 16, 20204 yr Author 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.
September 16, 20204 yr Reviews can be removed indeed. 80% of the movies dont have a review in the moviedb.
September 16, 20204 yr 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.
September 16, 20204 yr Author 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, 20204 yr by Adriano Faria
September 19, 20204 yr 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