<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>TYPO3|TYPO3 CMS|TYPO3中文社区网 - 常见问题</title><link>http://www.51typo3.cn/</link><description>是TYPO3爱好者共同探讨、学习在TYPO3实战下总结出TYPO3教程,让TYPO3技术在中国发扬光大! - </description><generator>RainbowSoft Studio Z-Blog 1.8 Arwen Build 90619</generator><language>zh-CN</language><copyright>TYPO3 CMS | TYPO3中文 | 插件开发 | 常见插件 | TS | 常见问题 |  TYPO3 SEO  | TYPO3 MYSQL | TYPO3 WIKITYPO3中文网是TYPO3爱好者共同探讨、学习在TYPO3实战下总结出TYPO3教程,让TYPO3技术在中国发扬光大,成为最强大的TYPO3中文网!QQ群:90997346 TYPO3中文网 Copyright 2009-2010 TYPO3中文网 Rights Reserved.var gaJsHost = ((&amp;quot;https:&amp;quot; == document.location.protocol) ? &amp;quot;https://ssl.&amp;quot; : &amp;quot;http://www.&amp;quot;);document.write(unescape(&amp;quot;%3Cscript src='&amp;quot; + gaJsHost + &amp;quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&amp;quot;));try {var pageTracker = _gat._getTracker(&amp;quot;UA-9603525-1&amp;quot;);pageTracker._trackPageview();} catch(err) {}</copyright><pubDate>Sun, 05 Sep 2010 05:09:24 +0800</pubDate><item><title>Typo3 后台多语言设置</title><author>null@null.com (xiaotian)</author><link>http://www.51typo3.cn/faq/88.html</link><pubDate>Tue, 23 Feb 2010 17:16:56 +0800</pubDate><guid>http://www.51typo3.cn/faq/88.html</guid><description><![CDATA[<p>默认情况下typo3安装后台显示为英语，不同的用户可以设置为不同的语言。</p><p>&nbsp;以管理员身份，进入Typo3后台；</p><ol>    <li>点击Admin Tools::Ext Manager；</li>    <li>选择菜单项, &quot;Translation handing&quot;；</li>    <li>在语言列表中，选择你需要设置的语言；</li>    <li>点击保存选择(Save selection)；</li>    <li>&ldquo;Check status against repository&rdquo;，可以在线检查当前本地化语言翻译的进展情况；</li>    ...</ol>]]></description><category>常见问题</category><comments>http://www.51typo3.cn/faq/88.html#comment</comments><wfw:comment>http://www.51typo3.cn/</wfw:comment><wfw:commentRss>http://www.51typo3.cn/feed.asp?cmt=88</wfw:commentRss><trackback:ping>http://www.51typo3.cn/cmd.asp?act=tb&amp;id=88&amp;key=89c382bf</trackback:ping></item><item><title>TYPO3生成gif图片有边框问题的解决方法</title><author>null@null.com (xiaotian)</author><link>http://www.51typo3.cn/faq/87.html</link><pubDate>Thu, 18 Feb 2010 15:35:05 +0800</pubDate><guid>http://www.51typo3.cn/faq/87.html</guid><description><![CDATA[<p>TYPO3生成gif图片时可能出现生成的图片有白色边框，应该是imagemagick版本问题。</p><p>解决方法：将t3lib/class.t3lib_stdgraphic.php文件中的 $params .= ' -crop '.$data['origW'].'x'.$data['origH'].'+'.$offsetX.'+'.$offsetY.' ';</p><p>改成 $params .= ' -crop '.$data['origW'].'x'.$data['origH'].'+'.$offsetX.'+'.$offsetY.'! ';（即最后加上一个感叹号）</p><p>...</p>]]></description><category>常见问题</category><comments>http://www.51typo3.cn/faq/87.html#comment</comments><wfw:comment>http://www.51typo3.cn/</wfw:comment><wfw:commentRss>http://www.51typo3.cn/feed.asp?cmt=87</wfw:commentRss><trackback:ping>http://www.51typo3.cn/cmd.asp?act=tb&amp;id=87&amp;key=e3a73464</trackback:ping></item><item><title>typo3添加中文记录乱码问题</title><author>null@null.com (xiaotian)</author><link>http://www.51typo3.cn/faq/86.html</link><pubDate>Mon, 18 Jan 2010 13:44:22 +0800</pubDate><guid>http://www.51typo3.cn/faq/86.html</guid><description><![CDATA[<p>typo3添加中文记录乱码需要改typo3的编码为utf-8.可以在typo3conf目录下的localconf.php文件中加入下面一句$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8'; 之前添加的中文记录需要重新修改并保存,或者删除再添加.</p>]]></description><category>常见问题</category><comments>http://www.51typo3.cn/faq/86.html#comment</comments><wfw:comment>http://www.51typo3.cn/</wfw:comment><wfw:commentRss>http://www.51typo3.cn/feed.asp?cmt=86</wfw:commentRss><trackback:ping>http://www.51typo3.cn/cmd.asp?act=tb&amp;id=86&amp;key=f27ea6d5</trackback:ping></item><item><title>TYPO3子菜单onclick和直接展开显示效果的TS示例</title><author>null@null.com (xiaotian)</author><link>http://www.51typo3.cn/faq/84.html</link><pubDate>Sun, 17 Jan 2010 15:46:49 +0800</pubDate><guid>http://www.51typo3.cn/faq/84.html</guid><description><![CDATA[<p>TS配置typo3的菜单可以表现为直接展开子菜单,或者onClick菜单项时显示子菜单.<br />直接展开菜单的TS如下:<br />######### SUB Menu #########################<br />temp.subnav = HMENU<br />temp.subnav{<br />&nbsp; entryLevel = 1<br />&nbsp; 1=TMENU<br />&nbsp; 1 {<br />&nbsp;&nbsp;&nbsp;&nbsp; #expAll = 1&nbsp;&nbsp; <br />...</p>]]></description><category>常见问题</category><comments>http://www.51typo3.cn/faq/84.html#comment</comments><wfw:comment>http://www.51typo3.cn/</wfw:comment><wfw:commentRss>http://www.51typo3.cn/feed.asp?cmt=84</wfw:commentRss><trackback:ping>http://www.51typo3.cn/cmd.asp?act=tb&amp;id=84&amp;key=bb76611e</trackback:ping></item><item><title>typo3 Direct Mail的使用(newsletter)</title><author>tingwind@gmail.com (evan.chen)</author><link>http://www.51typo3.cn/faq/83.html</link><pubDate>Sun, 06 Dec 2009 20:05:24 +0800</pubDate><guid>http://www.51typo3.cn/faq/83.html</guid><description><![CDATA[<p><a href="http://www.51typo3.cn/upload/newsletter.rar" target="_blank">newsletter.rar</a> 这个附件是创建newsletter和发送的步骤的截图，<br />图片应该比文字好理解多了吧:). 然后下面说些需要注意的地方。<br />1. newsletter在发送的时候经常需要把一些用户信息的字段替换掉。除官方文档提供的字段外，可以<br />自定义字段： 在插件控制面板，点direct mail,可找到下面的界面：<br /><img title="" alt="" src="http://www.51typo3.cn/upload/777.jpg" onload="ResizeImage(this,520)" /><br />...</p>]]></description><category>常见问题</category><comments>http://www.51typo3.cn/faq/83.html#comment</comments><wfw:comment>http://www.51typo3.cn/</wfw:comment><wfw:commentRss>http://www.51typo3.cn/feed.asp?cmt=83</wfw:commentRss><trackback:ping>http://www.51typo3.cn/cmd.asp?act=tb&amp;id=83&amp;key=c2670506</trackback:ping></item><item><title>TYPO3页面连续刷新或请求会提示页面正在生成,30秒之后请重新刷新</title><author>a@b.com (永恒)</author><link>http://www.51typo3.cn/faq/77.html</link><pubDate>Thu, 05 Nov 2009 19:13:36 +0800</pubDate><guid>http://www.51typo3.cn/faq/77.html</guid><description><![CDATA[<p>当我们在做<a target="_blank" href="http://www.51typo3.cn/"><strong>TYPO3网站</strong></a>的时候, 会经常用到AJAX请求页面,很多时候是不断的连续请求,比如当你在开发期间因为需要测试,所以你会不停的刷新页面. <br />那么这个时候<a target="_blank" href="http://www.51typo3.cn/">TYPO3</a>会提示如下信息:<br />Page is being generated.<br />If this message does not disappear within 30 seconds, please reload.</p>]]></description><category>常见问题</category><comments>http://www.51typo3.cn/faq/77.html#comment</comments><wfw:comment>http://www.51typo3.cn/</wfw:comment><wfw:commentRss>http://www.51typo3.cn/feed.asp?cmt=77</wfw:commentRss><trackback:ping>http://www.51typo3.cn/cmd.asp?act=tb&amp;id=77&amp;key=a54d93f3</trackback:ping></item><item><title>常用的TYPO3 API</title><author>tingwind@gmail.com (evan.chen)</author><link>http://www.51typo3.cn/faq/67.html</link><pubDate>Tue, 11 Aug 2009 20:30:24 +0800</pubDate><guid>http://www.51typo3.cn/faq/67.html</guid><description><![CDATA[<p><a target="_blank" href="http://www.typo3.cn"><strong>Typo3</strong></a>的<strong>TYPO3 API</strong>非常的庞大，有大量的函数和方法来完成各种复杂的功能。我们现在对typo3的一些重要的类进行简单的介绍。<br />1. t3lib_DB：typo3的数据库操作类，对mysql扩展方法的封装。这个大家应该都比较熟悉吧。不管前台和后台的调用方法都一样。<br />$GLOBLAS['TYPO3_DB']。 <strong>TYPO3 API</strong>链接：</p>]]></description><category>常见问题</category><comments>http://www.51typo3.cn/faq/67.html#comment</comments><wfw:comment>http://www.51typo3.cn/</wfw:comment><wfw:commentRss>http://www.51typo3.cn/feed.asp?cmt=67</wfw:commentRss><trackback:ping>http://www.51typo3.cn/cmd.asp?act=tb&amp;id=67&amp;key=eb8b4111</trackback:ping></item><item><title>为什么在IE6下面打开页面提示无法打开?</title><author>a@b.com (永恒)</author><link>http://www.51typo3.cn/faq/65.html</link><pubDate>Fri, 07 Aug 2009 16:38:54 +0800</pubDate><guid>http://www.51typo3.cn/faq/65.html</guid><description><![CDATA[<p>大家在开发项目的时候,不管是<a target="_blank" href="http://www.51typo3.cn/"><strong>TYPO3</strong></a>项目还是其他的,可能都遇到这样一个问题:<br />在FF和IE7下面都运行正常,只有在IE6下面显示&quot;<strong>Internet Explorer 无法打开站点</strong>&quot;.错误图如下:</p>]]></description><category>常见问题</category><comments>http://www.51typo3.cn/faq/65.html#comment</comments><wfw:comment>http://www.51typo3.cn/</wfw:comment><wfw:commentRss>http://www.51typo3.cn/feed.asp?cmt=65</wfw:commentRss><trackback:ping>http://www.51typo3.cn/cmd.asp?act=tb&amp;id=65&amp;key=c961515c</trackback:ping></item><item><title>TYPO3后台为什么不能在线编辑文件?</title><author>a@b.com (永恒)</author><link>http://www.51typo3.cn/faq/62.html</link><pubDate>Fri, 31 Jul 2009 18:31:02 +0800</pubDate><guid>http://www.51typo3.cn/faq/62.html</guid><description><![CDATA[<p><a target="_blank" href="http://www.51typo3.cn/typo3/59.html">TYPO3 CMS在线编辑文件功能介绍</a>,这篇文章已经介绍了TYPO3后台可以在线编辑文件功能,但是我今天突然发现编辑不了，居然没有编辑的按钮.</p>]]></description><category>常见问题</category><comments>http://www.51typo3.cn/faq/62.html#comment</comments><wfw:comment>http://www.51typo3.cn/</wfw:comment><wfw:commentRss>http://www.51typo3.cn/feed.asp?cmt=62</wfw:commentRss><trackback:ping>http://www.51typo3.cn/cmd.asp?act=tb&amp;id=62&amp;key=20ff838a</trackback:ping></item><item><title>如何创建htaccess文件?</title><author>a@b.com (永恒)</author><link>http://www.51typo3.cn/faq/45.html</link><pubDate>Tue, 21 Jul 2009 13:34:37 +0800</pubDate><guid>http://www.51typo3.cn/faq/45.html</guid><description><![CDATA[<p>很多新手不知道如<strong>何创建htaccess文件</strong>,因为这个<strong>htaccess</strong>只有最后没有名称,所谓不能像创建普通文件一样的创建.<br /><strong>htaccess文件</strong>用途很大的,它可以设置<strong>Url伪静态, </strong>还可以屏蔽<a target="_blank" href="http://www.51typo3.cn/typo3/44.html">TYPO3后台错误</a>.<br />...</p>]]></description><category>常见问题</category><comments>http://www.51typo3.cn/faq/45.html#comment</comments><wfw:comment>http://www.51typo3.cn/</wfw:comment><wfw:commentRss>http://www.51typo3.cn/feed.asp?cmt=45</wfw:commentRss><trackback:ping>http://www.51typo3.cn/cmd.asp?act=tb&amp;id=45&amp;key=8be99c3e</trackback:ping></item></channel></rss>
