TS里面配置TCA,以tt_content为例: (continue reading…)
Archive for 七月, 2010
[JS]图片倒影效果
(1)此js支持IE5.5+,Firefox1.5+,Opera9+,Safari等大部分浏览器,对于老版本的浏览器无任何影响。
(2)使 用简单方便。不需要其他程序的支持,外部调用js文件。然后在需要倒影效果的图片上添加:class=”reflect”即可。
(3)倒影自动渐 变至背景色,效果自然。可支持jpg,gif,png等图片格式。IE还支持gif动画。不支持链接图片。
(4)js文件小巧,只有4K不到。 (continue reading…)
Using htmlArea RTE in a frontend plugin
Extension developers may use the htmlArea RTE to edit textarea fields in frontend plugins. In order to do so, you must invoke the htmlArea plugin in the plugin class and insert some markers in the HTML template. (continue reading…)
Defining the “default” language flag
If you want to specify the name of the default language and a flag icon you can do so for a branch of the page tree by setting this Page TSconfig for the root page of your website: (continue reading…)
Drupal常用模块(Module)列表
1.CCK (Content Construction Kit ) 用途: 添加字段模块
2. Views 用途:生成列表
3. Phptemplate Theme Engine (continue reading…)
drupal_load加载时的内存占用量(drupal 6.x) 一览表
drupal占用的资源中1/3以上耗在加载模块的module文件上。加inc文件应该也占去不少。然后tpl.php模块文件加载几十次,加上各种各样的静态变量,全局变量,局部变量,用个四五十mb的内存也就不奇怪了 (continue reading…)
Incompatible with this version of Drupal core
; $Id$
name = Annotate
description = Allows users to annotate nodes.
package = Example
version = “$Name$” (continue reading…)
typo3 – SSL
下载插件: https_enforcer
http://typo3.org/extensions/repository/view/https_enforcer/current/
(continue reading...)