You are here

README.txt in Views URL alias 8

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

 * Introduction
 * 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.


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

1. Copy/upload the view_url_alias_node.module to the modules directory
   of your Drupal installation.

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

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



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
- Kyay Rindlisbacher
  https://www.drupal.org/u/l-four

File

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