How to disable Smart Paging's pagination for a specific node Article if automatic page break by word/characters is on

Smart Paging is very useful module to automatically split up long Drupal content into sub-pages by number of characters or words. What if we don't need the Smart Paging's pagination on a specific node content? The following are the steps on how to disable Smart Paging's pagination for a node Article:

  1. Go to Article content type Manage Display settings http://www.yoursite.com/admin/structure/types/manage/article/display and click the cogwheel at the right side of Smart Paging:

    Smart Paging Article Manage Display

  2. Choose "Show Smart Paging settings during content editing of this content type" and click Update button

    Smart Paging Article Manage Display

  3. Still on same page click "Save" button (found at the bottom)

    Smart Paging Article Manage Display

  4. Now to test, edit a node Article (eg. http://www.yoursite.com/node/8/edit). Scroll at the bottom and click the Smart Paging section:

    Smart Paging Edit Article

  5. Untick the "Use default values", select the "Bypass Smart Paging input filter" from the "Page break method" dropdown menu and Save the Article. You should see that this specific Article http://www.yoursite.com/node/8 is not having the pagination from Smart Paging.

    Smart Paging Edit Article

Or we can quickly disable the Smart Paging's pagination by adding "?nopaging=1" on the node Article's URL (eg. http://www.yoursite.com/node/8?nopaging=1).

Add new comment

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.