忘记密码?

Blogs about: Drupal

Featured Blog

Drupal Info file

tingan wrote 1 week ago: Info File Details name (Required) The displayed name of your module. It should follow the Drupal 6 c … more →

设置 Drupal 中上传文件大小

rui0304 wrote 4 months ago: 在 Drupal 中如果上传文件失败,有可能是大小限制,解决办法: 查看 php.ini 中 upload_max_filesize 大小,如果太小,重新设定一下较大值 重启服务器: /etc/ini … more →

Aggregator

rui0304 wrote 4 months ago: Aggregator is used for information sharing. Enable the module: Aggregator Administer->Content Man … more →

模板文件的组织结构是怎么?哪些模板是必须的?模板的命名有什么约束?(转)

rui0304 wrote 4 months ago: 模板文件的组织结构是怎么?哪些模板是必须的?模板的命名有什么约束? 模板中包括XHTML和PHP变量以及函数调用。模板中默认可用的PHP变量包括来自info文件中的区块变量,变量集中的变量($vari … more →

How to call a specific block inside our templete

rui0304 wrote 4 months ago: 当我们需要自己输出一个block,而不是让Drupal的block机制自己输入的时候,可以用 Module_invoke(…)函数来输出。 位置:主题文件page.tpl.php,位置自定 … more →

How to translate taxonomy terms 和翻译总结

rui0304 wrote 4 months ago: 1. As you create a multilingual vocabulary, you should choose “Per language terms. Different t … more →

Drupal translation(Multilingual site)

rui0304 wrote 4 months ago: Content translation: Required modules: i18n, translation_table, translation interface enable all the … more →

Drupal contents 错误解决(user warning: Unknown column 'u.signature_format' in 'field list' query)

rui0304 wrote 4 months ago: 对Drupal的更新没有采取正确的方法,因些显示一个content的时候会产生”ser warning: Unknown column ‘u.signature_format … more →

Block content translation

rui0304 wrote 4 months ago: Drupal’s i18n module can translate block contents. To display blocks in multiple languages, yo … more →

Enabling Multilingual support for Content(转)

rui0304 wrote 4 months ago: In this step, we’ll select which types of content need to be translated. Navigate to /admin/co … more →

Module Development: 2. Theme Modules

rui0304 wrote 5 months ago: Theming inside a module Code: /** * Implementation of hook_block(). */ function philquotes_block($op … more →

Module Development: 2. The Theme System

rui0304 wrote 5 months ago: By the end of the chapter, we should be able to cteate a theme based on PHPTemplate. Themes are comp … more →

Module Development: 1. Creating Our First Module

rui0304 wrote 5 months ago: In this chapter, We will cteate our first module that make use of  the existing web service to pull … more →

我自己ubuntu用法摘抄

rui0304 wrote 6 months ago: 安装软件 apt-get install softname1 softname2 softname3…… 卸载软件 apt-get remove softname1 softname2 softnam … more →

标签: ubuntu

Ubuntu命令使用技巧与应用

rui0304 wrote 6 months ago: 查看软件xxx安装内容 dpkg -L xxx 查找软件 apt-cache search 正则表达式 查找文件属于哪个包 dpkg -S filenameapt-file search filena … more →

标签: ubuntu

LAMP 服务器安装配置 - Ubuntu中文

rui0304 wrote 6 months ago: LAMP 服务器安装配置 出自Ubuntu中文 目录 [隐藏] 1 ubuntu 8.04 桌面版 LAMP 环境(包括phpmyadmin)配置。 1.1 一.安装 1.1.1 1.安装LAMP 1 … more →

标签: ubuntu

Ubuntu下一些软件安装

rui0304 wrote 6 months ago: 1. Wine 安装后乱码: 安装了wine后,如果配置里面的字体是本机上没有的,那么就会出现乱码。 解决: .wine 下找到 system.reg, 查找 “WS shell”, 把Dlg后面的字 … more →

标签: ubuntu

Wine的安装(转)

rui0304 wrote 6 months ago: Wine是在Ubuntu下安装使用Window程序的不二先择。下面是官网的英文说明: Wine for Ubuntu and Ubuntu derivatives Ubuntu and other D … more →

标签: ubuntu

Ubuntu 下配置 VoipStunt 电话

rui0304 wrote 6 months ago: 一直用VoipStunt往国内打电话,现在XP崩了,不得不用Ubuntu,VoipStunt 没有 Linux 版本。其实在Ubuntu下用 VoipStunt也容易。 应用程序->Internet- … more →

标签: ubuntu


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS