Darren Ethier (nerrad)
Forum Replies Created
-
Forum: Plugins
In reply to: WPML Multilingual CMS conflict with Organize Series pluginOrganizeSeries.com is live and the latest version is available.
Organize Series 2.2 will work with WPML if you enable it via WPML. However, you will have to do the series meta via template tags in your theme rather than the options page templating system because you can only save one language in the core setup.
There is an addon in the works however that will enable you to save a different set of options per language. I’ve done something similar for a client using WPML and it works great! Keep the OrganizeSeries.com feed in your reader to keep up to date so you’ll know when the WPML addon is released.
Forum: Plugins
In reply to: [Plugin: Organize Series] Breaks Pretty PermalinksThis should be fixed in Organize Series 2.2
Forum: Plugins
In reply to: WPML Multilingual CMS conflict with Organize Series pluginsorry for the delay, I’ve been really busy working on projects for other clients. The next version of Organize Series is ready but not released publicly yet because I want to ready the new website accompanying it first (plus a bunch of other goodies). If you really want to give it a go you can download the new version from here -> http://downloads.wordpress.org/plugin/organize-series.zip
Keep in mind that options page will only save one version of the options that will be displayed on all translated series pages via wpml. One of the “goodies” I talked about earlier will be a wpml addon for Organize Series that will enable options to be saved for each translation. Addons won’t be free however.
Forum: Plugins
In reply to: Making organise series hierarchalI believe series order is already possible via one of the template tags in the series-template-tags.php file. I can’t remember which one off hand – but it is possible to order by IDs (which is creation date), date, and alphabetical order (series title). If this is what you are looking for the new support docs coming will have instructions on that.
If you are talking about ordering the series in the same way as being able to order posts in a series that is not something that is currently possible (nor do I have an addon ready to release with that).
Once I get the new site up and running there will be a place to put in add-on requests and my development time will be prioritized by the ones that receive the most requests.
Forum: Plugins
In reply to: [TagPages] [Plugin: TagPages] Probem with tag-editing in quickedit?Yup, Organize Series is probably the cause for the issues reported here. Within a couple weeks there will be a new release of Organize Series that will fix the issues. In the meantime if you want to continue using Organize Series along with TagPages just hold off on using the Quick Edit. Sorry for the delay in getting the new version out the door but life has kept me busy 🙂
There will be a new release of Organize Series within the next couple of weeks. I can’t guarantee it will resolve the issues you are experiencing but it is a pretty major rewrite so it probably will.
Forum: Plugins
In reply to: Making organise series hierarchalHey there!
Stay tuned, within 2 weeks I’m going to be releasing the next version of Organize Series here on WordPress.org and at the same time a brand new website for it. Why’s that big news? It’s big news because on the Organize Series website I’ll be releasing addons for Organize Series that will bring many of the most requested features to the plugin.One of those add-ons that will be released when the website goes live is “Organize Series Grouping” which will in essence allow you to group series together. The add-ons won’t be free but they won’t be expensive either. I’ll also be offering a paid support plan.
Organize Series will also have improved template tags for controlling how the series are ordered on a page.
Forum: Plugins
In reply to: WPML Multilingual CMS conflict with Organize Series pluginNot sure what’s causing the conflict. However, the new version that is almost ready for release works fine with WPML (I’ve worked quite a bit with WPML for a recent client so I used a lot of my experience in the new version of Organize Series)
I’ve created an add-on plugin that enables my client to use a custom shortcode for adding a specially formatted page for listing a jcarousel of all the galleries in multiple albums (a carousel for each album).
Here’s a portion of the code that calls nggdb::find_album()
foreach ( $albuminfo as $album ) { $album_url = get_permalink($album->pageid); $album_galleries = nggdb::find_album( $album->id ); $gallery_ids = $album_galleries->galleries; //...rest of code goes here$albuminfo was gained from nggdb::find_all_album() earlier in the code. I know that there is
$album_galleries->galleriesin my code. That’s because if I used $album_galleries->gallery_ids it didn’t work.Forum: Plugins
In reply to: twitter-tools broken?I’m getting the same thing. I’m wondering if this is due to the changes Twitter have made that require oauth connections from third party apps? Twitter Tools may have to update the way an account is authorized?
Forum: Plugins
In reply to: [Plugin: Front-end Editor] Doesn’t play well with Organize Series Pluginhey @scribu, thanks for posting the fix for this! I’ll include it in the next version of orgSeries. I love it when the WordPress community steps in and helps with questions like this!
Forum: Plugins
In reply to: [Plugin: Ozh’ Admin Drop Down Menu] Conflicts with Organize Series pluginHaven’t had a chance to work on it yet. Everytime I think I’ve got a block of time set aside where I can get some of the niggling bugs worked on something comes up and takes priority. Sorry, I do plan on eventually getting to it I just have to prioritize.
Forum: Plugins
In reply to: [Plugin: Organize Series] Breaks Pretty Permalinkssorry but I’m busy on a freelance project that has been taking me longer than I thought it would. The bad news is I’m not doing any work on Organize Series until I’m done it. The good news is that a lot of the things I’m doing on this project will be brought over to the new version of Organize Series that will fix a lot of bugs and add a couple new features.
Forum: Plugins
In reply to: Plugin Organize Seriesif you are running Ozh’s Admin Menu plugin then there is a known conflict with Organize Series which results in the symptoms you are describing.
Forum: Plugins
In reply to: [Plugin: Organize Series] Breaks Pretty PermalinksThanks for the more detailed report gmcmurdie. I’ll reference this in my bug ticket and will try to reproduce and *hopefully find a fix. Aiming for this weekend for the next release of OrgSeries..