讨论 Discussions

Events happening in the community are now at Drupal community events on www.drupal.org.
GloolsGuan's picture

Drupal7 ajax 应用研究以及invoke方法BUG解决

Drupal AJAX 系统表单处理流程

  1. 设置

    DRUPAL7 AJAX form 的作用域通常为:

    1. 按钮, 例如各类 button, 和 submit等,可以响应事件。
    2. FORM 各类元素,包含input, textarea, options 等,都可以相应AJAX事件。

    AJAX form 的有效性设置


    $form['submit'] = array(
    '#type' => 'submit',
    '#value' => 'Submit',
    '#ajax' => array(
    'event' => 'click',
    'callback' => 'sample_ajax_render',
    'method' => 'replace'
    )
    );

    AJAX所请求path 需要设置 'delivery callback' => 'ajax_deliver' 如下:

Read more
jackniu's picture

Drupal开源企业站项目第一次在线交流会小结

2013年1月13日晚上,DrupalYun Team如期举办了第一次在线音频交流。

通过本次讨论,收获还是蛮多的。初步达成了两个重要的共识:

DrupalYun 1.0 大致的定位;
由几位经验丰富的开发者先着手开发一个初步的框架

这样产品组和开发组可以同时开始工作。

1.0的定位,那就是把大部分企业站通用的几个功能,如企业新闻、产品展示、公司简介、联系我们等常见的功能,1.0面向的群体是Drupal开发者,通过发布这样一个发行版,能给国内开发者有一个参考。至于主题模板引擎的优化、更多的扩展将会放在后续的版本里。

推荐由秦书国为项目经理,由秦书国、Drupal猎人、Nemo负责初步框架的搭建,这个框架可以作为后期开发的一个参考。

更多信息请关注论坛:http://drupalchina.cn/forum/477

Read more
jackniu's picture

官方文档《安装Drupal》邀您参与翻译

距离完成Drupal官方文档第一个手册《了解Drupal》,有一段时间了,而在这之后,也有几位朋友参与了接下来一些文档的翻译,比如Thomas Huang、小白、熊猫、木棉等继续翻译了一些关于views相关的几篇文档,不过因为没有继续的跟进和规划,翻译工作也时断时续,虽然说并不是每天都会有文档的翻译更新,但是相对来说,还是有很大进步的,近两个月来,文档还是在不断的更新中。

为了能够让翻译工作持续、优质的进行下去,我们需要邀请一些热爱Drupal,同时也乐意为文档的翻译工作尽一份力的朋友加入文档翻译的管理团队,制定符合实际的翻译计划,翻译工作,相对来说比较枯燥,需要付出很多宝贵的时间。很多人都知道Drupal是个非常优秀的CMS,都一直在埋怨中文文档太少,那我们未尝不换位思考一下,自己在索取的时候,能否也为中文社区贡献一份力量呢?如果你对此认可且愿意参与的话,请加入我们吧,多一个人的参与,我们的文档翻译也就早一点时间完成,参与翻译团队,详情请查看:http://drupalchina.cn/wiki/733.html。

《安装Drupal》,英文名:Installation Guide 是官方手册的第二个手册,内容包括:安装Drupal及贡献的模块和主题。基于同一个安装包运行多个站点。从其他内容管理系统迁移到Drupal以及解决平台问题。

Read more
miloyz's picture

中国DRUPAL营之LOGO设计 | Logo design for DrupalCampChina

投票页:http://groups.drupal.org/node/271633

No.1

No.4

感谢大家的踊跃讨论,经过大家的讨论,我们确定了No.1和No.4作为最终的候选项。(No.1和No.4都获得了至少15位DRUPAL爱好者的支持,比No.2与No.3高出很多。)投票将于从现在开始起一周内截至,届时得票高的将作为中国DRUPAL营的LOGO印在TEE上,以及宣传资料上。
最后要感谢两位设计师Elea与Li Ping的贡献,无论投票结果如何。这两个设计都是非常出色的。

Read more
shenzhuxi's picture

DrupalCon Munich 2012 归来

关于中国的Session出现意外,视频不知为何没有语音。orz
Only local images are allowed.

Read more
GloolsGuan's picture

glools-drupal BETA2发布

glools-drupal BETA2发布,文档不全,使用需要多研究代码。glools-drupal是一套基于drupal7.x 的扩展开发框架,适用于中大型网站架构。目前主要应用与在线教学平台项目开发,详见www.glools.net。示例网站 www.glools.com

代码下载地址:code.google.com/p/glools-drupal

Read more
frankfu's picture

在线电子书网站

我最近用python做了个网站,

http://goo.gl/CPqI9,在线电子书加亚马逊广告联盟。

Read more
jackniu's picture

那些年我们一起交流的 Drupal 中文社区

又到了一年骄阳似火的盛夏时节,看到最近Drupal group里各位中文社区的Drupaller的激烈讨论,看到了大家对Drupal在中文社区寄予了无限期望,我也感慨良多,在此也回顾一下自己的Drupal之路以及未来的一些愿望。

2008年的7月,我来到了上海,进入一家网络公司从事前端开发的工作,有幸在此接触了Drupal这款优秀的PHP开源CMS,也开启了我的Drupal之旅的大门。

Read more
shenzhuxi's picture

Drupal China user group首页板块调整

http://groups.drupal.org/china首页的panel重新调成为接近与其他Group的OG布局,此举是为了保持和其他group以及drupal.org界面的一致性。希望国内Drupaler熟悉这个界面,积极参与社区活动。
必须承认Drupal部分默认界面并不友好,而且不符合中国用户习惯(和Discuz很不一样),但是也有很多独特的设计。我详细大多数Drupaler们不会因为避免适应新的系统而放弃加入到世界最大的开源社区中来的。

以下是近期两大热门讨论贴

收集对 Drupal中国 社区建设的看法和建议
http://groups.drupal.org/node/243043

制约Drupal在中国流行的几大因素
http://groups.drupal.org/node/242208

Read more
biglazy's picture

收集对 Drupal中国 社区建设的看法和建议,希望大家都能发表自己的见解,集思广益

个人的意见:

  • 不属于单个人,最好有个社区管理委员会;
  • 不商业化,但可找赞助维持运营;
  • 交流互动主要形式为论坛形式,带奖励机制,可以为发贴奖励也可以为解决问题版主奖励;
  • 应该将国外有意义消息的翻译作为一个板块;
  • 尊重版权,注重和鼓励Drupal在国内的商业探索。
Read more
shenzhuxi's picture

DrupalCon慕尼黑的发言已经正式确认 !

8月我会和另一位Drupaler在DurpalCon慕尼黑一起介绍中国和巴基斯坦的Drupal社区。
http://munich2012.drupal.org/program/sessions/drupal-community-china-pak...
此session已经入选。

Read more
makara's picture

Drupal Tour 最后一篇幻灯片

北京站也是最后一站,最后的最后我总结了一下我们最经常使用的各种东西,以供参考。

Read more
cloudbull's picture

Can we create a "talent available" block ?

I see there are job opening available, BTW, sometimes, potential talents may need some guidance or they cant recognize their ability and put themselves into a right position.

Or we can offer somewhere for ppl to look for job and describe themselves.

How do u think ?

Read more
shenzhuxi's picture

又申请了在这次Drupalcon Munich的seesion,希望大家支持

准备再战DrupalCon Munich,争取把中国的声音带到DrupalCon。你的评论就是对我的支持。
http://munich2012.drupal.org/program/sessions/drupal-community-china

另外提醒大家,scholarship 4月27日截止,大家赶快吧。
http://munich2012.drupal.org/community/scholarships

Read more
hyperglide's picture

Creation of Chongqing Drupal Group

We had a great meetup today with a few people from Chongqing joining us.

We went ahead and setup a group on G.D.O.

http://groups.drupal.org/chongqing

Read more
ericy's picture

Who can recommend a good drupal server technical support team/company?

We have several servers (running drupal) hosted at one of Beijing IDC, now we're looking for a professional company who can provide 7 x 24 professional technical support for these servers. Is there any recommendation? Thanks!

Read more
makara's picture

成都 Meetup 中使用的示范程序下载

提纲是:

  • Drupal 7 内核简介

  • Part 1. 与 Drupal 6 的对比

    • Entity VS. Node
    • Field VS. CCK
    • Core entity types
    • File & Image
    • The new DB layer
  • Part 2. 与 Drupal 8 的简单对比

  • Part 3. 编程举例

    • A simple entity type

这里提供最后的环节使用的示范程序。

另:这个程序里没有使用 Entity API,但我推荐使用。

稍后上传演讲视频。

Read more
JacobSingh's picture

State of Drupal in Emerging Markets Survey

Hi everyone!

I am presenting on what's happening with Drupal in emerging markets at DrupalCon Denver.

As some of you know, I lived in India for about 6 years; a few of them developing in Drupal. I am also an Acquia employee (for the past 3 years) and now mostly work in training.

Read more
skyredwang's picture

在Drupal聚会中你都干些什么呢?

这篇文章是由 引锐 的 Willka Xu翻译,原文地址在在Drupal聚会中你都干些什么呢?

此文英文原文链接:http://www.acquia.com/blog/what-do-you-do-your-drupal-meet
作者:Heather

在Drupalcon上,来自Advantage Labs的Barry Madore和Allie Micka组织了一次BoF(非正式讨论会):被Dries的基调所启发的Drupal x10。这里给出了一些有趣的例子。

Read more
ahlofan's picture

Will be in SH on Dec 23 to 26, anyone interested for a Drupal meet up?

Hi all SH Drupalors! I'm from Hong Kong, senior developer from cnngo.com. I will be visiting Shanghai in Dec 23rd to the 26th, I'm wondering were there any Drupal meetup? Or anyone interested to make up one? Maybe there're no specific topics, but I would love to join any Drupal meet up around the world.

Read more
Subscribe with RSS Syndicate content

讨论 Discussions

Group organizers

Group categories

Topic

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: