You are here

README.txt in Views URL alias 7

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
  3. 6 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Related Issues
 * Notes
 * Todo


INTRODUCTION
------------

The 'Views URL alias' module allows views to be filtered by path aliases.

This module is useful if your website uses heirachical paths. It allows you to
filter and sort a view by URL aliases. When combined with the
Views bulk operation (VBO) module (http://drupal.org/project/views_bulk_operations)
you can apply operations to a specific section of your website based on a
URL alias.

Currently, only node aliases are supported.


REQUIREMENTS
------------

- Views 3.x: Create customized lists and queries from your database.
  http://drupal.org/project/views


INSTALLATION
------------

1. Copy/upload the view_url_alias.module to the sites/all/modules directory
   of your Drupal installation.

2. Enable the 'Views URL alias {type}' module in 'Modules'. (admin/modules)

3. Create or view and select 'Node: URL alias' for the field or filter


RELATED ISSUES
--------------

- Path (alias) integration
  http://drupal.org/node/257046


NOTES
-----

- This module creates and maintains separate 'views_url_alias_{type}' tables
  to provide clean and fast joins between the primary {type} table and its url
  aliases.


TODO
----

- Support multiple path alias languages, which I have no experience doing.

- Add support for taxonomy terms, users, etc URL aliases.


AUTHOR/MAINTAINER
-----------------

- Jacob Rockowitz
  http://drupal.org/user/371407

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Related Issues
  7. * Notes
  8. * Todo
  9. INTRODUCTION
  10. ------------
  11. The 'Views URL alias' module allows views to be filtered by path aliases.
  12. This module is useful if your website uses heirachical paths. It allows you to
  13. filter and sort a view by URL aliases. When combined with the
  14. Views bulk operation (VBO) module (http://drupal.org/project/views_bulk_operations)
  15. you can apply operations to a specific section of your website based on a
  16. URL alias.
  17. Currently, only node aliases are supported.
  18. REQUIREMENTS
  19. ------------
  20. - Views 3.x: Create customized lists and queries from your database.
  21. http://drupal.org/project/views
  22. INSTALLATION
  23. ------------
  24. 1. Copy/upload the view_url_alias.module to the sites/all/modules directory
  25. of your Drupal installation.
  26. 2. Enable the 'Views URL alias {type}' module in 'Modules'. (admin/modules)
  27. 3. Create or view and select 'Node: URL alias' for the field or filter
  28. RELATED ISSUES
  29. --------------
  30. - Path (alias) integration
  31. http://drupal.org/node/257046
  32. NOTES
  33. -----
  34. - This module creates and maintains separate 'views_url_alias_{type}' tables
  35. to provide clean and fast joins between the primary {type} table and its url
  36. aliases.
  37. TODO
  38. ----
  39. - Support multiple path alias languages, which I have no experience doing.
  40. - Add support for taxonomy terms, users, etc URL aliases.
  41. AUTHOR/MAINTAINER
  42. -----------------
  43. - Jacob Rockowitz
  44. http://drupal.org/user/371407