讨论 Discussions

Events happening in the community are now at Drupal community events on www.drupal.org.

讨论 Discussions

waveer的头像

模块开发-预订服务模块开发

前两天发过关于预定服务的怎样做的问题:http://groups.drupal.org/node/263398
现在我们想找人开发相关的模块。
Drupal 7下的,我们希望模块,具有一定的通用性。具体内容可以参看我那个问题。
也可以参考下http://www.planyo.com 这个网站。
有兴趣的可以联系我,qq:875417899。

更多
andersin88的头像

文章不能再设定时间发布。

文章设定时间发布后不能在设定时间内发布,除非时间过了,然后点击run scheduler cron,文章才显示。(这样就问题大了,不是设定时间发布)

如果文章存储后再点击run scheduler cron, 文章不能发布。

我的设定过程:

1) 开启使用scheduler模块。

2) 到content type把"Enable scheduled publishing"和“Alter publishing on time"这两个打钩
(试过只打钩Enable scheduled publishing也是不能)

3) 建立文章,设定时间。

我用的是Default time zone::UTC

User-configurable time zones:disable

更多
dolbyater的头像

如果要做这种效果的webform要怎样实现?

如果要做这种效果的webform要怎样实现?
如图:http://imgbin.org/index.php?page=image&id=10083

点击投诉只会显示投诉的webform,
点击建议只会显示建议的webform。

模块:webform

更多
Anonymous的头像

Session Submissions open for comments

DrupalCon Sydney has received 196 fantastic session submissions, and we're now seeking your feedback at http://sydney2013.drupal.org/program/sessions/proposed to finalise the conference program!

更多
skyredwang的头像

DrupalSH Meetup -- Nov.14, 2012

开始: 
2012-11-14 19:00 - 20:30 亚洲/上海
Organizers: 
Event type: 
User group meeting

Drupal meetup, compared to Drupal Happy hour, is more structured. Please see the agenda for the coming meetup. Going forward, we will host the meetup on the second Wednesday evening of every month.

1.) Self-introduction:
We let everyone to introduce themselves, talking about what they do with Drupal, and why they come to this meetup. Also, we will pick one simple question related to Drupal for that particular meeting, and expect people to offer their own experience or opinions.

2.) Lighting Rounds:

更多
waipy的头像

国内有人翻译examples这个模块吗

我想把它翻译一下,应该会有利于drupal在中文世界里的推广,
有人考虑过吗?

更多
andersin88的头像

想做一个slide标题,显示效果是Previous 3/10 Next.

想做一个slide标题,显示效果是Previous 3/10 Next.

我的views设定如下。
Basic Setting:
Style: Slideshow (设定中选择Controls: Tops)
Row style: Fields

出来的效果是Previous Pause Next
如何让中间的Pause显示现在的标题排名和总标题排名?如3/10,是现在是第3个标题,总共有10个标题。

更多
mampwamp2的头像

移动帖子问题。

我在Home 》 Administer 》 Content management 》 Taxanomy建立了5个vocabulary,分别是“科技”,"动漫", "电影”, “潮流”和 “精华”。

在“电影”里有2个list term,分别是“欧美”,“华人区”,而“精华”下有2个list term, 分别是“经典”,“最赞”。

我想要把全部在"欧美"的帖子全部移动到“经典”下。但却不能移动,因为帖子是在电影里建立的,只能移动到“华人区”。

要怎样移动帖子到另一个vocabulary里呢?

更多
lugir的头像

2012年11月3日 Drupal 在线交流会(第四期)

开始: 
2012-11-03 20:00 - 22:00 Asia/Chongqing
Organizers: 
Event type: 
Online meeting (eg. IRC meeting)

Only local images are allowed.

  本次交流会邀请了国内流行的Drupal技术分享社区“猪跑啦”站长——分头诗人

  诗人将与我们就Drupal的话题进行探讨,向我们介绍“猪跑啦”的由来、网站结构、亮点和现状。除此之类,大家还将有机会了解默默支持“猪跑啦”的各位幕后成员。

参与方式YY 语音 (请没有安装此软件的同学可先行下载安装及注册)

YY语音频道:34328491

主办单位Drupal社区团队

活动安排:

更多
Anonymous的头像

Final call for sessions for DrupalCon Sydney!

Hi everyone,

Following on from last week's announcement of the first featured sessions, we've just posted another list of amazing speakers at http://sydney2013.drupal.org/new-tracks-more-sessions, including:

  • Josh Waihi showcasing the South China Morning Post's new Drupal site (Built in NZ)
  • Lullabot's Jeff Eaton in the content track on "Building for a Post-Mobile World"
  • John Albin jetting in from Taiwan for the front end track to talk Sass
  • Nicole Lind from Phase2 in New York sharing how to Motivate Your Drupal Talent
更多
waveer的头像

如何更改 commerce_addressbook_entity_view() 的输出

使用commerce addressbook模块

想更改一些输出 我找到了负责输出的函数是这个:

<?php
/**
* Implements hook_entity_view().
*
* Adds the "edit", "delete" and "set as default" links to the customer profile.
*/
function commerce_addressbook_entity_view($entity, $type, $view_mode, $langcode) {
if ($type == 'commerce_customer_profile' && $view_mode == 'addressbook') {
$links = array();
global $user;
if (commerce_addressbook_profile_access('update', $entity)) {
static $record;
if (empty($record) || $record->uid != $user->uid || $record->type != $entity->type) {

更多
waveer的头像

如何搭建 预订服务类网站?

现在有这样一个网站功能需求,请各位给点建议。

网站为一家美容院提供预订服务,有若干服务项目,如:美发,美容,牙齿美白等,有6个位置可以同时进行服务。

客户先选择服务项目,然后是日期,然后时间,确定后,添加到购物车付款。
每个项目的服务时间是固定的,如:
美发:40分钟
美容:60分钟
牙齿美白:50分钟
....
现在想到的展示方式有两种,一种是如图一这种:

另一种是如图二 这种:

可以预订的日期,可以点击,然后进入“天”的展示页面
页面列出所有的可以预订的服务,用户点击后,到购买页面,或者直接显示“现在订购”按钮在“天”页面。

这个功能,我尝试了一个月了,ubercart和commerce都试了,但多少都不太行,少一些东西。
drupal官方的预订类模块,我大都搜了一遍,7下的我也试了不少,有两三个看似不错,但装完后,错误不少,看模块的 issue 也解决不了。

更多
yutaolife的头像

请问如何利用OG Group来让群主们 自定义群的背景?

请问如何利用OG Group来让群主们 自定义群的背景?

更多
andersin88的头像

[解决了]node.tpl.php显示部分在node和taxanomy页面。

如何只显示红色部分在node页面里,
红色部分的代码是加入进node.tpl.php里,但却连taxanomy/term那页也一块显示出来了。

下面是图片说明:
http://postimage.org/image/3v63nv89h/

更多
Anonymous的头像

Featured Sessions & Speakers Announced

Hi everyone,

We're very, very excited to announce our first batch of featured sessions for DrupalCon Sydney, with full details at http://sydney2013.drupal.org/local-headliners-international-cast

This includes some of the highest profile people in the Drupal community, including:

  • Justin Randell (Beejeebus) - Australia's most prolific Drupal core contributor headlining the Developer track.

  • Addison Berry (add1son) - Lullabot's Education Manager and the brains behind Drupalize.me featured in the Community track.

更多
bdsupport的头像

极客秀:用 Drupal 开发的中文社区

GeekSH is a community developed for programmers, designers, and entrepreneurs. We share the news and tips here.

Welcome to join:

GeekShare - Chinese Drupal Community

极客秀 社区的创建是为了让程序员,设计师,创业者有个地方方便的分享知识和新闻。

欢迎加入:

极客秀 - Drupal 中文社区

更多
lugir的头像

2012年10月20日Drupal在线交流会

开始: 
2012-10-20 20:00 - 22:00 Asia/Chongqing
Organizers: 
Event type: 
Online meeting (eg. IRC meeting)

Only local images are allowed.

参与方式YY 语音 (请没有安装此软件的同学可先行下载安装及注册)

YY语音频道:34328491

主办单位:Drupal社区团队

活动安排:

  • 开场介绍
  • 问题分享 & 自由讨论

关于此次交流会的详细内容和其它相关信息将通过以下微博进行通知:

腾讯微博 新浪微博

更多
g089h515r806的头像

Think in Drupal 7 第3集, 基于Drupal7+Ubercart+apachesolr搭建社区型网上书店2

Think in Drupal 7 第3集 ,讲的是如何通过Drupal7+Ubercart+apachesolr搭建社区型网上书店, 与Think in Drupal 7 第2集 是连贯的。

中国人自己写的Drupal7教程,90%以上的原创。里面所讲的程序,都是免费的,大家可以免费下载,网上书店下载地址:
http://1000eb.com/ahou
http://1000eb.com/cemi

Think in Drupal 7 购买地址 thinkindrupal.taobao.com.

zhupou.cn提供的Drupal中文资料。

作者:老葛 (http://drupal.org/user/174740 ),
Field validation
Image URL formatter
Field collection views
Uc_alipay
Uc_tenpay
等模块的作者

Drupal专业开发指南第一版、第二版的译者。

更多
Anonymous的头像

Travel planning for DrupalCon Sydney

February is high summer in Sydney with LOTS happening in the city alongside DrupalCon, so we strongly recommend getting your travel plans and accommodation arranged as early as possible to get the best prices and guaranteed availability.

更多
skyredwang的头像

DrupalSH Happy Hour -- Oct.31, 2012

开始: 
2012-10-31 19:00 - 22:00 亚洲/上海
Organizers: 
Event type: 
User group meeting

Again, Drupal Happy Hour is an opportunity to go out, have a few beers (or beverage of your choice) and talk Drupal. No agenda, just a bunch of geeks hanging out. This series events will happen on the last Wednesday night of every month! Both English and 中文, or sometimes PHP are spoken at events, 并且我们期待有更多的中国Drupal开发人员加入我们的活动!

This event will be held at Oscar's Pub, 1377 Fuxing Middle Road, Xuhui, Shanghai, China . During their happy hour girls can have free cocktails.

更多
Subscribe with RSS 同步内容

讨论 Discussions

Group organizers

小组通知

This group offers an RSS feed. 或者订阅到这些个性化的的,站点范围的种子:

Hot content this week