E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Drupal7
Drupal7
模組介紹-Views-part6(display與overrides使用)
Drupal7
模組介紹-Views-part6*Drupal版本:7.x*介紹模組:Views*模組版本:7.X-3.3*相依模組:Chaostoolsuite(Ctools)*官方討論區:http:/
myas0735
·
2012-10-10 20:00
html
list
header
table
平台
Drupal7
模組介紹-Views-part5(呈现方式)
Drupal7
模組介紹-Views-part5*Drupal版本:7.x*介紹模組:Views*模組版本:7.X-3.3*相依模組:Chaostoolsuite(Ctools)*官方討論區:http:/
myas0735
·
2012-10-10 19:00
Drupal7
模組介紹-Views-part4(排序功能)
Drupal7
模組介紹-Views-part4*Drupal版本:7.x*介紹模組:Views*模組版本:7.X-3.3*相依模組:Chaostoolsuite(Ctools)*官方討論區:http:/
myas0735
·
2012-10-10 19:00
Drupal7
模組介紹-Views-part3(基本设定)
Drupal7
模組介紹-Views-part3*Drupal版本:7.x*介紹模組:Views*模組版本:7.X-3.3*相依模組:Chaostoolsuite(Ctools)*官方討論區:http:/
myas0735
·
2012-10-10 19:00
Drupal7
模組介紹-Views-part2
Drupal7
模組介紹-Views-part2*Drupal版本:7.x*介紹模組:Views*模組版本:7.X-3.3*相依模組:Chaostoolsuite(Ctools)*官方討論區:http:/
myas0735
·
2012-10-10 19:00
list
Path
平台
menu
Drupal7
模組介紹-Views-part1(下载安装)
Drupal7
模組介紹-Views-part1http://wenku.baidu.com/view/23a840385727a5e9856a61ee.html二,2012-07-1012:19— cobenash
myas0735
·
2012-10-10 19:00
drupal7
修改(添加)view 的查询条件
drupal的view虽然好使但是在有些情况下我们想根据自己的需求来动态的修改查询条件,这不足为过,那么接下来就告诉你一个很好的方法来修改view的查询条件,同时你也可以根据需求来添加查询合法的查询条件 1、在你的模块中你要声明一个这样和钩子 functionmodulename_views_api(){ returnarray( 'api'=>3, 'path'=>
wjc19911118
·
2012-09-25 10:00
api
function
Module
query
Path
drupal7
change value before validate and submit
如果我们想在form提交之前来修改一下form的参数值来躲过自动验证的机制,那么一般都是$form['#validate']=array('shoushu_pre_validate','node_form_validate');这个样子去修改,经过N长时间的测试,终于发现虽然值是修改了但是总感觉还是没有修改被提示不合法,好像修改的值总是在验证完了才起效,最后发现,drupal from
wjc19911118
·
2012-09-13 16:00
function
测试
drupal7
翻译
drupal7
英汉对照"Home""首页""Userinterface""用户界面""Title""标题""Body""正文""Next""下一个""user""用户""Pages""页面""Saveconfiguration
ronrong948
·
2012-09-11 09:26
drupal
permissions
translation
module
file
user
php
Big Performance Increased for Drupal in PHP 5.4
Drupal7
.14PHP5.3 800msPHP5.3+XCache 520msPHP5.4 280msPHP5.4+XCache 160ms
一剑飙血
·
2012-08-07 11:00
drupal7
中的创建table表格的一种简单方式
if(is_array($tables)){ foreach($tablesas$key=>$value){ $rows[$key]['id']=$value->id; $rows[$key]['tablename']=$value->tablename; $rows[$key]['descr
wjc19911118
·
2012-08-06 17:00
Date
header
table
Class
Path
attributes
drupal7
多数据库操作
1、定义数据库名称,用户名,前缀,编码等。$databases=array( 'default'=> array( 'default'=> array( 'driver'=>'mysql', 'database'=>'databasename', 'username'=>'username', 'password'=>'password',
wjc19911118
·
2012-08-02 11:00
数据库
mysql
table
database
query
collation
在
drupal7
中创建一个表时,如何让主键自动增长
functionemailupdate_schema(){ $schema['emailupdate']=array( 'description'=>'Thebasetableforemailupdate.', 'fields'=>array( 'eid'=>array( 'des
wjc19911118
·
2012-08-01 11:00
schema
function
测试
table
null
email
drupal7
中的用户添加于更新(完全个人开发所得,如有不妥之处请大虾指出)
$newuser=array( 'name'=>autocheck($value[11]), 'pass'=>'xiaoran', '
wjc19911118
·
2012-07-31 16:00
数据库
user
Access
Drupal7
分页查询sql语句扩展
在
drupal7
中开发drupal模块中,会遇到分页查询的功能。针对
drupal7
使用的PDO连接数据库,我们可以通过如下的sql语句扩展来实现。
wjc19911118
·
2012-07-27 13:00
sql
数据库
function
Build
扩展
Drupal 不在首页显示内容区块
Drupal7
许多主题默认首页都是显示文章列表的而很多时候我希望界面尽可能的简洁,用一个专门的列表去显示文章此时可以修改drupal目录下:/themes/主题/page--font.tpl.php(首页模版文件
alexlange2
·
2012-07-18 20:00
Drupal7
学习笔记之Theme感觉非常好转来共享啊!
模板语言和主题引擎用Drupal的行话来说,主题就是一组负责你站点外观的文件。你可以从http://drupal.org/project/Themes下载第3方主题,或者你可以自己动手创建一个主题,后者正是你在本章将要学习的。作为一个web设计者,主题由你所熟悉的大部分内容所组成:样式表,图片,JavaScript文件,等等。你将发现,在Drupal主题和纯HTML站点之间的区别就是模板文件。这
wjc19911118
·
2012-07-16 17:00
html
Module
前端开发
hook
variables
containers
Drupal7
自定义模块的URL生成
/***Implementshook_taxonomy_term_insert*/functionexample_taxonomy_term_insert($term){ example_taxonomy_term_update($term);}/***Implementshook_taxonomy_term_update*/functionexample_taxonomy_term_update
wjc19911118
·
2012-07-11 11:00
url
delete
insert
Path
hook
drupal下启用缓存和Gzip压缩传输
据说
drupal7
会提供Gzip压缩功能,可惜至少在目前drupal6.x的时代,我还享受不到这个功能.需要我们自己做.Gzip现今已经成为Internet上使用非常普遍的一种数据压缩格式,或者说一种文件格式
vito-chen
·
2012-07-08 21:00
GZip
drupa
drupal 7全局变量
drupal7
全局变量是drupal开发过程中很重要的参考api.尽快的了解它们,方便我们在drupal站点开发中恰当的使用这些变量。
wjc19911118
·
2012-06-29 13:00
object
database
query
documentation
statistics
Parsing
Drupal 7 数据库 操作(很好,很犀利)
Drupal7
使用PDO连接数据库,鉴于PHP6将把PDO做为默认数据库连接方式,这是必须的选择。
wjc19911118
·
2012-06-29 11:00
sql
数据库
object
System
query
attributes
在Drupal 7中添加区块时,不能使用PHP代码的原因与解决办法
今天使用
Drupal7
添加区块时,居然不能使用PHP代码,文本格式一栏只有“FilteredHTML”等三个选项!
wjc19911118
·
2012-06-27 17:00
html
PHP
filter
drupal7
一: 安装配置CKEditor 和 IMCE 模块
现在开始尝试使用
drupal7
建站,一步一步摸索着前进,探索结果写成帖子。
dyc333236081818
·
2012-05-06 21:00
image
File
Module
dialog
工具
browser
Ubuntu 12.04 + Drupal 7 + OCI8
Ubuntu12.04
Drupal7
OpenTerminalsudoapt-getinstalleclipsesudoapt-getinstallapache2sudoapt-getinstallphp5sudoapt-getinstallmysql-serversudoapt-getinstallphpmyadminsudoln-s
一剑飙血
·
2012-04-01 14:00
ubuntu
oci8
drupal
Import multiple images to Drupal Image Field us...
Drupal7
.12,Migrate2.3classGarmentPictureMigrationextendsMigration{ publicfunction__construct(){ parent
一剑飙血
·
2012-02-25 15:00
migrate
multiple
images
drupal
drupal7
的目录结构及术语
本文收集了网络中对于drupal结构的一些说明。希望在以后drupal系统的二次开发和转站,整合等方面有所用。以后我将收集更多的drupal相关技术更多的发布在自己的博客中。大家有用就多多捧场。 /includes 系统的核心函数 /misc 系统核心用的一些js脚本 图片资源等 /modules 系统核心模块 /profiles 安装配置文件 里面包括minimal(最小化安装
天梯梦
·
2012-02-16 03:00
drupal
drupal7
的目录结构及术语
本文收集了网络中对于drupal结构的一些说明。希望在以后drupal系统的二次开发和转站,整合等方面有所用。以后我将收集更多的drupal相关技术更多的发布在自己的博客中。大家有用就多多捧场。 /includes 系统的核心函数 /misc 系统核心用的一些js脚本 图片资源等 /modules 系统核心模块 /profiles 安装配置文件 里面包括minimal(最小化安装
天梯梦
·
2012-02-16 03:00
drupal
drupal7
的目录结构及术语
本文收集了网络中对于drupal结构的一些说明。希望在以后drupal系统的二次开发和转站,整合等方面有所用。以后我将收集更多的drupal相关技术更多的发布在自己的博客中。大家有用就多多捧场。 /includes 系统的核心函数 /misc 系统核心用的一些js脚本 图片资源等 /modules 系统核心模块 /profiles 安装配置文件 里面包括minimal(最小化安装
天梯梦
·
2012-02-16 03:00
drupal
drupal7
的目录结构及术语
本文收集了网络中对于drupal结构的一些说明。希望在以后drupal系统的二次开发和转站,整合等方面有所用。以后我将收集更多的drupal相关技术更多的发布在自己的博客中。大家有用就多多捧场。 /includes 系统的核心函数 /misc 系统核心用的一些js脚本 图片资源等 /modules 系统核心模块 /profiles 安装配置文件 里面包括minimal(最小化安装
天梯梦
·
2012-02-16 03:00
drupal
drupal7
的目录结构及术语
本文收集了网络中对于drupal结构的一些说明。希望在以后drupal系统的二次开发和转站,整合等方面有所用。以后我将收集更多的drupal相关技术更多的发布在自己的博客中。大家有用就多多捧场。 /includes 系统的核心函数 /misc 系统核心用的一些js脚本 图片资源等 /modules 系统核心模块 /profiles 安装配置文件 里面包括minimal(最小化安装
天梯梦
·
2012-02-16 03:00
drupal
drupal7
的目录结构及术语
本文收集了网络中对于drupal结构的一些说明。希望在以后drupal系统的二次开发和转站,整合等方面有所用。以后我将收集更多的drupal相关技术更多的发布在自己的博客中。大家有用就多多捧场。 /includes 系统的核心函数 /misc 系统核心用的一些js脚本 图片资源等 /modules 系统核心模块 /profiles 安装配置文件 里面包括minimal(最小化安装
天梯梦
·
2012-02-16 03:00
drupal
drupal7
的安装方法
Drupal7
.0于今天(2011-01-05)发布,本文以
drupal7
.0版本为例介绍
drupal7
的安装。
天梯梦
·
2012-02-09 23:00
drupal
drupal7
的安装方法
Drupal7
.0于今天(2011-01-05)发布,本文以
drupal7
.0版本为例介绍
drupal7
的安装。
天梯梦
·
2012-02-09 23:00
drupal
drupal7
的安装方法
Drupal7
.0于今天(2011-01-05)发布,本文以
drupal7
.0版本为例介绍
drupal7
的安装。
天梯梦
·
2012-02-09 23:00
drupal
drupal7
的安装方法
Drupal7
.0于今天(2011-01-05)发布,本文以
drupal7
.0版本为例介绍
drupal7
的安装。
天梯梦
·
2012-02-09 23:00
drupal
drupal7
的安装方法
Drupal7
.0于今天(2011-01-05)发布,本文以
drupal7
.0版本为例介绍
drupal7
的安装。
天梯梦
·
2012-02-09 23:00
drupal
drupal7
的安装方法
Drupal7
.0于今天(2011-01-05)发布,本文以
drupal7
.0版本为例介绍
drupal7
的安装。
天梯梦
·
2012-02-09 23:00
drupal
drupal7
导入翻译时出错解决方法
安装
drupal7
安装到一半时提示:"
drupal7
导入翻译时出错:导入翻译出错请到错误页面AnAJAXHTTPerroroccurred.HTTPResultCode:500Debugginginformationfollows.Path
Ares1201
·
2012-02-05 23:00
Ajax
数据库
server
ini
Path
debugging
使用术语表为内容添加分类(D7)
在
Drupal7
中,使用术语表为内容添加分类,与《Drupal6使用术语表为内容添加分类》的步骤基本一样,稍有不同的一点在于,D7没有在词汇表的配置页面将词汇表与内容类型进行关联,而是需要稍后将术语表做为内容类型的一个字段添加到内容编辑表单
gaogao0603
·
2012-01-10 11:00
存储
Drupal7
安装 CKEditor 和 IMCE 模块 及配置
Drupal7
安装CKEditor编辑器的方法及配置:首先要下载模块和编辑器CKEditorMoudle:http://drupal.org/project/ckeditorIMCEModule:http
gaogao0603
·
2012-01-04 11:00
drupal7
的安装以及中文翻译安装方法
1、下载drupal的安装文件 http://drupal.org/node/3060 打开网页,选中Drupalcore下载最新版下载后,将文件解压到drupal目录,并且放到apache指定的目录中 访问:http://127.0.0.1/drupal/ 根据提示一步一步往后走。安装完毕后,使用安装过程中设置的管理员账号登录,进入后台管理 2、下载语言包 打开:http://localize
gongstring
·
2011-12-27 11:00
drupal
如何重置Drupal 7的用户密码
每次进入
drupal7
管理后台,都是利用浏览器记录密码,今天清空了cookies,竟然忘记了密码,进入phpmyadmin重新修改密码也不行了,搜索了一下,
Drupal7
已不再采用Drupal6和5时代的简单的
xieyanxy9
·
2011-12-22 10:00
mysql
Open Atrium 应用
现在OpenAtrium已经发布了基于
Drupal7
的2.x版本。新版本我没用过,所以文章中所列的这些问题对于新版本未必适用,请大家自行鉴别。OpenAtrium是一套开源的团队协作和知识管理系统。
wannianchuan
·
2011-12-15 10:16
open
drupal
atrium
让 cron 跑在命令行下 (Drupal 7)
Come from:http://www.hdwong.com/article/
drupal7
-cron-on-cli.html 今天在 Drupal 7 下写了个文章采集程序
freespace
·
2011-10-30 23:00
cron
drupal
让 cron 跑在命令行下 (Drupal 7)
Come from:http://www.hdwong.com/article/
drupal7
-cron-on-cli.html 今天在 Drupal 7 下写了个文章采集程序
freespace
·
2011-10-30 23:00
cron
drupal
Drupal7
forms_api_reference翻译 + Demo
(元素)Elements属性名通常需要创建这个表单元素时定义。默认值是属性名称旁边的括号中表示,如果它们存在。actions描述:一个包装元素,去组合一个或多个button按钮在表单中。使用的“action”的元素作为数组的关键,有助于确保在主题适当的造型,使其他模块,以适当的改变表单的action属性:#access,#after_build,#attributes#children,#id,#
Bresponse
·
2011-10-27 13:00
Drupal7
forms_api_reference.html
http://api.drupal.org/api/drupal/developer--topics--forms_api_reference.html/7FormControls图例:X=可以被这个类型使用-=不能被这个类型使用#typecheckboxcheckboxesdatefieldsetfilemachine_namemanaged_filepasswordpassword_confi
Bresponse
·
2011-10-27 13:00
Druapl 全局变量(Globals)
例如:http://localhost/
drupal7
/则$base_path=
drupal7
$base_rootdeveloper/globals.php主机的根URL,不包括路径。
Bresponse
·
2011-10-27 13:00
Drupal 7教程Top 10前瞻
Drupal7
Beta版还在激烈酝酿中,已知就引入了大量新特性,无论安全、性能、可靠性还是模板系统都有大幅改进,柏枫新站也将基于
Drupal7
来搭建,随着
Drupal7
的逐步完善,相关的教程也陆续出版。
Bresponse
·
2011-10-26 17:00
cms
windows
api
Facebook
出版
2010
drupal7
导入翻译出错 An AJAX HTTP error occurred
阅读更多现象
drupal7
导入翻译时出错:导入翻译出错请到错误页面AnAJAXHTTPerroroccurred.HTTPResultCode:500Debugginginformationfollows.Path
gongstring
·
2011-10-26 15:00
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他