基于drupal6.1,theme_table()在drupal内,theme函数就是用来控制输出的。在定制模块的时候,你要想将你的数据输出成table格式,就用到这个了。十分方便。格式:Theme_table() 含有4个参数, $header, $rows, $attributes (optional) 和 $caption
原创 2022-09-15 14:25:04
28阅读
转载 2015-12-11 18:06:00
133阅读
2评论
 在我们国内,政府的“官网”屡屡被黑,司空见惯,见怪不怪。何故也? 实际上,只要你随便打开一个“官网”(比如:xxx.gov.cn),不难发现一个事实:这些“官网”几乎都是一个模子出来的(注:烟台市除外,其网站结尾是jsp)。去年3月6日,有记者向工信部原部长李毅中提问:有关统计显示,2009年我国平均每天有45个
转载 精选 2012-06-07 16:58:37
297阅读
$css = drupal_get_css(); dpm($css); //// //
转载 2015-08-20 18:08:00
190阅读
2评论
 <?php   print print_r(get_defined_vars(), 1)  ?>
原创 2011-05-18 09:28:06
188阅读
1点赞
drupal
原创 2015-05-15 18:11:07
374阅读
Drupal7_2:安装drupal 假设你已经搭建好了所需的必备环境,接下来就参照以下几步,快速安装一个属于自己的drupal7站点。1. 到Drupal​的官网(http://drupal.org/project/drupal)下载最新版的drupal7,当前的版本是drupal7.0,本文以该版本为例,简要介绍一下drupal7的安装。2. 解压缩至本地工作环境下,你还重命名为drupal7
转载 2013-09-17 14:14:00
80阅读
2评论
转载 2015-03-05 10:04:00
80阅读
所有的js代码都要在document.ready之后运行不然可能运行过早了就好比在firebug里运行正常但在文件里加载就可能不行了--Drupal.behaviors.xxx OVER document.ready.https://www.lullabot.com/articles/underst...
转载 2015-11-12 17:23:00
47阅读
2评论
1 /** 2 * Passes alterable variables to specific hook_TYPE_alter() implementations. 3 * 4 * This dispatch function hands off the passed-in variables to type-specific 5 * hook_TYPE_alter() implementations in modules. It ensures a consistent 6 * interface for all altering operations. 7 *...
转载 2013-08-13 14:53:00
209阅读
2评论
http://blog.sina.com.cn/s/blog_45df8cd201016p2i.html
转载 精选 2015-01-14 15:04:38
413阅读
Drupal Console.composer require drupal/console:~1.0.0@rc然后到bin下就可以运行drupal命令了
转载 2018-07-31 17:22:00
100阅读
2评论
我有时候想啊为什么要用#parent这么看上去貌似不好理解, 为什么要用这样一个单词呢,但就是这样的一个意思, 反映了form数组结构上的一个层次
转载 2015-05-06 18:28:00
97阅读
2评论
$app_root :网站根目录 安装 汉化:1将汉化包放置drupal8\sites\default\files\translations下安装;2极简版的话需要在extend(扩展)中安装Interface Translation模块然后在配置--地区 和语言里选择安装网站语言 在php.ini
原创 2021-08-18 14:02:35
172阅读
&#160;&#160;&#160;&#160;&#160;&#160;&#160; 这2天一直在解决drupal发送邮件的问题,最初安装的时候是下载了Drupal的phpmailer和SMTP两个模块来安装,结果总是出现这样或者那样的错误,基本都是提示找不到class文件的Fatal error: Cannot redeclare drupal_mail_wrapper() (previousl
原创 2009-11-07 19:08:00
605阅读
那么下面就简单将步骤说一下吧:1,下载工具phpmailer modulehttp://drupal.org/project/phpmailerphpmailer libary(模块需要这个文件里面的两个class文件的支持)三选一:http://sourceforge.net/project/showfiles.php?group_id=26031http://sourceforge.net/p
原创 2013-12-05 10:19:53
776阅读
return static::getContainer()->get('config.factory')->get($name);这个里面的name是/config/schema/x.yml里面的一个一级条目,对应的是/config/install下面的一个文件。
转载 2018-04-30 15:55:00
219阅读
2评论
db_query('DELETE FROM {node_revisions} nr WHERE nr.vid NOT IN (SELECT n.vid FROM {node} n)');You don't want to delete all the revisions: You want to d...
转载 2015-11-12 11:44:00
232阅读
2评论
Ckeditor for Drupal关于Drupal的所见即所得编辑器,Ckeditor是一个不错的选择,而且可以在Ckeditor官网直接下载到专为Drupal制作的版本:http://ckeditor.com/download分别支持Drupal6和Drupal7本地也做了备份,ckeditor_3_6_3_for_drupal_6.zip和ckeditor_3_6_3_for_drupal_7.zip介绍几个使用ckeditor可能会出现的问题1、使用windows系统上传中文文件名的文件出现乱码的情况修改ckeditor模块下的文件ckfinder/config.php:将$conf
转载 2013-12-15 21:54:00
160阅读
2评论
  • 1
  • 2
  • 3
  • 4
  • 5