跳转到主要内容
Drupal北京线下交流会 - 2013年9月14日

聚会时间:2013年9月14日。

聚会地址:北京朝阳区建国门外大街国贸写字楼1座2218室

活动网站http://www.drupalct.org/event/2013-09-14-beijing-drupal-meetup.html

2013年9月14日Drupal线下交流会

 

本次北京地区Drupal线下交流会由Drupal社区团队主办,ChinaGoBoard、Drupal中国协办,旨在为北京地区的Drupaller提供舒适、融洽的交流环境。

本次交流会主要包含Drupal项目展示以及Drupal职业生涯两大话题,同时将在现场提供一些职位招聘信息,有求职需要的Drupaller们千万不要错过。

好极了 提交于 5 September 2013
我创建一个新的内容类型的话,比如机器名为game,还添加了“开发公司”,“运营公司”等几个字段。 请问我如何为该内容类型做出一个与默认主题不同的首页,列表页和内容页呢?类似于做个中国式的专题
HaiKe 提交于 5 September 2013
structure_customize.module文件 function structure_customize_menu() { // index $items['admin/cmain'] = array( 'title' => 'Main', 'description' => 'Background structure custom modules', 'page callback' => 'structure_customize_cmain', 'access arguments' => array('access content'), 'access callback' => TRUE, 'type' => MENU_CALLBACK, 'file' => 'structure_customize.admin.inc', ); return $items; } /** * Override hook_theme */ function structure_customize_theme() { $themes['structure_customize_cmain_template'] = array( 'arguments' => a
Drupal8 Alpha3 发布

Drupal8 Alpha3 在美国当地时间9月4日下午2:00发布了。

该版本是Drupal官方发布的第二个Drupal8版本,上一个Drupal8版本是Drupal8 Alpha2,发布于6月24日,已经过去2个月零20天了。

这一版本对Drupal8 Alpha2 进行了众多问题的修复,详细参见官网的发布说明(Release notes):https://drupal.org/node/2081595

下载地址http://ftp.drupal.org/files/projects/drupal-8.0-alpha3.tar.gz

中文安装教程http://drupalchina.cn/node/1929

learningxm 提交于 3 September 2013

http://drupal.stackexchange.com/questions/21459/how-to-show-terms-in-a-views-in-its-hierarchical-structure

 

先做个标记,有时间的时候翻译一下

 

 

You can get more flexible configuration with Views Field View.

This is the setup I needed for a taxonomy tree of three levels where I needed grouping by top level term.

订阅