You are here

README.txt in URL Alias Permissions 8

Same filename and directory in other branches
  1. 7 README.txt
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; URL Alias Permissions module
;;
;; Original author: jtphelan (http://drupal.org/user/54285)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

CONTENTS OF THIS FILE
=====================
* OVERVIEW
* USAGE
* INSTALLATION


OVERVIEW
========

The URL Alias Permissions module allows site administrators to set permissions 
to create and edit url path settings by content type.

Have you ever wanted to allow your users to create or edit the alias for pages
and webforms but you want pathauto to create blog paths and you don't want your
users to change that path? Or perhaps you have slides content types and you 
don't needs paths for those at all, so you want to hide that from your users to 
make things simpler. This module allows you to do that.


USAGE
=====

Once installed permissions for each content type will also be available on the 
standard permissions page at People -> Permissions.

  * Create and edit CONTENT TYPE URL alias




INSTALLATION
============

1) Copy all contents of this package to your modules directory preserving
   subdirectory structure.

2) Go to Extend to install module. If the (Drupal core) Path
   module is not enabled, do so.

3) Permissions for each content type will also be available on the standard 
   permissions page at People -> Permissions.

File

README.txt
View source
  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;; URL Alias Permissions module
  3. ;;
  4. ;; Original author: jtphelan (http://drupal.org/user/54285)
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. CONTENTS OF THIS FILE
  7. =====================
  8. * OVERVIEW
  9. * USAGE
  10. * INSTALLATION
  11. OVERVIEW
  12. ========
  13. The URL Alias Permissions module allows site administrators to set permissions
  14. to create and edit url path settings by content type.
  15. Have you ever wanted to allow your users to create or edit the alias for pages
  16. and webforms but you want pathauto to create blog paths and you don't want your
  17. users to change that path? Or perhaps you have slides content types and you
  18. don't needs paths for those at all, so you want to hide that from your users to
  19. make things simpler. This module allows you to do that.
  20. USAGE
  21. =====
  22. Once installed permissions for each content type will also be available on the
  23. standard permissions page at People -> Permissions.
  24. * Create and edit CONTENT TYPE URL alias
  25. INSTALLATION
  26. ============
  27. 1) Copy all contents of this package to your modules directory preserving
  28. subdirectory structure.
  29. 2) Go to Extend to install module. If the (Drupal core) Path
  30. module is not enabled, do so.
  31. 3) Permissions for each content type will also be available on the standard
  32. permissions page at People -> Permissions.