5864 comments found.
how can i disable responsive ??
Hey,
There is no way to disable responsive design at the moment.
How can i crate a CRONJOB for the news to update automatically?
Add to future update? Soon????
Hey,
I’ve added it to the to-do list.
how would i make the type from “movie” to “Movie” with a capital? on the dashboard >titles?
thanks
Hey,
The easiest way would probably be to enter this at the end of assets/css/styles.css file.
#dashboard td { text-transform: uppercase; }
One more thing that I think its for all of us usefull (for me the most at least)
how can I add more “buy now” buttons to give options to purchase from different websites? If this is possible, I will need an easy way to edit the links (like the current functionallity for amazon where I have a designated field in the “edit movie” page).
Thanks again
Hey,
There is no easy way to do it at the moment, you would need to implement that functionality yourself.
what is the difference between Primary Data Provider and Primary Search Provider exactly. The data is craped from one of them and in the search bar on top you search whatever you have already scraped. Right?
Hey,
Primary search provider is what is used for main search page (when you click search icon or enter) primary data provider – everything else.
in the Movies page and the homepage it shows ratings if they come from metactitic only. Can I replace this with the tmdb rating instead? Tmdb has ratings for more movies than metacritic does. thanks
actually checked it again and I think it doesnt work properly. For example “The Imitation Game (2014)” has metacritic, tmdb and reviews as well and none of these ratings reviews are shown in the homepage (popular movies, latest movies)
Hey,
Some times it takes a few page loads to fetch the ratings properly due to rate limits on meta critic, there is not much that can be done about it.
Can I import 1 specific movie and grab the movie information from tmdb for that specific movie only?
Hey,
Yes, you can create a movies manually with tmdb id and then just visit it’s page and the data will be fetched.
Hello ,
Maybe you can add a small and at same time helpfull feature in your next update , I don’t think it will be difficult , but its verry important
I was going to edit one of my users and instead of clicking edit , I clicked delete .
The user has been deleted instantly with no possibility to return it.
Maybe you can add a conformation message specialy for delete buttons
Thank you
Hey,
Thanks for the suggestion, we’ll definitely add the confirmation in the next update.
Hi,
Is posible to use “news page” as index for this?
Hey,
It’s possible, but you would need to make a small modification to code to achieve it.
When I tried to add a title, my Movie page says “Working” and now my create new title page says “Working…”... please help
Hey,
Did your title have any accented characters or quotes in it?
Hello,
Some of the movie information are not shown in the dashboard (movie/details) and therefore I can not edit them (ex. Country, Language) I want them to be shown as fields in the details dashboard so I can change their values. Thanks
in addition how can I add more “buy now” buttons to give options to purchase from different websites? If this is possible, I will need an easy way to edit the links (like its current functionallity for amazon).
Yhanks again.
and how do you add comments in the comments tab????
furthermore the front page doesnt show anything except the slider. and how do I change which movies to show in the slider?
Hey,
I’ll add the missing fields in the next update.
For comments you need to enter your disqus shortname in the dashboard.
Regarding the frontpage, you will want to create categories to show from dashboard > categories page. You can edit the slider in dashboard > slider page.
Hello just wondering on the right where the images would go what code would i have to modify to remove it and make the left side where the video is etc so it goes to the full width of the page?
http://moviehype.co.uk/movies/74-dumb-and-dumber-tothanks
Hey,
You would need to modify app/views/titles/show.blade.php file and change column span from col-sm-9 to col-sm-12
I am trying to get all TV series in my database with out having to go to each page of the site. Is there anyway to have the application fetch all the data without having to visit each page to have the data be scrape to my site. I’ve tried the scrape button but it doesn’t seem to work and I can’t tell if its scraping TV Movies or Both? Also it times out if I choose more than a few hundred.
Thanks
Hey,
You can use the ‘scrape fully’, in dashboard > actions page, it will scrape both series and movies.
As for timing out, there’s not much I can do about that, as it’s caused by some request length limits on the server.
On which server? TMDb or mine?
Also if it scrapes series does it also scrape episodes?
Yours. It doesn’t scrape episodes at the moment for performance reasons only seasons, episodes will be fetched one someone visits that seasons page though.
Hi, I cannot add series manually, if a movie with the same tmdb id exists… seems that tmdb uses same ids for movies and series… how do I get series into the db?
Hey,
You will need to change unique index on titles table to tmdb_id and type instead of just tmdb_id. You can send me your phpMyAdmin access via email and I’ll do it for you.
Hi, how do I change the main.brand and main.meta for title and meta?
Hey,
You can change it in app/lane/en/main.php file.
hi i select Primary Data Provider (imdb) : i don’t want scrap all movies when click on people.i want alone profile people how?
u say old time : If you only want not to fetch actors information the easiest way would be to open up app/lib/actors/ActorRepository.php and change this line
$actor->fully_scraped || $this->options->getDataProvider() == ‘db’ || ! $actor->allow_update
to
true
but is not scrap profile actor. i want (bio,sex,full_bio_link,birth_date,Birth-Place,awards)
please help me thank u
Hey,
You’ll need some php knowledge to do that. Open up app/lib/repositors/actorData/imdbActorData.php and replace the contents of getFilmography and getKnownFor with array()
LOVE IT! We also purchased the Streaming Plugin. Love the Amazon monetization and very clean design. Very happy! Thank you!!! 
The Script Looks Great! and I’m try to install it on a Dedicated server of mine and I’ve created all the databases and changed the config file. Also the script is creating the tables in the database I created. But for some reason after I start the install once it gets to the URL YourDomain.com/install/create-schema I just gives me “Whoops! There was an error.” Any assistance in this matter would be great! 
Hey,
Try to delete all the tables from the database (mtdb one) and then re-installing again, if it still doesn’t work send me your site url and ftp details via email so I can take a look please.
How would i make the category width bigger so i covers the part where latests new would be for example 5 movies across…
http://shhmovies.comdon’t worry i found the problem it was conflicting with the streaming plugin so just had to tweak it slightly
Hi, I want the poster image show the trailer preview. Example when i click on poster image it will show the pop up like Home page when you add a category and enable show trailer poster same but in POSTER image in Titles/Partials/DetailsPanel. And about Actor Page Know For doesn’t show anything
Hey,
That is not as easy to implement and it’s not something I can explain how to do unfortunately. As for the known for, can you send me your site url via email please so I can take a look.
can you tell me please because i am trying i am speding hours and i can’t figure it out i searched google and find something but it didn’t work i tried like 4-5 different lightboxes, can you tell me it only takes like 5-10 mins to you because you already know the code the only thing you have to do is send me the code.
Sorry, but support doesn’t include customizations to the script, we try to help where we can, but as I mentioned above what you want to do is not as trivial to achieve as you might think.