You are here

README.txt in Simple Node Archive Blocks 7.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
This module provide simple node archive style option for Views.

The archive blocks can be theme using Jquery Menu Module.
For the archive blocks you can set the number of nodes will display under month.

This module depends on views(https://drupal.org/project/views) module.

-- INSTALLATION --

  Install module like normal

-- CONFIGURATION --

  Go to your edit view. Select format as 'Simple Node Archive' and then settings.
  Note: As the archive settings for each block is unique.
  It is recommended to override view "Block: Style options" for blocks.
  1.
    * Archived field name:
      Achived block will created based on this field.
      Default value is node posted date "node_created" and for custom field use Date module(http://drupal.org/project/date).
      Remember to add this field in views "FIELDS" list.
  2. A page is required to show the archive result. Need to create a view page and then use below setting for page.
    * View machine name :
      The machine name of the view whose page is used to display archive result.
    * View page display I D:
      The view page display id, e.g. page_1
    * sna_view_page_url:
      Page url.
  3. Theme archive block.
    * Use Jquerymenu Module:
      Check this box if you want to use Jquerymenu module to theme
      archive blocks.

File

README.txt
View source
  1. This module provide simple node archive style option for Views.
  2. The archive blocks can be theme using Jquery Menu Module.
  3. For the archive blocks you can set the number of nodes will display under month.
  4. This module depends on views(https://drupal.org/project/views) module.
  5. -- INSTALLATION --
  6. Install module like normal
  7. -- CONFIGURATION --
  8. Go to your edit view. Select format as 'Simple Node Archive' and then settings.
  9. Note: As the archive settings for each block is unique.
  10. It is recommended to override view "Block: Style options" for blocks.
  11. 1.
  12. * Archived field name:
  13. Achived block will created based on this field.
  14. Default value is node posted date "node_created" and for custom field use Date module(http://drupal.org/project/date).
  15. Remember to add this field in views "FIELDS" list.
  16. 2. A page is required to show the archive result. Need to create a view page and then use below setting for page.
  17. * View machine name :
  18. The machine name of the view whose page is used to display archive result.
  19. * View page display I D:
  20. The view page display id, e.g. page_1
  21. * sna_view_page_url:
  22. Page url.
  23. 3. Theme archive block.
  24. * Use Jquerymenu Module:
  25. Check this box if you want to use Jquerymenu module to theme
  26. archive blocks.