标签: php drupal drupal-7
我想做点什么
if [node:subtitle] is available make the path pattern [node:title]-[node:subtitle] else [node:title]
做这样的事情的最佳方式是什么?
答案 0 :(得分:2)
你不能用pathauto模块做这件事,我担心,它根本没有这个功能。您必须实现hook_node_presave()并手动更改要为其执行此操作的每个节点的路径。
hook_node_presave()