站内搜索:
首页
能量聚点学习技术
comments_recent:
$view = new view; $view->name = 'comments_recent'; $view->description = 'Contains a block and a page to list recent comments; the block will automatically link to the page, which displays the comment body as well as a link to the node.'; $view->tag = 'default'; $view->view_php = ''; $view->base_table = 'comments'; $view->is_cacheable = FALSE; $view->api_version = 2; $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ $handler = $view->new_display('default', 'Defaults', 'default'); $handler->override_option('relationships', array( 'nid' => array( 'id' => 'nid', 'table' => 'comments', 'field' => 'nid', 'label' => 'Node', 'required' => FALSE, ), )); $handler->override_option('fields', array( 'subject' => array( 'id' => 'subject', 'table' => 'comments', 'field' => 'subject', 'label' => '', 'link_to_comment' => 1, 'relationship' => 'none', ), 'timestamp' => array( 'id' => 'timestamp', 'table' => 'comments', 'field' => 'timestamp', 'label' => '', 'date_format' => 'time ago', 'custom_date_format' => '', 'relationship' => 'none', ), )); $handler->override_option('sorts', array( 'timestamp' => array( 'id' => 'timestamp', 'table' => 'comments', 'field' => 'timestamp', 'order' => 'DESC', 'granularity' => 'second', 'relationship' => 'none', ), )); $handler->override_option('filters', array( 'status_extra' => array( 'id' => 'status_extra', 'table' => 'node', 'field' => 'status_extra', 'operator' => '=', 'value' => '', 'group' => 0, 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'relationship' => 'nid', ), )); $handler->override_option('access', array( 'type' => 'none', 'role' => array(), 'perm' => '', )); $handler->override_option('title', '最新评论'); $handler->override_option('items_per_page', 5); $handler->override_option('use_more', 1); $handler->override_option('style_plugin', 'list'); $handler->override_option('style_options', array( 'type' => 'ul', )); $handler = $view->new_display('page', 'Page', 'page'); $handler->override_option('fields', array( 'title' => array( 'id' => 'title', 'table' => 'node', 'field' => 'title', 'label' => 'Reply to', 'relationship' => 'nid', 'link_to_node' => 1, ), 'timestamp' => array( 'id' => 'timestamp', 'table' => 'comments', 'field' => 'timestamp', 'label' => '', 'date_format' => 'time ago', 'custom_date_format' => '', 'relationship' => 'none', ), 'subject' => array( 'id' => 'subject', 'table' => 'comments', 'field' => 'subject', 'label' => '', 'link_to_comment' => 1, 'relationship' => 'none', ), 'comment' => array( 'id' => 'comment', 'table' => 'comments', 'field' => 'comment', 'label' => '', 'relationship' => 'none', ), )); $handler->override_option('items_per_page', 25); $handler->override_option('use_pager', '1'); $handler->override_option('row_options', array( 'inline' => array( 'title' => 'title', 'timestamp' => 'timestamp', ), 'separator' => ' ', )); $handler->override_option('path', 'comments/recent'); $handler->override_option('menu', array( 'type' => 'none', 'title' => '', 'weight' => 0, 'name' => 'navigation', )); $handler->override_option('tab_options', array( 'type' => 'none', 'title' => '', 'weight' => 0, )); $handler = $view->new_display('block', 'Block', 'block'); $handler->override_option('block_description', 'Recent comments view'); $handler->override_option('block_caching', -1);
用户登录
用户名:
*
密码:
*
创建新帐号
重设密码
导航
Glossary
热门文章