Drupal主题化RSS提要视图

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal主题化RSS提要视图相关的知识,希望对你有一定的参考价值。

This will build over time, and first be finish when I have all ressources and are satisfied with our corporate rss feed.
  1. http://www.appnovation.com/drupal-theming-rss-feed-views
  2. http://laryn.kragtbakker.com/blog/drupal-views-cck-rss-theming
  3. http://drupal.org/node/550420
  4.  
  5. contemplate -> node-blog-rss.tpl.php
  6.  
  7. <?php
  8. /*
  9.  * Created on Apr 13, 2011
  10.  *
  11.  * To change the template for this generated file go to
  12.  * Window - Preferences - PHPeclipse - PHP - Code Templates
  13.  */
  14. $blog = node_load($node->nid);
  15. global $base_url;
  16. ?>
  17. <div>
  18. <div id="image">
  19. <?php
  20. global $base_url;
  21. print '<img src="' . $base_url . '/' . $node->field_blog_image[0]['filepath'] . '" alt="' . $blog->title . '" />';
  22. ?>
  23. </div>
  24. <div id="text">
  25. <?php print $blog->body; ?>
  26. </div>
  27. </div>

以上是关于Drupal主题化RSS提要视图的主要内容,如果未能解决你的问题,请参考以下文章

在 Drupal 中为组合提要创建视图

自定义字段的drupal主题化视图:PHP代码

Drupal 主题化视图显示中的一行

如何主题化视图中暴露的过滤器项目 - drupal 6

RSS 提要文章的共享功能

TFS 签入 RSS 提要