最彻底的方法是直接修改filter模块:
vi filter.module
comment these lines:
最彻底的方法是直接修改filter模块:
vi filter.module
comment these lines:
tango图标库(免费)
使用php函数get_defined_vars()可以轻松列出可用的drupal模板变量.
在模板文件(*.tpl.php)里嵌入以下代码:
print_r(get_defined_vars());
Tagadelic
Tagadelic是一个小模块,不需要添加数据库,自动生成标签云。它最有特色的地方是,能根据标签下文章的多寡,生成不同字体大小的标签。例子见本站。
Cumulus
Cumulus模块在Tagadelic的基础上,能显示标签云的3D漂移的效果。遗憾的是不支持中文。
# Example MySQL config file for very large systems.
#
# This is for a large system with memory of 1G-2G where the system runs mainly
# MySQL.
#
# You can copy this file to
# /etc/my.cnf to set global options,
# Example MySQL config file for large systems.
#
# This is for a large system with memory = 512M,
# where the system runs mainly MySQL.
#
# You can copy this file to
# /etc/my.cnf to set global options,
三条语句解决了。
mysql_query("SET NAMES 'utf8'");
mysql_query("SET CHARACTER_SET_CLIENT=utf8");
mysql_query("SET CHARACTER_SET_RESULTS=utf8");
NetworkManager 0:关闭 1:关闭 2:关闭 3:关闭 4:关闭 5:关闭 6:关闭
网络管理服务可以减少网络手动设定
第一步,CentOS4更新5
大体如下,http://www.haw-haw.org/node/242 不过我找的是5.2的RPM升级包,就直接过来了