You are here

README.txt in Views URL alias 6

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
  3. 7 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 2.x or 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
   'Administer > Site building > Module'.
   (admin/build/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.

- The 'views_url_alias' table 'dst' column maxlength is set to 255
  (instead of 128) to accommodate longer urls.
  http://drupal.org/node/288946


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 2.x or 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
  27. 'Administer > Site building > Module'.
  28. (admin/build/modules)
  29. 3. Create or view and select 'Node: URL alias' for the field or filter
  30. RELATED ISSUES
  31. --------------
  32. - Path (alias) integration
  33. http://drupal.org/node/257046
  34. NOTES
  35. -----
  36. - This module creates and maintains separate 'views_url_alias_{type}' tables
  37. to provide clean and fast joins between the primary {type} table and its url
  38. aliases.
  39. - The 'views_url_alias' table 'dst' column maxlength is set to 255
  40. (instead of 128) to accommodate longer urls.
  41. http://drupal.org/node/288946
  42. TODO
  43. ----
  44. - Support multiple path alias languages, which I have no experience doing.
  45. - Add support for taxonomy terms, users, etc URL aliases.
  46. AUTHOR/MAINTAINER
  47. -----------------
  48. - Jacob Rockowitz
  49. http://drupal.org/user/371407