Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 drupal 块中添加一个唯一 ID,以进行投票爸爸评级。这是一个视频网站,我希望每个视频的每个评级都是如此,因此我需要将视频 ID 或节点拉到块中。如何实现这一点,尤其是在 PHP 中?或者除了安装模块之外的其他选择。
在尝试了一些东西之后,这终于奏效了!
<?php print url(drupal_get_path_alias('node/' . arg(1)), array('absolute' => TRUE)); ?>