Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] It is possible grid by categoryHi tenseimaster,
Try using
numberinstead ofposts_per_pageto limit the number of movies to show in the grid 🙂Forum: Plugins
In reply to: [WPMovieLibrary] It is possible grid by categoryHi tenseimaster,
Sorry for the wait. I just gave a look at your website, seems like the pagination works, doesn’t it?
Forum: Plugins
In reply to: [WPMovieLibrary] Page de recherche par NoteAh, c’est malin ça. J’ai ajoutĂ© la modif Ă la version 2.1.4 en dĂ©veloppement, Ă tester 🙂 https://github.com/wpmovielibrary/wpmovielibrary/archive/master.zip
Forum: Plugins
In reply to: [WPMovieLibrary] Problème d'affichage des genresBonjour Paul,
Il y a une interdĂ©pendance Ă ce niveau entre les mĂ©tadonnĂ©es et les taxonomies ; est-il possible que vous ayez ajoutĂ© les nouveaux genres uniquement en taxonomie et pas dans les mĂ©tadonnĂ©es ? Dans ce cas, seuls les genres ajoutĂ©s en mĂ©tadonnĂ©es seront affichĂ©s, c’est peut-ĂŞtre lĂ votre problème ?
Forum: Plugins
In reply to: [WPMovieLibrary] Help adding some text/linksHi sitesupdates,
You could achieve something like by overriding the images’ template in your theme, but that would require a bit of work. You’ll need to add a new
wpmovielibrary/shortcodesdirectory to your theme and copy the plugin’sviews/short codes/images.phpto it and edit it as you need.That’s probably the easiest way for you to get what you want 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] It is possible grid by categoryHi tenseimaster,
Version 2.1.4 dev version now support collections, genres and actors in the grid, I’ll make sure to add categories and tags too!
Forum: Plugins
In reply to: [WPMovieLibrary] Adding Custom Movie Media typeThat’s actually a choice to not have a way, in the plugin itself, to alter the media types: adding custom media means they will be used and stored in the database, so handling them in the plugin’s settings implies that any harm done to the settings will mess up a lot of your movies. The then-deleted media type won’t appear anymore, but they will still be in your database, and any archive page or Shortcode or grid you might have relying on them would now be bogus. I tend to consider custom media types as an advanced modification that should be safer set in a theme or third party plugin.
Talking about plugin, I was not referring to any particular plugin, but to the fact that with WPMovieLibrary I try to provide ways for developers to interact with the plugin. For instance the default media types are hard coded in the plugin’s core, but there’s a filter hook that allows you to modify them, either in the theme or a custom plugin you might build. There are a lot of filter and action hook on this plugin, though I haven’t yet found any time to write a proper documentation. That’s something I plan to do once I’m done adding major features 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Page de recherche par NoteEst-ce que remplacer le fichier
includes/widgets/class-details-widget.phppar ceci : https://gist.github.com/CaerCam/fcfc01d7cccee22803bd règle le problème des liens ?Forum: Plugins
In reply to: [WPMovieLibrary] Page de recherche par NoteAh, bien vu, c’est un problème ça. Je vais voir pour limiter ça. Ă€ noter que la version 2.2, encore elle, modifiera aussi la modification de groupe des films.
Forum: Plugins
In reply to: [WPMovieLibrary] Adding Custom Movie Media typeHi BlackApps,
Sure, you can add custom media type, though it has to be done via another plugin or your WordPress theme. See for instance the following code that adds two new media, paste it at the end of your theme’s functions.php file: https://gist.github.com/CaerCam/293f712612db8db8a2e7
Side-note: there’s a bug in the current version that prevents this code from working correctly, which your question made me notice, so thank you for that, thanks to you it will be fixed in version 2.1.4 🙂 You can download that version in its latest dev state on GitHub: https://github.com/wpmovielibrary/wpmovielibrary/archive/master.zip
As for the icons it may be a little complicated as the plugin uses its own icon font, so you would need to add your personal icons via a custom CSS; that’s a part of the plugin that should be improved, though. I’ll add to the TODO list to provide a generic way to add custom icons.
Forum: Plugins
In reply to: [WPMovieLibrary] Page de recherche par NoteÇa ne m’embĂŞte pas, ça fait partie du jeu 🙂 Surtout qu’en l’occurrence ça ressemble mĂ©chamment Ă un bug, alors autant le faire remonter pour qu’il soit corriger !
Ok pour les langues. Il faut prendre garde Ă mettre Ă jour les posts quand on Ă©dite les dĂ©tails, il n’y a pas de sauvegarde automatique. C’est un manque qui sera corrigĂ© par la version 2.2, entre autres nouveautĂ©s !
Forum: Plugins
In reply to: [WPMovieLibrary] Page de recherche par NoteJe ne pense pas que ça joue, ça ressemble Ă une erreur dans la gĂ©nĂ©ration des liens, sans doute un oubli idiot, c’est frĂ©quent 🙂 Je regarde ça dès demain.
Forum: Plugins
In reply to: [WPMovieLibrary] Page de recherche par NoteAh, il manque un
/dans l’URL : http://bibliotheque.paulbaudry.com/movies/note/4.5 fonctionne. Je vais regarder d’oĂą vient cet oubli. Merci du rappel !Forum: Plugins
In reply to: [WPMovieLibrary] Page de recherche par NoteBonjour,
Les permaliens sont rechargés chaque fois que la page de réglages du dashboard est affichée : Réglages > Permaliens.
Forum: Plugins
In reply to: [WPMovieLibrary] display griide in archieve by genreHi limhou,
That’s a normal behavior, actually: genres are taxonomy terms and server use the standard WordPress archive display. There’s currently no way to use grids automatically on terms, but that’s something I’ll add in a future release.
Regards,
Charlie