README.txt in Smart Paging 7.2
Same filename and directory in other branches
$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
File
README.txtView source
- $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:
-
-
-
- Long content paragraph...
-
- Continuation of long content paragraph.
-
-
-
- List #1
-
- Long list #2...
-
- Continuation of long list #2
-
- List #3
-
-
- ...into this:
-
-
-
- Long content paragraph...
-
- ------------Page 1------------
-
-
- Continuation of long content paragraph.
-
-
-
- List #1
-
- Long list #2...
-
- ------------Page 2------------
-
-
-
- Continuation of long list #2
-
- List #3
-
- ------------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.
and )" input filter. In replace to
- this input filter, enable the "Convert line breaks into HTML (i.e.
and ) 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