跳转到主要内容
  • Drupal Back End Developer

    Are you interested in the challenge of adapting and enhancing a Drupal ecommerce site for the Chinese market? We have several positions including full time and contract.

    Your skills and experience:

  • Windows下本地环境Acquia Dev Desktop安装教程

    本文由Drupal China原创,转载请注明出处:http://drupalchina.cn/node/3202

    前言:

    本文主要介绍 Windows 下本地环境的安装和配置。

    准备工作:

    下载Acquia dev desktop:

  • Drupal如何实现过滤敏感字的功能?

    问题:有没有现成的模块可以实现过滤敏感字的功能?

    回答:核心提供了”动作“(action) 可以设置。

  • 麦可网php高级工程师招聘6k~8k

    岗位描述:

  • 麦可网PHP Drupal 软件工程师(急招)7K~1w

     

    岗位描述:

    1、熟悉PHP编程技术,熟悉MySQL数据库,能独立的配置和调优LAMP环境;

    2、掌握使用jquery等前端js框架技术;

    3、熟练使用Drupal系统并能对Drupal系统进行开发。

  • Curl 方式获取短信接口url,并执行发送短信等功能

    定义调用接口函数:

  • drupal7在页面中添加变量不可用

    Notice: Undefined variable: plugins 在 field_collection_field_collection_from_field_get_children() (行 65 在 /www/web/youlian/public_html/yl/sites/all/modules/field_collection/ctools/relationships/field_collection_from_field.inc).

  • 诚聘PHP后台开发
    岗位职责: 1.使用PHP语言,开发并改进现有应用网站功能。 2.配合网络部其他岗位进行工作。   任职要求:   1.有互联网开发经验,掌握XHTML、CSS、DIV、Javascript等页面技术。 2.具备良好的代码编程习惯。 3.严谨踏实,承压力强,善于沟通。 4.精通PHP程序开发,最好1年以上的PHP项目开发经验。   本职位面向新手,比较少的php工作经验即可。 有意者联系QQ75886642
  • 如何隐藏文本编辑框下边的说明

    如果你想隐藏所有格式提示信息,则把这段函数放入文件中:

    方法一:将自定义代码放入所用主题的template.php文件

  • drupal submit表单提交后打开一个新窗口'target' => '_blank'

    今天想让支付宝的支付页面表单(submit)提交后在新的窗口中打开!于是乎先试了试'#attributes'=array('target' => '_blank')

      $form['submit'] = array(     '#type' => 'submit',     '#value' => '',

        '#attributes'=array('target' => '_blank'),

      );