Attached patch adds a setting RTE.default.proc.preserveExternalURLs, which if set to 1 fixes this issue. If someone needs the URLs to be relative, it can be set to 0. (continue reading…)
ImageMagick在图片中写中文的问题及解决
ImageMagick做个水印效果,先做一个简单版本,往图片里添加文字注释
安装ImageMagick和ghostscript(不装会报错:sh:gs:command not found)
如果是linux — CentOS的系统,只需要yum install ghostscript,yum install imagemagick即可 (continue reading…)
typo3 – lockssl 出错
对于虚拟主机lockssl模式2会出现无限reload问题,原因在于https 应该是允许虚拟主机的,只是不允许 NameVirtualHost,需要用 IP Based 虚拟主机,每个虚拟主机占用一个 IP。 (continue reading…)
TYPO3 RTE Tip: Putting code tags inside ul, li, or ol tags
Sometimes I write tutorials about computer stuff. And sometimes I write lists in those tutorials.
The problem I was having with TYPO3 when doing this was that whenever I put a <code> tag inside of an ordered or unordered list, the <code> tag wasn’t properly translated on the frontend of the web site. The < and > brackets around the ‘code’ tag were run through htmlspecialcharacters and were showing up on the front end. (continue reading…)
Typoscript: wrap only if content is not empty
Often i run into this problem in TYPO3 : i have to wrap a content element with Typoscript but ONLY if there is content. This has an easy solution but all too often i forget it and have to search it up again. So this time i post it here and maybe it helps others too. (continue reading…)
How to allow embedding of Flash (YouTube videos for example) in the TYPO3 RTE
How to allow embedding of Flash (YouTube videos for example) in the TYPO3 RTE
1 |
RTE.default.proc { |
2 |
allowTags := addToList(object,param,embed) |
3 |
allowTagsOutside := addToList(object,embed) |
4 |
entryHTMLparser_db.allowTags < RTE.default.proc.allowTags |
5 |
} |
|
How to get rid of those annoying images inserted before links (continue reading…)
debug — Parsetime: 0 ms 探索
解决方法:
Index: t3lib/class.t3lib_timetracknull.php
=================================================================== (continue reading…)
Windows环境下配置Apache SSL
———-
前提条件
———-
在设置Apache + SSL之前, 需要做:
1. 安装Apache, 请参见: Windows环境下Apache的安装与虚拟目录的配置, 下载安装Apache时请下载带有ssl版本的Apache安装程序. (continue reading…)