Charlie Merland
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] My premium theme doesnt show WPMedia Library plugin contentHi firassameer,
That’s a recurrent problem with themes not using the standard WordPress homepage display. What theme are you using? Since it’s premium I can’t help you directly, please consider sending your current theme’s ZIP file at support[at]wpmovielibrary[dot]com so that I can provide you with a fix π
Forum: Plugins
In reply to: [WPMovieLibrary] View the complete listYeah, I noticed that yesterday when looking at your site. That’s an issue with WPMovieLibrary 1.2.2 and the way it handles taxonomies archives pages’ permalinks; this is fixed in WPMovieLibrary 2.0 π
Forum: Plugins
In reply to: [WPMovieLibrary] Strict Standards after activatingNo problem π
Forum: Plugins
In reply to: [WPMovieLibrary] Collection Display OrderHi andy,
The default behavior of the taxonomy Widget is to sort taxonomies by the number of movies, so from your example I guess you must have more movies from 2014 than 1976, and more movies from 1976 than from 2013.
But you have a point, one should be able to chose which order the taxonomies should be sorted in. I’ll fix this for version 2.0!
Forum: Plugins
In reply to: [WPMovieLibrary] Strict Standards after activatingHi rajat-sinha,
That’s clearly an issue with the Sahifa theme, but it’s a premium theme so I don’t have any recent version at hand to help you there. My suggestion would be to update your theme to the latest version available if that’s not done yet (that would be 4.3.2) and to contact the theme support team if that doesn’t solve the issue.
Forum: Plugins
In reply to: [WPMovieLibrary] All posts result in 404Hi morbidofest,
Generally speaking, when you change the URL for movies or taxonomies, be sure to load the Tools > Permalinks page of the dashboard to update your site’s permalink structures. Not doing so means WordPress can’t know it is supposed to muse the new permalinks π
Updating PHP shouldn’t change anything to this, but it’s never a bad thing to use recent versions of PHP/MySQL π
Forum: Plugins
In reply to: [WPMovieLibrary] movie date in titleEasy, just replace line 30 with:
$post->post_title = sprintf( '%s (%d)', $post->post_title, $date );πForum: Plugins
In reply to: [WPMovieLibrary] movie date in titleYou can easily adapt the script to have (YYYY) instead of yyyy, but I guess that’s too late already π
The only thing to add is that this modification won’t be active for the next movies you add/import, meaning you’ll have to manually edit the titles in the post editor to add the release date.
Glad you got it to work anyway!
Forum: Plugins
In reply to: [WPMovieLibrary] movie date in titleOk, my bad, I didn’t realize you want to actually modify the title, I thought you were just trying to add the year dynamically.
In that case you can bulk edit all movies using a small PHP script like this: https://gist.github.com/CaerCam/fab579c61eecb8d32d88 Place this file at the root of your WordPress folder, load it once in your browser and it should do the job.
Note, you want to make a backup of your database before doing this. This script will basically batch edit all your movies title and update all your movies’ posts, so better have a backup in case anything goes wrong!
Edit: in addition to that last statement, here’s a script to reverse the effects of the first one: https://gist.github.com/CaerCam/8ea93d1f97c4999f1bc1 Just in case π
Forum: Plugins
In reply to: [WPMovieLibrary] movie date in titleA clue: could try editing the function and change
$meta = get_post_meta( $post_id, '_wpmoly_movie_data', $single = true );to$meta = get_post_meta( $post_id, '_wpml_movie_data', $single = true );?Forum: Plugins
In reply to: [WPMovieLibrary] movie date in titleCould be another plugin/theme interfering, I’ll investigate this. What theme are you using?
About including meta, I’m afraid the current stable version is clearly outdated on that part… It’s doable, but really messy. We’re planning to release version 2.0 by the end of the month, which will include a major update of metadata and details handling. My advise is to wait a bit for that version to avoid having to update your site in a week or so π
Forum: Plugins
In reply to: [WPMovieLibrary] movie date in titleHi Dana S,
Now that’s a very interesting question! I’ve played a bit with that idea, actually you don’t even need to edit the plugin at all, a small block of code added to your theme’s
functions.phpfile will do! See https://gist.github.com/CaerCam/969881392675790a5332I like the idea of using this along with the SEO by Yoast plugin, though I don’t know if it’s even possible. I’ll put some thinking into this π
Oh, and thanks for the kind words, means a lot!
Forum: Plugins
In reply to: [WPMovieLibrary] how to add it to a pagesHi there satyajeet99,
You’re using an old version of PHP that’s been deprecated for some times now, you really should update to a newer version, at least PHP 5.3, ideally PHP 5.4 or PHP 5.5. That’s what the plugin is telling you here: “Requirements PHP 5.3+ (You’re running version 5.2.17)”.
Forum: Plugins
In reply to: [WPMovieLibrary] Import MoviesHi maverick1408,
I’m sorry, that’s an issue caused by another plugin that you’re using, “search-tags”. You may want to use another plugin, this one is pretty neolithic: built for WordPress 2.3 at least and tested up to WordPress 3.01!!
Forum: Plugins
In reply to: [WPMovieLibrary] WPMovieLib SetUP and how to use.Hi Yildirim,
1. Right now that’s not something the plugin can do, but it will be added to the next version we’re working on.
2. I’m not sure I understand what you’re asking here?
3. This depends mostly on he theme you’re using, with some adaptation you should be able to get as similar display; the plugin itself does not provide this kind of view yet (but will in the next version)
4. Not sure sure zhatmyou mean here either? You can add any content to the movie just like any regular post, and it will be displayed as well.As for the broken link, it’s hard to say without looking at the site, it could be a setting issue with your blog, like permalinks, or a conflict with another plugin…