Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Is there in Drupal any function that does something like this ??
function path_returns_alias(drupal_path)
return alias_for_drupal_path
This could be useful to 'mask' original paths with aliases (if they exist)
For example, instead of taxonomy/term/1 if I defined the alias 'category1' for it, whenever I don't want to print out taxonomy/term/1 I would prefer to print out 'category1'...
Are you using the smtp_checker module? Did you find hard to select which form fields the smtp validation should take place?
I have added a new option where a form assistant can be activated to make this task easier. More details can be found here: http://drupal.org/node/50184
I would appreciate any input you can give, before commiting to the 4.7 branch.
taxonomy/vocabulary/term is public, all user share the same category tree.
//
But i need a module ,site user can set his/her own taxonomy/category, i.e. user A have a taxonomy,like a tree, user B have another taxonomy,like another tree.
//
It is usefull to BSP builded by Drupal, any blogger have the own category tree, as well as share the system tree.
//
Is there a module can fit this?
-----------------
(i am a new English User,sorry )