Discussions

Drupal Tour 最后一篇幻灯片

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

keithyau'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 ?

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

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

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!

成都 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,但我推荐使用。

稍后上传演讲视频。

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

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.

shenzhuxi's picture

准备在Drupalcon Denver上介绍Drupal中国社区

我为明年3月Drupalcon Denver准备的演讲,希望大家支持。
http://denver2012.drupal.org/program/sessions/drupal-community-china

Glools Guan's picture

D7 Form 处理execute_handlers的逻辑错误以及解决办法

问题:
当通过表单HOOK向表单#submit项中添加新的处理函数时,该函数无法获得$node的完整数据(包含$node_id)?

而事实上,由于在全局中$form_state都是引用的,每个表单默认的#submit项为第一个处理函数,也就是说该函
数处理完成后,根据处理流程,接下来#submit项添加的处理函数应该可以获得上一个函数执行后的结果。
而实际情况并非如此,排在#submit项第一个后面的函数会先开始执行,而且不是由form.inc来控制的,而是在
node.page.inc中,由node_form_submit();函数来执行,导致顺序颠倒,后面的函数失去意义。且该执行流程逻
辑错误。所有#submit指定项都应该由form_execute_handlers();来操作执行,而不是node_form_submit();

form_execute_handlers();判断需要执行的$handlers部分时,逻辑错误.

if (isset($form_state[$type . '_handlers'])) {
$handlers = $form_state[$type . '_handlers'];
}
// Otherwise, check for a form-level handler.

Read more
skyredwang's picture

Shanghai Group Admin

I would like to request the Shanghai Group Admin access in order to re-organize the group layout and kill spams. The current group layout features the job opening in the center, but I'd like to make it less prominent; instead, we will put group discussion and meetups in the center areas.

I have requested the access from Francis Pilon, manager admin listed on this group. But, he wanted me to send the request to hunvreus. Please see the emails between Francis and me:

<

blockquote>

Read more
earthday47's picture

Visiting Shanghai soon, hoping to meet up

Hello everyone, I'm a Drupal developer from New York. Rather than formally introduce myself, you can look at my profile for more information about me :)

Mid-May and June I'll be visiting China. I'll mostly be in the Beijing area, but I'll be visiting Shanghai at some point, and while there I'd like to meet some fellow Drupalers! I'm also interested in the job scene out there...

I'm more interested in finding Beijing Drupalers but they appear harder to pin down... http://drupalchina.org/ is currently down...

Thanks everyone, I look forward to hearing from you!

Read more

Drupal hosting for a Chinese site?

Hi,

I am looking for a web hosting service for a Drupal 7 dev and live environment for a chinese web site, so
preferably hosted somewhere in Asia, recommendations anyone?

Thanks,
Daniel

skyline5k's picture

Could use some help from someone in town

Basically, I'm trying to add a hook form alter to a search for a real-estate site. basically, the form would be Location, # beds, # baths & Price From X amount to X amount. The Price is what I'm having trouble with. Never had to worry about ranges before. Anyone know how to handle this?

litwol's picture

Drupal Shanghai IRC discussion channel

@group organizers: Please add a short note with group description that shanghai irc channel is available. everyone is encouraged to join and discuss some drupal!

Channel is : #drupal-shanghai

Q: What is IRC and how to i get there?
A: Please see this page for information how to get started: http://drupal.org/irc/setting-up

I encourage everyone to join. Especially Chinese speakers (seems only appropriate :-p), as personally i do not speak Chinese (yet) and will not be able to answer questions for newcomers.

mahnster's picture

Any of you able to match IP address to City in China with modules such as geouser?

Hey all of you in China...

I thought this might be the best way to start a discussion on our websites in China being able to find a user's location. I have seen many sites in China such as websites with classifieds, real-estate, etc. that automatically know that you are in Shanghai, Beijing, Guangzhou, etc. However, with Drupal, I have never been successful at doing so.

Read more
解救未成年少女's picture

QQ group! 41851323 . welcome you join to this group

QQ group! 41851323 . welcome you join is
欢迎大家加入 这个QQ群...一起玩drupal

本人无条件为群成员提供技术支持.

Could we have monthly or bimonthly Drupal Meetup in Shanghai?

I have a newcomer and fan of Drupal. I am wondering whether it is possible to have monthly or bimonthly Drupal Meetup in Shanghai, China?

Justin

hupuzhao's picture

Xi'an Drupal Fun Group is live!

If you are in Xi’an and are interested in Drupal? The new Xi'an Drupal Fun Group is for you. Here we'll talk about the ins and outs of Drupal development on small teams: the tools we use, how we set up our workflows, dealing with clients, and more. Please help us spread the word and create a valuable resource for Xi'an Drupalistas.

Regards,

Puzhao Hu

Subscribe with RSS Syndicate content

Discussions

Group organizers

Group categories

Topic

Group events

Add to calendar

Group notifications

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

Hot content this week