Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] With yoast seo plugin how to add year in title?Hi networkwebmasters,
That does not apply in dashboard, as you can see from the first lines,
if ( is_admin() ) return $title;; that’s meant to avoid messing with the post editing features and accidentally save the filtered titles to the database, since even though they would be saved, filtering would still apply, and you’ll end up with Prometheus (2012) (2012) (2012) (2012) titles…Not sure how this can work with Yoast SEO. The plugin changed a lot lately and switched to JavaScript to analyze some things, so I’m not sure what can or can’t be done with it anymore.
Hi azw,
Thanks for sharing your thoughts! There already is a duplicate detection mechanism, but it only applies to the importer, the single movie editor is meant to override this; adding a notice wouldn’t hurt, though. Good call.
Your third point is actually what I have in mind for the next major version of the plugin as the importer and movie list will be merged in the dashboard to featured on the same page, the idea being to be able to browse through existing movies and add new ones easily, either by hitting a dedicated tab or, like you describe, by providing a direct “Import this movie” link when a search comes empty 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Movie Page Not Working PropperlyHi princedm,
That’s typically the behavior you’ll see when not updating permalinks correctly after altering related settings. You should have been presented a notice explaining this.
Try reloading the Permalinks options in your dashboard: Settings > Permalinks.
Forum: Plugins
In reply to: [WPMovieLibrary] Allow Editor to edit custom posts movieHi dados,
You may want to try the latest version on GitHub where I added some capabilities modifications that should improve this. Let me know how it works!
Forum: Plugins
In reply to: [WPMovieLibrary] Change default views when entering movies?Hi azw,
1. Added to the next update! You can download the current development version from GitHub and add this code to your theme’s
functions.phpfile, the metadata panel will be select by default.2. You mean, be redirected to an empty editor page right after publishing any movie? That’s not technically impossible, but not very recommended and probably not reliable enough to be brought to the plugin as an option.
3. Not possible right now, but it’s a long planned feature that will be present in version 3.0 which is in development 🙂
Forum: Plugins
In reply to: [WPMovieLibrary] Problem Icons and Font FamilyThanks beermoney, I’ll try that combination although it seems a bit different, the font is correctly applied. Could it be that it is not loaded properly? You can check that in network tab, see if the font files are actually being loaded.
Forum: Plugins
In reply to: [WPMovieLibrary] Auto download movie imagesWow! With an average of 10 backdrops per movie, and considering WordPress will created a minimum of four files for each single backdrop (original, large, medium and thumbnail, and that’s only is your theme/plugins didn’t add their own image sizes!) we’re talking about 60.000 files and tens of thousands SQL queries! That’s quite harsh to your hosting company, if it even manage to work without timing out 😛
Forum: Plugins
In reply to: [WPMovieLibrary] How to disable Title and Poster when using HeadboxFrom the doc that would be
single-movie.php🙂