WordPress Plugin : Multipage Toolkit 2.6

WordPress Plugin : Multipage Toolkit 2.6


I have updated my Multipage Toolkit to version 2.6 .

This is a major update, but you will be glad to hear it does not break any existing installations of the previous version.

Changes in this release include the following :-

New auto-insert option to display multipage toolkit on multipage Pages as well as Posts.

ALL pages link with custom seperator

The plugin by default now displays a ALL pages link in navigation links, this in effect allows the ability to display multipage posts on a single page – some people do not like multipage posts – so this fixes that!!

You can now add custom seperators between pages when viewing single page. Great for adding advertising code or extra things like images. This has been added by demand for the SEO types!!!

Visual Editor Integration

Multipage Toolkit is now fully integrated in to the WordPress Visual Editor (tinymce 3.x). What does this mean? Well as long as you are using wordpress 2.5 and above, you will now see two new buttons in your editor.

1st button, inserts page breaks i.e. adds pages to your posts – creating multipage posts.

2nd button, inserts and edits page titles.

Auto Insert Options Page

No more code, let me say that again no more code. Finally you can access all the powerful options available to you with the multipage toolkit right inside your admin panel. No more messing about with your theme files.

Coders you have not been forgotten…..

For people who still want to use code in their themes and need the extra level of control afforded – nothing has changed the same function calls and options still exist.

There is the addition to simplify the manual use within themes. You can now call the settings from the options page by using the following lines in your theme.

1st instance settings  <?php TA_content_jump(1); ?>
 
2nd instance settings <?php TA_content_jump(2); ?>

You can still make custom settings via the function call. Please read my post here, which covers all the functions and options available as well as CSS styling options.

On the next page I cover the new features in detail…….

165 thoughts on “WordPress Plugin : Multipage Toolkit 2.6

  1. Peter Kahoun

    Bugreport and solution: in admin interface, in each text-input should be its value echoed after it’s sanitized with htmlSpecialChars(). Otherwise, … I think it’s clear. 🙂 GL

  2. King

    Hi Tarkan,

    I love the concept of this plugin. You’re awesome! Here is my question:
    I want to use this plugin for breaking up my pages into tabs at the top of the post. I can see that you addressed this with someone else. I have done what you mentioned in that post and it worked great. Here is the link to that test: http://gradmag.org/kingi3/?p=64

    It is working great! The only thing I want to do is display ALL of the “tabs” (page links) instead of just the: “next” (as title/link), and “previous” (as title/link). Is there any simple way to do this?

    I see that you have an “ordered list” that looks interesting, but I’m not sure how to format it as tabs?

    Thanks so much Tarkan! I appreciate your plugin and your time!

    King

  3. Farnoosh Brock

    Hi Tarkan,
    I installed this plugin on my website and everything is great except this: I have set it such that I am displaying the Page numbers on both Top and Bottom via MultiPage toolkit. However, on the Bottom, I have 2 displays: See example here:
    http://www.prolificliving.com/blog/2009/04/22/yoga-with-yogadownloadcom-podcasts/
    I think the 2nd one is the default standard WordPress page numbers that appears with next-page insertion but how can I delete it? I would have thought the plugin OVERWRITES that so only the page numbering of your plugin appears. Please help as I really want to use it. I do not wish to mess with code at all if possible.
    Thanks,
    Farnoosh

  4. Bill

    The next page options show when I preview the page, but not on my main page. The page is broken, the 2nd page does not show up, but there are no buttons on my home page to make the selection. But they do show up on my preview page and work fine. Am I missing something? This also happens if I manually insert the code. Is this some simple matter?

    Bill
    uranium.cafe@yahoo.com

  5. Michael

    You should probably include a direct link to the download page in this post, or at least tell people they can download it by clicking through to the one link the post does have.

  6. Tarkan Post author

    Hi Hank,

    I have never tried on a index page, and don’t really support it in such use.

    The page title based page jumping is really for use on a single view page (single.php).

  7. Hank

    Hi Tarkan,

    if I use this plugin in every post and add a “TA_content_jump(1);” to my indexpage (index.php) only the first entry shows the right drop down menu links. The following entries all show the same drop down menu from the first entry. Is there any way to avoid this?

    If I use page numbers instead of the drop down list everything works just fine.

  8. Danny

    Great plugin. Unfortunate about the page HTML titles & meta descriptions though. You will need this to avoid duplicate title & description and I would not use rel=”nofollow” as the other pages won’t get indexed and would not contribute to your seo.

    This is pretty much the only thing that’s stopping me from using it for now.

    Hopefully you’re able to figure out an efficient way around this.

  9. Craig

    First of all, Thanks for the great work, this plugins work very nice with WP 2.7
    I have questions:
    On the first page when it display on the home page, at the end of the first page, nothing there to let the viewer know there is more pages.
    The only way to get to the next page is to go up to the begining and click on the title.

    How can insert (continues) so that link to the next page right at the last word? And the last page instead of (continue) we replace (end).

    thanks for your help.

  10. Tarkan Post author

    As you have placed the code in manually, then you need to un-select the Auto Insert checkbox’s in the multi-page toolkit options page.

  11. manuel

    hi Tarkan, thanks for this plugin. I have only 1 problem. i have add this code in my index.php: . now, how can i remove the Auto Insert Options Page?
    thanks.

  12. Barliesque

    I’m looking for a plugin to stop comments from appearing on every page of multi-page posts—I’d prefer them to only show at the end of the last page. Unless there’s already a way to do this that I’ve missed, Multipage Toolkit would be the ideal plugin to request that as a new feature in…

  13. Tarkan Post author

    Hi William,

    I am running a beta version on my site which as you have noticed, adds the page title to the browser and html title tags.

    I am still working on the SEO aspects but hope to have something released in the next few weeks.

  14. William

    Works great in WordPress 2.7. In terms of SEO, would there be any way to have the the HTML title based on page title? I noticed on your site (2 page), (3 page), etc. appended to the end of the post title, is this automatic, or have you done this in some other way?

    Thank you for the great plug-in.

  15. Andy

    I’m having an issue that some of the other posts here are having. I have WordPress 2.7 with the Default theme and I installed the Multipage Toolkit plugin. Under the Multipage Toolkit settings I reset to defaults and tried adjusting the priority like someone mentioned above before I adjust other settings, but the settings don’t change my page. They don’t seem to be saving. Any other suggestions?

    Thanks,
    Andy

  16. Michael

    Thanks so much – the visual editor had generated an extra div without me knowing and it was causing the issue – thanks for your help and keep up the great work!

  17. Tarkan Post author

    Hi Michael,

    I had a look at your example page – it looks like on the 3rd page you are getting an extra closing div inserted.
    It is probably something in your theme or article causing it.

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.