| 值 | 含义 |
| 1 | 网址协议不支持的协议 |
| 2 | 检测器内部错误 |
| 3 | 网址格式不正确 (continue reading…) |
delete button missing
在根page的option下设置TS:
mod.web_txtemplavoilaM1.enableDeleteIconForLocalElements = 1
.htaccess配置php.ini
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value allow_call_time_pass_reference On
jQuery plugin: Autocomplete
download:http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
demo: http://jquery.bassistance.de/autocomplete/demo/ (continue reading…)
typo3切图
固定宽高图片缩放,最好先等比压缩,再切割,否则先切的话如果图片大小有几M效率非常低,甚至卡死。以下是一个方法。 (continue reading…)
php切图
<?php
header(‘Content-type: image/jpg’);
$filename=”test.jpg”; //要切割的大图 (continue reading…)
修改插件XML语言
# Example for overriding values from locallang.php with other values
_LOCAL_LANG.de {
# more = [weiterlesen…]
}
How to removed the “csc-default” wrap from my TYPO3 content elements
I’ve been working on a complex CSS design with a lot of floats for a TYPO3 implementation. It’s been frustrating for me because the layout works fine when hand coded as HTML. But when I use this layout with TYPO3, the layout doesn’t work. (continue reading…)
Typo3后台多语言的面板选择项设置
本文教大家给后台page的内容,加上多语言的Tag,在此之前,我们先来看看现在page内容页面是怎么样的。首先是顶部只有两个Tag,内容部 分 (continue reading…)