7movies
Forum Replies Created
-
Forum: Plugins
In reply to: [IMDb Connector] Some movies return incorrect stringi use w3 total cache, i cleared the cache many times without any result, it return nothing, and when i enable debug mode, it tells that the movie doesn’t existe!
Forum: Plugins
In reply to: [IMDb Connector] Some movies return incorrect stringalready tried this, both cache of imdb and w3 total cache
Forum: Plugins
In reply to: [IMDb Connector] Some movies return incorrect stringNow it’s good, except for https://romance7movies.com/beyond-paradise/ and https://romance7movies.com/watch-the-rewrite-2014-online-free/
??!
Forum: Plugins
In reply to: [IMDb Connector] New Movies Break my websiteYes, deleting the cache fix the problem.
Thank youForum: Plugins
In reply to: [IMDb Connector] Details in frenchIt Works… Very good
Forum: Plugins
In reply to: [IMDb Connector] Details in frenchI need some help,
$genre=get_imdb_connector_movie_detail($title, "genre" ); $imdb_connector_french = array( __("Drama", "DramaFR"), __("Romance", "RomanceFR"), __("Comedy", "Comedie"), ); $genreFR=get_imdb_connector_detail($title, $imdb_connector_french); content. = $genreFR;
This dosen’t work for me…
Forum: Plugins
In reply to: [IMDb Connector] Array!No, it’s not empty, but before updating to 0.2 get_imdb_movie_detail($title, “director” ); return automatically the result in a string…
Forum: Plugins
In reply to: [IMDb Connector] IMDb Connector don't import some movies informations!Also, remember to edit the url of the movie poster, it references an invalid url
For me, I’ve fix it this way:
$poster0=get_imdb_movie_detail($title, "poster" ); $poster= str_replace("https://mywebsite.com/wp-content/plugins//home/xxx/public_html/xxx", '', $poster0);
Thanks again.
Forum: Plugins
In reply to: [IMDb Connector] IMDb Connector don't import some movies informations!it works magically when applaying the filter wptexturize. ??
You are the best, thank you very much (y)
Forum: Plugins
In reply to: [IMDb Connector] IMDb Connector don't import some movies informations!it dosen’t work with str_replace! i try to see what urlencode(get_the_title()); give… and it replace the apostroph with: %26%238217%3B !!!! this is what result when i apply urlencode on the title: Winter’s Tale: Winter%26%238217%3Bs+Tale
Strange no?
Forum: Plugins
In reply to: [IMDb Connector] IMDb Connector don't import some movies informations!Yes, you’re right, now it’s good for “pompeii” post, but stil the same probleme in this post: Winter’s tale
You do not think that the apostrophe on the title can cause the problem?
Forum: Plugins
In reply to: [IMDb Connector] IMDb Connector don't import some movies informations!Yes it’s Enabled
Forum: Plugins
In reply to: [IMDb Connector] IMDb Connector don't import some movies informations!What is “Allo chaching”? is that a plugin?
Forum: Plugins
In reply to: [IMDb Connector] IMDb Connector don't import some movies informations!that’s it: Pompeii
Also this one: Winter’s tale
Forum: Plugins
In reply to: [IMDb Connector] IMDb Connector don't import some movies informations!no, it’s not that the informations is cleared by refreshing the page, but sometimes function brings just nothing.