Help, Support & Customization for
Organize Series WordPress Plugin
Call now: 303-395-1346
Using WordPress HelpCenter for help with Organize Series WordPress Plugin supports Darren Ethier (the plugin developer).
By default the page is already created for you and the url is http://yourblog.com/series/ (this url can be changed via the series options page). However, depending on your theme the layout may not be quite what you want it to be. The output of this table of contents page is controlled both by the series table of contents listing: template in the series options page and the seriestoc.php file in your organize series plugin directory. You can make necessary changes to the seriestoc.php file to match your theme (go by the layout of your index.php file) and copy it to your theme directory. #
NOTE: As of version 2.1, Organize Series now requires WordPress 2.8 - for earlier versions of WordPress, use version 2.0.8 of Organize Series
../wp-content/plugins/. The orgSeries folder can be named whatever you want but the default is "organize-series". The final structure would be something like this: ../wp-content/plugins/organize-series/--and all the orgSeries plugin files/folders--You can do the above or just use the new plugin install integrated in WordPress.
If you are upgrading from Organize Series 2.0 or above you can follow the same steps as above however make sure you revisit the Organize Series Settings page. There are some new fields that you'll need to populate. There are two ways of going about doing this:
Fill in or modify the blank fields on the options page
Specifically:
Click the "Reset Options to Default" button
This will populate all the fields with the default settings.
IMPORTANT This will also replace any customizations you have already set - so if you choose this option make sure you copy your custom settings FIRST so you can reapply them after.
If you customize the included series.php file (for series archive pages) and seriestoc.php file (for Series Table of Contents Page) to fit your site theme better make sure you copy those two files over to your theme directory so future upgrades of Organize Series won't overwrite your customizations.
That's it! You might want to read through the Series Options page (in the "settings" menu of WP 2.5 or "options" in earlier WP versions) and the Manage->Series Page. You'll also notice that your "write/edit" posts page now has a handy dandy series box on it for adding your posts to a series (and creating new series on the fly).
For support please visit the support forums. You can also get support from the WordPress Help Center. This is a service I have partnered with and when you pay for support from them I receive a commission so it's a way of supporting the work I do. When contacting them let them know my affiliate code which is 14322.
By default the page is already created for you and the url is http://yourblog.com/series/ (this url can be changed via the series options page). However, depending on your theme the layout may not be quite what you want it to be. The output of this table of contents page is controlled both by the series table of contents listing: template in the series options page and the seriestoc.php file in your organize series plugin directory. You can make necessary changes to the seriestoc.php file to match your theme (go by the layout of your index.php file) and copy it to your theme directory.
Your question not answered? Ask your usage related question on the support forums and I'll put the most common ones here.
This version has been tested with WordPress 2.9 and all is in working order. Please use the new compatibility form for the Organize Series listing on WordPress/extend to indicate your results with using it.
Fixes
Fixed a problem with having duplicate id selectors with the_series_title() outputs resulting in validation errors. See the original report here
Fixed a bug resulting in Series Part numbering not propagating correctly through all posts in a series when editing a post that is part of a series. See original report here
Fixed a bug where Series Meta for "the_content" was being displayed where the_excerpt was called. See here for original report.
Fixed the seriestoc template not being displayed when permalinks are off. Important: When permalinks are not enabled ".../?seriestoc=x" points to the series table of contents for all series. "x" can be any number.
New Features
Major Fixes
New Features
new function: get_series_ordered() - allows users to pull a list of series_ids, slugs, and names from the database ordered by whatever criteria they want. It returns an array of the data that the user will have to display as needed. (ht to Amanda Giles for the initial code that I modified a bit). See the inline docs in the series-taxonomy.php file around line 192.
new bundled plugin: Organize Series Publisher - allows users to set a series as "unpublished" and all posts published to that series will be held back until the author decides to publish the series all at once. Great for creating "issues". This plugin is the result of me being hired by Amanda Giles who graciously agreed to make this available to all of you! This plugin must be activated after Organize Series is activated.
Users can now set a custom base for for series archive permalinks. For instance, you can now change: "yourblog.com/series/someseriesname" to "yourblog.com/coolitems/someseriesname". The place to add the custom base is at the Series Options page. By default it is set to /series/.
link to wphelpcenter.com added to the Series Options Page. I've partnered with wphelpcenter.com for official support and anybody paying them for help with Organize Series will be helping to support me! It's a great service for those times where you "need help right now"! When contacting them, be sure to give my affiliate number: 14322
Major Fixes
Fixed a validation issue reported here due to some improper js code.
Posts saved as draft and then published will now show the correct number for "total posts in series". Reported here.
Fixed the problem where those with the "Editor" role were unable to manage series or change series options. Reported here
Updated the layout/looks of the Organize Series Options page to better fit in with WordPress 2.8+
Minor Fixes
A couple of mixed localization tags
Changed the name of some menu items to better correspond with docs. "Post Series" in the Edit posts menu has been changed to "Manage Series".
Changed the series filter dropdown on the edit posts page to show all series (not just series that have posts). This is so if you have a series where all the posts are drafts, or pending, you can still view them filtered by series.
Also fixed some typos and minor bugs throughout the code.
Major Fixes
fixed problems that were happenening with excerpts (I'm pretty sure I squashed this bug - if you notice differently please add to this thread
Series Feeds weren't working. Now they are.
Minor Fixes
This is a recommended upgrade to fix a major bug listed below.
Major Fixes
Minor Fixes * a typo on the Organize Series Options page.
Organize Series version 2.1 is a significant update that introduces some new features and fixes many bugs introduced with many of the more recent WordPress updates. Notice that this version requires WordPress 2.8. I decided that it's becoming too time-consuming to keep making Organize Series backwards compatible.
New Features
the_excerpt() is used ( as opposed to the_content() )latest_series() widget and template tag now allows for more customization of what series information is displayed. Now users have control over: How many series are displayed and how the list is ordered. With this addition I've also changed the latest_series() templates via the series options page to allow for three settings -> latest series (tags before), latest series (inner tags), and latest series (tags after). The Latest Series widget now has more options to select what the Latest Series widget outputs. This was one of the most requested features and I'm glad to be able to implement it.auto_tag_nav_toggle' option to the Series Options page. Auto-insertion of Series Navigation used to be controlled by the 'auto_tag_toggle' option (which also determines whether series_meta information is outputted automatically). Now you can control the output of the series navigation strip separately from the series meta information.$plugin_url and $plugin_path so it works with symlinks (thanks to patch from Georg S. Adamsen )Major Fixes
series_description() bug that didn't return a series descriptionwp_nonce security to the backend. Think orgSeries is all covered now.the_excerpt stripping series meta tag html.Minor Fixes
get_series_rss_link() in orgSeries-rss.php to autodiscover series_id for displayed post.wp_series_nav() (which sometimes didn't display the right series in order for "next" and "previous" links).Significant fixes and a couple minor new features. NOTE - this version was ONLY MADE POSSIBLE thanks to the many people who tested the development betas and reported on bugs. Without their help, I wouldn't have got this version out the door. Read through the comments on the Organize Series feed to see all the people who contributed!
New features
Minor
Major
2.0.7 - Contains the following fixes:
Minor
series.php and seriestoc.php files to theme directory.< /div > to seriestoc.php file to fix "98%" of the typical default installations of this plugin.get_series_toc() function/template tag.get_series_toc() link to something a bit more friendly.Major
http://www.myblog.com/blog/). In these setups the Series Table of Contents page re-direct wouldn't work. This bug also affected custom seriestoc urls set on the Series Options pages with a multiple slash structure (i.e. the default is \series\, but if you used \series\seriestoc it wouldn't work). Many thanks to Ken Carlson for his help in getting it fixed.2.0.6 - Fixes a pretty major bug with the custom rewrite/permalink structure for series archives. This bug only shows up if you use certain prefixes to your custom permalinks such as /archives/...rest of permalink. Hat tip to Edward for the catch and fix.
2.0.5 - Contains the following bug fixes:
2.0.4 - This is a pretty significant changeset that fixes some things with the Series Table of Contents page:
2.0.3 - Previous fix broke the ajax call for the add series on a fly (on write/edit posts pages). This fixes that.
2.0.2 - IMPORTANT FIX for where organize series broke submenu links on plugins that added their own topmenu. Won't happen anymore.
2.0.1 - some fixes so that changing the SERIES_URL definition in orgSeries.php actually works (you can use this to pick how you want the series-archive permalinks to look - important for avoiding conflicts with existing category permalinks...)
Using WordPress HelpCenter for help with Organize Series WordPress Plugin supports Darren Ethier (the plugin developer).