bartas139
Forum Replies Created
-
Forum: Plugins
In reply to: [IMDb Connector] IMDb doesnt take some detailsSo it still doesnt work when I deactivated all other plugins
Forum: Plugins
In reply to: [IMDb Connector] IMDb doesnt take some detailsActualy I dont know which info could help u solve this problem. I just redownload IMDB connector and still does not work.
I am using WordPress 4.2.2 with THESE pluginsForum: Plugins
In reply to: [IMDb Connector] IMDb doesnt take some detailsOh, the problem could be solved by the cache clear, but I just realised that there is an problem with my plugin, I tryd it redownload, but it didnt help, my administration is simply crashed 😀
Forum: Plugins
In reply to: [IMDb Connector] IMDb doesnt take some detailsI cant copy it right now So heres the screen
Forum: Plugins
In reply to: [IMDb Connector] IMDb doesnt take some detailsForum: Plugins
In reply to: [IMDb Connector] IMDb doesnt take some detailsSo I tested it before with shorcode and via shortcode its display everything. I think there is same source of data fot shortcodes and php gets
Forum: Plugins
In reply to: [IMDb Connector] IMDb doesnt take some detailsI am maybe stupid, it works now for actors, but not for other arrays like directors, countries…
Forum: Plugins
In reply to: [IMDb Connector] IMDb doesnt take some details$id = get_post_custom_values("imdb"); $film = get_imdb_connector_movie($id[0]); echo explode(", ", $film["actors"]);This shows just “Array”
Forum: Plugins
In reply to: [IMDb Connector] IMDb doesnt take some detailsI am not very skilled in php, can u help me a bit more.
$id = get_post_custom_values("imdb"); //This gets "tt1911658" $film = get_imdb_connector_movie($id[0]);What more to do? Thank u very much