This repository was archived by the owner on May 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Sut3kh/drupal_smart_paging
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
$Id: README.txt,v 1.1.2.3 2010/12/08 22:42:42 arpeggio Exp $ Description: Provides splitting up long Drupal content into sub pages by number of characters/words or by a placeholder HTML tag. Smart Paging feature can be applied only to CCK fields (with text format) of node, user and taxonomy term entities (Note: "Description" field of taxonomy term is not a CCK field). URL for sub pages made more SEO friendly and works even for aliased URL path. The user has more control over Smart Paging configuration. An option is provided at "Manage Display" page of an entity type whether to control Smart Paging display behavior during content editing or at "Manage Display" page itself. Weight and visibility of Smart Paging can also be controlled at "Manage Display" page of an entity type. It splits complex HTML markup content more accurately: <div class="text-important"> <p class="info"> Long content paragraph... <!--pagebreak--> Continuation of long content paragraph. </p> <ul class="text-note"> <li>List #1</li> <li>Long list #2... <!--pagebreak--> Continuation of long list #2</li> <li>List #3</li> </ul> </div> ...into this: <div class="text-important"> <p class="info"> Long content paragraph... </p> </div> ------------Page 1------------ <div class="text-important"> <p class="info"> Continuation of long content paragraph. </p> <ul class="text-note"> <li>List #1</li> <li>Long list #2...</li> </ul> </div> ------------Page 2------------ <div class="text-important"> <ul class="text-note"> <li>Continuation of long list #2</li> <li>List #3</li> </ul> </div> ------------Page 3------------ Requirements: Drupal 7.x Installation: 1. Copy the extracted smart_paging directory to your Drupal sites/all/modules directory. 2. Login as an administrator. Enable the module at the http://www.example.com/?q=admin/modules 3. Configure Smart Paging at http://www.example.com/?q=admin/config/content/smart_paging 4. Enable Smart Paging input filter at http://www.example.com/?q=admin/config/content/formats 5. Disable the "Convert line breaks into HTML (i.e. <br> and <p>)" input filter. In replace to this input filter, enable the "Convert line breaks into HTML (i.e. <br> and <p>) for Smart Paging compatibility" 6. verify that the comment tags <!-- --> are included in "Limit allowed HTML tags" list if it is enabled in input filter Text formats settings. Support: Please use the issue queue for filing bugs with this module at http://drupal.org/project/issues/smart_paging
About
fork of drupal smart_paging module with patches applied
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published