REM State

FAQ

These are the questions that I wind up answering over and over and over again — collected in one easy spot, so that I only have to write a link instead of a whole explanation. :)

How do I put the table of contents at the bottom of my posts?

This answer applies to 3.0 versions of In Series, and the advanced mode of 3.1 and later versions of In Series.

The quick solution is to go to the Options tab and the Series sub-tab in the WordPress admin interface, clear the “Post layout” field, and then paste “%content <div class=’series_links’>%prev %next</div><div class=’series_toc’>%toc</div>” (without the outside quotes) into the “Post layout” field. Click “Update Options »” to save your settings, and you’re done.

For more details, you can refer to the documentation.

I want the table of contents to show up when I view the post by itself, but not on the home/category/archive (or other) page(s) — can this be done?

In the 3.0 versions, this can be done by hacking your theme with In Series template tags. The 3.1 versions will support differing layouts on single- and multi-page views natively, without requiring theme hacking.

I upgraded from a prior version of In Series, and now I’m getting database errors and/or don’t see any of my old series and/or I get some error about foreach when I try and update In Series options — how do I fix this?

Do not try to re-create your old series!

If you attempted to re-create your old series by hand after an upgrade, please undo all your changes. Your old series are still stored in the database, and can be upgraded automatically, but you must not have both old and new post data in the same database when performing the upgrade.

In Series will perform upgrades from any prior version of In Series — however, you must de-activate and re-activate the plugin for the upgrade to occur. If you just copy the files over the old ones, the upgrade will not take place (which means your old series won’t appear to exist any more), any new database tables will not be created (so, you’ll get a bunch of SQL errors), and new options won’t have their default values set properly (leading to foreach errors on the In Series options page).

The plugin won’t load because of “fatal errors” — what’s wrong?

Clearly, something is wrong — but unless you tell me what the fatal errors are, I’m as clueless as you are as to what caused the problem. Enable the display_errors setting if it’s not already enabled (either directly in your php.ini, or using the ini_set function), and send me the complete error message using the contact form.

For the sake of posterity, prior “fatal error” activation issues were caused by:

16 Responses to “FAQ”

  1. pingback pingback:
    1
    WordPress Plugin of the Week - In-Series at Antigua Web Solutions Blog

    […] It creates a table for the posts in the series and places it by default at the beginning of the post. To place the table at the end of the post follow these instructions from the authors FAQ’s. […]

    Reply to this comment.
  2. AvatarMichael
    2

    Thank you for the hard work you have put into the creation and maintenance of this invaluable plugin.
    My series of posts about Art directors in British Films would have been an organisational nightmare without it.
    A Very Happy 2008 to you, Sir.

    Reply to this comment.
  3. AvatarQuandary
    3
    Author Comment

    You’re quite welcome Michael; I’m always glad to hear when In Series worked out nicely. And of course, be sure and let me know if anything goes awry or doesn’t behave in the manner that you expect. :)

    Reply to this comment.
  4. AvatarTim Blankenship
    4

    I can’t seem to add posts by authors that are different than the author of the first post in the series.

    Its seems like from the documentation that this should be possible, but when I create series and save the post, then edit another post (by a different author) the series sidebar doesn’t seem to be aware that my previously create even exits. and if try to just type in the name of the series again and save the post then I have two posts both in the same series but each post thinks its the only post in the series.

    Reply to this comment.
  5. AvatarQuandary
    5
    Author Comment

    Hi Tim,

    No, it’s not possible with In Series yet; it’s a feature slated for the future, and I’ve been planning on it for a long time (bug 15). It just hasn’t gotten done — and I haven’t heard that many requests for it.

    Fun fact: In Series (right now) explicitly allows two authors to have two independent series with the same name. In the future, when multiple authors in a series are supported, series in which you are allowed to post, but which were created by other authors, will show up prefixed with the author’s name (e.g., “Doug: Life, the Universe and Everything”).

    [edited to add]

    Technically, you can have a series with multiple authors with WordPress 2.0, because that version of WordPress allows you to change the author of a post after you have posted it. If you’re the admin, you can steal ownership of a post, put it into your series, and then change the author back to the original person, and everything should work (that’s a very heavy should — it’s almost completely untested). However, the ability to do this sort of ad-hockery with authors has been removed in newer versions of WordPress.

    Reply to this comment.
  6. AvatarSenise
    6

    Hi!
    Your plugin is really great, thanks for it.
    Today I thought I was in trouble when I tried to put multiple authors posts in a single serie, but then I tried the “steal author” method and it worked!
    Thanks again.
    Senise.

    Reply to this comment.
  7. AvatarQuandary
    7
    Author Comment

    Hi Senise,

    Well, I suppose that I’m glad it worked… but I wash my hands of any consequences if it happens to have bugs or other issues. ;)

    If I hear more folks ask for multi-author posts, I’ll prioritize the implementation of that feature.

    Reply to this comment.
  8. AvatarSchultzy
    8

    I am running 3.1 beta 3 and under options I am unable to access Basic Mode. It just seems to refresh the page.

    Reply to this comment.
  9. AvatarSchultzy
    9

    I would also like to suggest another widget. One that lists the series name and then indented under the title the entries.
    EX:

    Series 1
    - Post 1
    - Post 2
    Series 2
    - Post 1
    - Post 2

    Reply to this comment.
  10. AvatarQuandary
    10
    Author Comment

    Schultzy:

    Are you using IE7 (bug 34)?

    As for the multi-ToC in the sidebar — that’s a prime candidate for a PATCHWELCOME resolution ;). I think that cramming all of that into a widget on the sidebar is a Bad Thing, but if someone else wants to implement a widget that does it, and write tests to make sure it works, I’ll include it. Feel absolutely free to open an enhancement bug.

    Reply to this comment.
  11. AvatarSchultzy
    11

    Thanks.

    Do I just create a login for the bugzilla and request the enhancement there?

    Thanks again for the great plugin. I am using it for short stories and it works great. Also why I am one guy likes that widget idea :)

    Reply to this comment.
  12. AvatarQuandary
    12
    Author Comment

    Yep; simple as that. If you have any other bugs or feature requests, please feel free to file them as well — having it in the system means that I won’t forget about them. :)

    Just to be sure about your first problem, though — are you using IE7?

    Reply to this comment.
  13. AvatarSchultzy
    13

    Yep; simple as that. If you have any other bugs or feature requests, please feel free to file them as well — having it in the system means that I won’t forget about them. :)
    Just to be sure about your first problem, though — are you using IE7?

    Yes, it is IE7. I really blame MS and not your plugin :) I installed and did it through Firefox and it worked.

    Reply to this comment.
  14. AvatarPeriapex
    14

    Hi Senise,
    Well, I suppose that I’m glad it worked… but I wash my hands of any consequences if it happens to have bugs or other issues. ;)
    If I hear more folks ask for multi-author posts, I’ll prioritize the implementation of that feature.

    Hi Senise,
    Well, I suppose that I’m glad it worked… but I wash my hands of any consequences if it happens to have bugs or other issues. ;)
    If I hear more folks ask for multi-author posts, I’ll prioritize the implementation of that feature.

    I would love to have this feature implemented!

    Thanks for such an awesome plugin BTW.

    Reply to this comment.
  15. AvatarQuandary
    15
    Author Comment

    Duly noted.

    On a tangential note, I’m getting really tempted to switch to a forum… :)

    Reply to this comment.
  16. AvatarSchultzy
    16

    Ok, Bug 35 is the one for the widget enhancement I was talking about. I also made a donation since your plugin has become a corner stone to my site (and why I was asking about combo widget).

    Oh, and the forum idea may work well for you.

    Reply to this comment.

© 2009 REM State | Entries (RSS) and Comments (RSS)

Global Positioning System Gazettewordpress logo