Viewing 7 replies - 1 through 7 (of 7 total)
  • the dev is aware of this and may be considering adding this functionality – you can find more info in the support forum

    Thread Starter madloki

    (@madloki)

    Great, thank you! I will wait for the coming version ??

    jaeger

    (@jaegerschnitzel)

    He promised this 2 years ago and I don’t think that I will come soon.
    In the meantime you can use “Extended Table of Contents (with nextpage support)”.

    There are simply too many theme related variables when considering nextpage support, absolutely no good when you try to build functionality without breaking or introducing restrictions on appearance. Not to mention the high amount of effort for low return (there are much fewer sites using nextpage).

    My formal response is at:

    https://dublue.com/plugins/toc/comment-page-8/#comment-3968

    jaeger

    (@jaegerschnitzel)

    Thanks for you fast answer!

    Could you perhaps prevent it from showing a TOC for links to pages that are not the current one. Not a full blown solution but it would prevent thing links form showing and going nowhere.

    I was able to accomplish this by modifying the extract_heading function, having it break the content into it’s pages and grabbing the current one (if there is more than 1 heading). This is the code I used, place on line 1455.

    // Filter the content to the current page
    $pages = explode('<!--nextpage-->',$content);
    if(count($pages)>1){
    	global $page;
    	$content = $pages[$page-1];
    }

    Because of the need to work, I have been looking for support Nextpage plug-in.

    I found one plugin: Extended-table-of-contents-with-nextpage-support. But it not Updat anymore, and no Hide/Show.

    For special needs, maybe consider adding this feature to the plugin. It should have itself Next/Previous in case too many heading title.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Doesn't work with "nextpage"’ is closed to new replies.