Jump to content
This topic contains 337 posts. A summary containing the most significant posts is available

Featured Replies

  • Author
 

1.- Can I manually post a movie if it does not exists in IMDB or TMDB?

You can but nothing will show up as the tabs are ajax loaded and brings info from the TMDB. So all you'll have is a title, description and cover. Nothing more.

 

IMDB Rating: XXXXX

Nope, it doesn't provide IMDB Rating. It does TMDB rating but you can create a custom field and enter your info there.

  • Replies 336
  • Views 25.7k
  • 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

  • Author

New vesion submitted. List of features:

  Quote

New features:

  • Added new tabs, with settings to control their visibility, in the movie view: Photos and Posters.
  • Added ability to add/edit URLs for the movie. Beyond IMDB link, which is added via API, now you can add: official website, Facebook, Instagram, Twitter and Wikipedia. A fonta-awesome icon will be displayed for each under the cover and only people that can edit the movie + the author can add/edit URLs.
  • Append content to movie description: that's a per-category feature and allows admins to enter any information they want to be displayed after description in movie view.

Enhancements:

  • List of suggested movies updated when you type its letters in the movie title field when you're adding a movie. Before the list was updated when you left the title field (by pressing TAB).
  • Tabs Cast & Crew now display Movies and TV Shows.
  • Rework in several templates to make the app better looking.

Note:

  • Removed the tab Reviews from movie view.

Follow the file to get notified when IPS reviews and approves it. 👍

 

Follow the file to get notified when IPS reviews and approves it.

Still waiting 😞 I need it, please! 🙂 

I found a little bug.
It looks like a guest added a movie? 

You can see it at blocks on: https://www.duken.nl/forums/home/ and https://www.duken.nl/forums/discover/

image.png.a1866bdf438efdd89ae2c04684e2a28d.png

The movie "love" links to: https://www.duken.nl/forums/movies/movie/56-love/

I can't edit or remove the item. In the mod CP is the content not removed or something. 

Guest are not available to add movies in the rights. I can't add the movie in "movies" because its already added? 

 

Edited by Duken

  • Author
 

Guest are not available to add movies in the rights.

Guests can add a movie if POST BEFORE REGISTERING is enabled but it will be hidden until the member register then the name provided in registration process will show up, not guests. 

I can imagine two things here. 1: the user who submitted the movie were deleted then the content, if not deleted, will be authored by a Guest (there’s a Core setting for this). 2: the widget should be showing wrongly the author.

Even if it’s a bug, will be fized in next version (1.0.3) as it isn’t crashing your board. 1.0.2 is pending on marketplace for a few days now so it needs to go live first. 

 

I can't add the movie in "movies" because its already added? 

I don’t think people will want 10 times the same movie showing up so to prevent duplicates, you can’t add an existing movie. If you deleted it, it still exists and shows in Moderator CP -> Deleted Content for 30 days (default Core setting value). Delete it from there and you will be able to add a again.

A couple of suggestions:

I'm not sure if this is available in the pending update, but is it possible to choose which poster you want to show in the entry?

Next, this is probably a big ask, is there any way, in a future update, to batch add entries for franchises?  An example would be adding all of the Star Trek movies in one sweep rather than adding them one at a time.  

Looking forward to the pending update and getting my site up and running 🙂

 

 

I can imagine two things here. 1: the user who submitted the movie were deleted then the content, if not deleted, will be authored by a Guest (there’s a Core setting for this). 2: the widget should be showing wrongly the author.

Indeed, it is posted by Guest. But i find a remove anywhere. I can't open the movie because it does not exist. 

 

I don’t think people will want 10 times the same movie showing up so to prevent duplicates, you can’t add an existing movie. If you deleted it, it still exists and shows in Moderator CP -> Deleted Content for 30 days (default Core setting value). Delete it from there and you will be able to add a again.

Totally true, this was just to tell that the movie "LOVE" was added by a guest and can't be added anymore. That is fine 🙂 But is there a way to delete this movie object anywhere? 

  • Author
 

is it possible to choose which poster you want to show in the entry?

I can add a member field in post screen in next version, like there is in Tutorials:

spacer.png

 

this is probably a big ask, is there any way, in a future update, to batch add entries for franchises?  An example would be adding all of the Star Trek movies in one sweep rather than adding them one at a time.  

Possible but can bring unrelated results too. You can type star track and it will bring everything that has star track on title. I can try something more accurate in a future (not next) version. 

👍

 

But is there a way to delete this movie object anywhere? 

Have checked on ModCP -> Deleted Content. 

Send a PM so I can take a look closer. 

 

I can add a member field in post screen in next version, like there is in Tutorials:

Sorry, I should have been more clear in what I meant - not poster as in member, but movie poster from the posters tab lol 🙂

 

  • Author
 

Totally true, this was just to tell that the movie "LOVE" was added by a guest and can't be added anymore.

That's what I've told you here:

 

Guests can add a movie if POST BEFORE REGISTERING is enabled but it will be hidden until the member register then the name provided in registration process will show up, not guests. 

The record in your database:

I5BLDDU.png

In \IPS\Content\Item:

	/**
	 * Content is hidden?
	 *
	 * @return	int
	 *	@li -3 is a post made by a guest using the "post before register" feature
	 *	@li -2 is pending deletion
	 * 	@li	-1 is hidden having been hidden by a moderator
	 * 	@li	0 is unhidden
	 *	@li	1 is hidden needing approval

...

So the record exists. It's in the table but was posted used the POST BEFORE REGISTERING feature, that's why you can't see it or delete it anywhere. It will be automatically deleted if the user didn't create the account.

As a side note, you can view this content by using this:

The error here is the move showing up in the Statistcs widget. I'll remove it from there in next version. 👍

 

Sorry, I should have been more clear in what I meant - not poster as in member, but movie poster from the posters tab lol 🙂

 

Oh no, the API returns the results. It's ajaxed. It simply shows.

 

The error here is the move showing up in the Statistcs widget. I'll remove it from there in next version. 👍

Great, ill wait that out. But first let IPB release the new version from Saterday......  🙄

  • Author
 

Great, ill wait that out. But first let IPB release the new version from Saterday......  🙄

I can provide a quick fix so you download the widget via FTP, edit, save and reupload.

 

I can provide a quick fix so you download the widget via FTP, edit, save and reupload.

service 2.0 😄 

But its ok, i can live with this two more weeks. Ill add a new movie myself. Then the widget is updated with a movie that can be found.

 

New vesion submitted. List of features:

Follow the file to get notified when IPS reviews and approves it. 👍

9 days later... 😞 

IPB you really need to fix this waiting / review time for applications in the marketplace. @Matt what is the normal time for developers for getting the updated application in the store? Maybe its normal with the new marketplace to wait 14 days, then ill know. Thank you.

 

9 days later... 😞 

IPB you really need to fix this waiting / review time for applications in the marketplace. @Matt what is the normal time for developers for getting the updated application in the store?

It's depending on the approval queue, the submissions and the provided code quality.
Some submissions also require further internal discussion

Hi Daniel, thank you. But it can take two weeks? Or maybe even a month? This is to offtopic of your support Movies topic, sorry @Adriano Faria

  • Author

What’s New on Version 1.0.2:

New features:

  • Added new tabs, with settings to control their visibility, in the movie view: Photos and Posters.
  • Added ability to add/edit URLs for the movie. Beyond IMDB link, which is added via API, now you can add: official website, Facebook, Instagram, Twitter and Wikipedia. A fonta-awesome icon will be displayed for each under the cover and only people that can edit the movie + the author can add/edit URLs.
  • Append content to movie description: that's a per-category feature and allows admins to enter any information they want to be displayed after description in movie view.

Enhancements:

  • List of suggested movies updated when you type its letters in the movie title field when you're adding a movie. Before the list was updated when you left the title field (by pressing TAB).
  • Tabs Cast & Crew now display Movies and TV Shows.
  • Rework in several templates to make the app better looking.

Note:

  • Removed the tab Reviews from movie view.

This is a GREAT addon, thanks Adriano. Just a comment if I may, when you select a category as being "TV Show" only, the category listing on the index page shows the word Movies...just a thought but could the code say:

<IF> category=TV Show, TV Shows <else> Movies <endif>

Although the issue would be those categories that are set as both Movies and TV Shows...just a thought

1.jpg

  • Author
 

Although the issue would be those categories that are set as both Movies and TV Shows...just a thought

Sure. I’ll improve it in next version. 👍

Insane! Works great! This is so 5/5 stars. Thank you so much Adriano.

Feature request.. 😉 Auto add a TAG from the movie title? 

Interesting issue I just experienced @Adriano Faria I entered a movie and then deleted it...it no longer shows up in the addon. I changed my mind and tried to re add it, I enter the title and it comes up in the list but doesn't have an add this movie button.

So I check the database and it is still in the movies table...not deleted but not shown on my site

 

1.jpg

  • Author
 

Interesting issue I just experienced @Adriano Faria I entered a movie and then deleted it...it no longer shows up in the addon. I changed my mind and tried to re add it, I enter the title and it comes up in the list but doesn't have an add this movie button.

So I check the database and it is still in the movies table...not deleted but not shown on my site

 

1.jpg

Not a issue. It is like any other app out there. When you delete a movie, it goes to ModeratorsCP -> Deleted Content and remains there for 30 days (default value of a core setting).

You can either restore it from there or delete it permanently and re add it.

Btw, I don’t allow to re add it to avoid duplicates. 

Have seen that you released 3 plugins to Swap Comments/Reviews Tab Order for IPS Apps.

Anyway to do the same for Movies? 🙂 I want the Reviews to be first tab.

Thank you

  • Author

Nope, all the plugins I did was to Comments be the first, not reviews. 

This is customization and I don’t help with it but I will post it here (later) for you and you edit a file to accomplish that.

 

Nope, all the plugins I did was to Comments be the first, not reviews. 

This is customization and I don’t help with it but I will post it here (later) for you and you edit a file to accomplish that.

Thank you for your prompt attention to support me, but don't waste your time for this. Finally comments are not important, so I've disabled them and I left only Reviews.

 

Recently Browsing 0

  • No registered users viewing this page.