• drupal7 中解决修改某一个字段值,同时清空缓存

    时间:2023-02-10 15:07:08

    <?php $node = node_load($nid); $node->field_fieldname[LANGUAGE_NONE][0]['value'] = 'some value'; field_attach_update('node', $node);?> 更多...

  • Drupal:如何在Read More链接下移动节点注释?

    时间:2023-02-09 01:28:41

    My Drupal is displaying a simple custom view, with a nodelist. The trick is that my view displays comments under nodes in the list. That is too much f...

  • drupal6安装简明图文教程

    时间:2023-02-07 22:47:21

    Drupal6入门系列教程—1. drupal6安装简明图文教程 新手专区 Drupal6.x 由 niuch 于 星期六, 2009-03-28 03:25 发表 原文地址:http://drupalgarden.cn/node/34 最近...

  • Drupal主题不会读取CSS文件

    时间:2023-02-06 12:16:07

    I'm currently working on a drupal theme but keep having problems with getting the theme to read the damn css file. I started off theming with the Fram...

  • (转) 转换Drupal7模块到Drupal8

    时间:2023-01-28 15:16:26

    转载地址:http://verynull.com/2015/11/02/Converting-7-x-modules-to-8-x/本节主要介绍如何把drupal7的模块转化为drupal8。参考资料https://www.drupal.org/update/modules/7/8先介绍一个模块dr...

  • 如何从Drupal 5升级到6?

    时间:2023-01-27 23:00:27

    I'm running Drupal 5 on my website and want to upgrade to V6. I've not got any obscure or unsupported modules running. 我在我的网站上运行Drupal 5并希望升级到V6。我没有运行...

  • 如何在不破解核心文件或使用String Override插件的情况下更改Drupal的一些默认菜单字符串?

    时间:2023-01-24 17:16:23

    If you need more details, let me know. 如果您需要更多详细信息,请与我们联系。 EDIT: Changed title for clarity purposes. 编辑:为清晰起见更改了标题。6 个解决方案 ...

  • drupal7 Views Bulk Operations (VBO)

    时间:2023-01-21 20:36:58

    介绍drupal通常用views制作列表,列表也应该能实现某些操作,例如删除、审批等,并且应该是批量进行的,VBO的存在就是为了实现views批量操作功能。事实上,drupal把操作统称为action,而VBO的原理仅仅是把views与action关联起来。使用步骤(来源于官方)1. Create ...

  • Eclipse Drupal XDebug断点不适用于.module

    时间:2023-01-18 08:40:16

    I have successfully configured Xdebug with Eclipse, and now I'm able to set breakpoints on the index.php file. 我已经使用Eclipse成功配置了Xdebug,现在我可以在index.php...

  • 是什么让Drupal与Joomla更好/不同

    时间:2023-01-15 10:41:32

    I talked to a few friends who say that Drupal is amazing, and it is a way better than Joomla. What are the major differences/advantages? 我跟几个朋友说过,Drup...

  • DRUPAL8模版命名规则

    时间:2022-12-27 18:22:55

    DRUPAL8模版命名规则   xiaopang 星期一, 04/08/2013 - 20:04 发布 我想了半个小时,想怎么清楚简单的为大家解释drupal8的模版...

  • drupal7 的核心模块

    时间:2022-12-24 22:11:58

    核心模块 Drupal 7 block Block(区块)模块提供了与区块相关的功能,通过区块可将内容放置在网站不同区域。Block模块是Drupal的基础模块之一,不能被禁用。它是通过单独的区块管理器页面管理的。block api:https://api.drupal.org/api/drupal...

  • Drupal7配置简洁URL(Clear URL)

    时间:2022-12-24 22:11:52

    参考:Apache Rewrite url重定向功能的简单配置 这两天折腾死了 首先说一下我的环境: Aache2.4.25-x64-vc14-r1;php-7.0.19-Win32-VC14-x64;Drupal7.54百度的方法不行啊:http://blog.csdn.net/gaogao060...

  • Drupal7模块multiselect使用

    时间:2022-12-24 22:12:10

          Drupal二次开发的时候,我们时常要使用到多选列表,但是官方默认的多选下拉列表,是在不敢恭维如下图所示:      不过难看不可怕,Drupal有两万第三方模块做支撑,只有你想不到,没有找不到的。      功夫不负有心人,终于找到一款相貌极佳的module。于是拿过来使用,切...

  • drupal7 中的处理URL的三个函数

    时间:2022-12-24 22:12:04

    我们在使用drupal7中经常使用url中的destination参数做重定性处理,drupal7中也有专门换取url上destination参数的函数,介绍如下:drupal_get_destination();//这个函数可以获取url中的destination参数,当没有destination...

  • 如何使用drupal作为后端但我自己的代码作为前端?

    时间:2022-12-22 06:47:46

    I don't want to use it to construct the whole site, 我不想用它来构建整个网站, instead I want to use it just to manage part of the posts on the site. 相反,我想用它来管理网站上...

  • Drupal模块开发指南

    时间:2022-12-15 21:00:28

    ​​http://kuphp.com/phpnewsread.php?id=1297416873_1​​​​http://lds2008.blogbus.com/logs/115511802.html​​

  • drupal7 模糊查询接口

    时间:2022-12-11 12:51:49

    $query->condition('card_no', db_like($batch_no).'%', 'LIKE');drupal7 模糊查询接口的更多相关文章【Django&plus;Element UI】使用一个接口文件,搞定分页获取数据,模糊查询后分页获取数据1:序列化获取数...

  • 无法在Drupal上多次打开JQuery UI对话框

    时间:2022-12-08 19:46:47

    I've checked my code and it works fine but for some reason I cannot open Dialog once it was closed. Any advice on why is that? 我检查了我的代码,它工作正常,但由于某种原因,...

  • drupal7中常见的一个功能模块

    时间:2022-12-03 22:15:05

    1、Owl Carousel  首页轮播图模块,首页轮播图是view视图,其中使用Owl Carousel模块更好的显示; 2、Giga Menu  drupal下比较炫耀的超级菜单(多列菜单导航)集合;      在菜单编辑中配置其使用,如下图; 3、Taxonomy 内容分类模块 4、CAS ...