Jump to content

Featured Replies

  • Replies 336
  • Views 23.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • ChrisTERiS
    ChrisTERiS

    Just for presentation on what you can do with some tweaks on design. @Adriano Faria took care for the quality of code (still didn't found even a single bug), so the only that left out is some design w

  • Agreed the template is nice - just waiting for any clean up @Jimi Wikman performs to see how things change. One question to ask Jimi - the rating circle, is that your own rating or is it the rati

  • Adriano Faria
    Adriano Faria

    New vesion submitted. List of features: Follow the file to get notified when IPS reviews and approves it. 👍

Posted Images

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 😄

You The Best GIF by memecandy

 

Wait, there is a little problem that cant be fixed by support.

image.thumb.png.073a9560eccfde01a7acbf539c5290be.png

  • 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.

One more question. 

Can you change the thumnail size in Discovery?

Screenshot_20200911-122447_Chrome.thumb.jpg.c0e64e6cd6048f26d6301130e36dea7e.jpg

Just like:

 

 

Screenshot_20200911-122819_Chrome.jpg

Edited by Duken

  • Author

Too large in mobile?

The second image comes from where? Movies doesn’t use squared thumbnails. 

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?

 

Screenshot_20200911-122819_Chrome.jpg

  • Author

Change to squared thumbnails? No. You better edit the template in your install. 

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.

image.thumb.png.27b07084a5ce1880674ab278b1e0a9b7.png

  • 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.

  • 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. 

 

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 by Duken

  • 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. 

  • 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.

image.thumb.png.27b07084a5ce1880674ab278b1e0a9b7.png

The app is in compliance with the rest of the suite.

2vkIabG.jpg

Above one example from Downloads. Below, a movie. The "item" is always bigger; the comment/review is smaller.

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.

  • 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:

T2CAhyh.png

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.

  • Author

Does anyone really use the LATEST REVIEWS tab?

xI1DPJh.png

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.

Reviews can be removed indeed. 80% of the movies dont have a review in the moviedb.

1 hour ago, Adriano Faria said:

New tabs:

7iD6TvB.png

 

 

rYZFd1w.png

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.

  • 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 by Adriano Faria

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

Recently Browsing 0

  • No registered users viewing this page.