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…)


tt_news常用TS配置

tt_news常用TS配置:
(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…)


JavaScript验证表单函数大全

JavaScript验证表单函数大全

<script>

/*
用途:校验ip地址的格式
输入:strIP:ip地址
返回:如果通过验证返回true,否则返回false;
(continue reading…)


Copyright © 1996-2010 Add Lives. All rights reserved.
iDream theme by Templates Next | Powered by WordPress