Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] Movie RSSJ’étais persuadé que la question avait déjà été évoquée, mais impossible d’en retrouver la trace… Normalement le feed est accessible via http://www.monsite.fr/feed/?post_type=movie, mais j’ai l’intuition que les permaliens du plugin bloquent cette adresse. Vérification en cours 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Problem with User Restriction… Quite a good idea, actually. I’ll see if and how that’s possible.
The custom post type is precisely meant to avoid mixing up pages/posts with movies (that’s a library plugin, after all, basically the point is to have your movies in a dedicated part), but there are still places where there’s a confusion, like you mentioned, posters and embedded links. That’s things I’ll try to fix.
Thanks for your dedication 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Error on letter-selection at artistsI do have your address 🙂 There’s just not much to test right now due to the slow pace of the development. That being said, you can still follow what’s going on on GitHub! Every little thing I do is pushed there 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Problem with User RestrictionNot really: the plugin is using a custom WordPress post type, ‘movie’; that’s why they don’t appear in the articles list (nor in the pages list). But they are stored just like regular Posts and Pages, that’s the very same thing apart from the name and a few dedicated features.
I’ll take a look at UAM to see if I can find the cause of this issue.
Forum: Plugins
In reply to: [WPMovieLibrary] LanguageDon’t edit the
wpmovielibrary.potfile itself, it will have no effect. Assuming you’re translating into Portuguese, copy thelanguages/wpmovielibrary.potfile tolanguages/wpmovielibrary-pt_PT.poand use that file for translation. If your WordPress is set to use Portuguese, the plugin will, too 🙂Forum: Plugins
In reply to: [WPMovieLibrary] Error on letter-selection at artistsOk. I’m afraid I don’t have a solution to this… It’s because of issues like this one that I’m rewriting the grid: much easier to debug! I hope I can release a first beta soon.
Forum: Plugins
In reply to: [WPMovieLibrary] Probleme pour enlever l'image du dessusOk ; envoyez-moi une copie du thème par mail, ça ira aussi vite : support[at]wpmovielibrary[dot]com 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] How can i get the IMDB rating?Note that this code above will apply to all posts, not only movies; you may want to use the
save_post_movieaction to fire only on movies. You could also use the IMDb ID instead of the post title query the API.Forum: Plugins
In reply to: [WPMovieLibrary] Probleme pour enlever l'image du dessusEssayez de remplacer le contenu de
content.phppar ceci : https://gist.github.com/CaerCam/ce6279565f1803c0a175Forum: Plugins
In reply to: [WPMovieLibrary] Error with importing specific movieLooks like a server-related error, I tried to import this movie on my test installs, it worked just as expected. “transfer closed with n bytes remaining to read” sounds like a CURL error. Nothing on your server’s log?
Forum: Plugins
In reply to: [WPMovieLibrary] Error on letter-selection at artists404 error generally means an issue with permalinks. Did you change anything lately that may affect the URLs?
Forum: Plugins
In reply to: [WPMovieLibrary] How to do a real mass update?Yeah, that screen option is a nasty one. Even after more 6 years working with WordPress I still manage to forget about it sometimes 😉
By the way, a (yet another) feature scheduled for version 2.2 is the ability to easily update movies, either individually or massively. It should be pretty handy!
Forum: Plugins
In reply to: [WPMovieLibrary] Problem with User RestrictionThe plugin is very limited when it comes to roles and capabilities, its usage is basically reserved to admins. Adding a better user roles and capabilities support is a planned featured, though, even if no date is set yet.
Forum: Plugins
In reply to: [WPMovieLibrary] Year MovieA category should be the best choice for this indeed, or a collection if yoiu want to keep it to movies only.
Forum: Plugins
In reply to: [WPMovieLibrary] Archive page Movies sorting orderSadly no, I don’t have a date to divulge; my work keeps me pretty busy these days, slowing the dev on the plugin…
@zack06007 : je vois ce sue tu veux dire. Dun point de vue purement logique, ce comportement est normal, même si effectivement ça peut nuire à la lecture. Il faut que je vois si rendre possible ce type de tri n’alourdi pas excessivement le processus, si tant est qu’il soit réalisable…