【发布时间】:2010-09-24 20:34:28
【问题描述】:
如何根据当前节点的作者在 Drupal 中获取用户的个人资料路径?
<?php print t('Posted on !date by !username', array('!username' => theme('username', $node), '!date' => format_date($node->created,'custom','m.d.y'))); ?>
以上为我提供了正确的网址,但这就是我想要的……网址。
【问题讨论】: