Drupal – Automated URL Alias Using Pathauto
All Drupal contents are base on node. Whatever contents you create, it has a url http://<drupal_root>/node/<node_id>. For each content, you can customized the URL alias but think about...
View ArticleDrupal – Override the Menu Link in Taxonomy Menu
The Taxonomy Menu allows you listing all taxonomies in a menu. You can either link the taxonomy by term id or term name. I have Pathauto installed such that each term is linked to a URL alias....
View ArticleDrupal – Get Path Alias from Node ID/nid
With Pathauto, we could configure the node path alias in a much convenient way. Sometimes, we may want to get those alias in code during Drupal development. The following function will return the path...
View ArticleDrupal – Pathauto alias doesn’t work in different language for multilingual...
Recently i am working for a site with 6 different languages. =.= I found that when i create a node translation, the Automatic alias option in URL path settings does not work. Whenever i save the form,...
View ArticleDrupal – Pathauto alias doesn’t work in different language for multilingual...
Yesterday i talked about how to fix the Pathauto problem in multi-lingual Drupal site. Drupal – Pathauto alias doesn’t work in different language for multilingual site @ 1 Then i found another problem....
View ArticleDrupal 7 – Pathauto and Transliteration
Pathauto is the most common module which i think almost all Drupal websites use it to format the path alias. Sometime we want to use the node title as part of the path alias but if we are working on...
View Article