dongxin2734 2010-07-12 15:30
浏览 59
已采纳

Drupal authcache - 通过ajax加载动态内容

I'm using Drupal 6 with authcache. I've read that you can load dynamic content by using ajax, even when the whole page is cached with authcache. In my template files, I've used this code to show Edit and Delete links:

<?php if ($user->uid == $node->uid || in_array('moderator', array_values($user->roles))|| $user->uid == 1): ?> <span class="edit"><?php print l('Edit', 'node/' . $nid . '/edit'); ?></span> <span class="delete"><?php print l('Delete', 'node/' . $nid . '/delete'); ?></span> <?php endif; ?>

This checks if the user is either: The owner of the content, a moderator, or the super administrator. How could I make that part load with ajax?

  • 写回答

1条回答 默认 最新

  • dongxian7194 2011-01-27 13:06
    关注

    I would suggest that you try Authcache ajax docs or on the example.com/admin/build/modules enable the authcache example block module (it is axample on how to achieve this) and try to go through this module for an inspiration. I haven't tried to test it yet but I came over that during installation of the Authcache module.

    If I were you I would try to assynchrounously load the content through ajax link to your links function.

    Hope it helps.

    Lukas

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog