简体   繁体   English

TYPO3 中的用户评论

[英]User comments in TYPO3

I have to learn TYPO3 4.3 for my new job (I don't have much time).我必须为我的新工作学习 TYPO3 4.3(我没有太多时间)。 I already grasped some back-end stuff and basics of typoscript, but since I learn best by doing, my first goal is to build a blog based on that CMS.我已经掌握了一些后端的东西和打字的基础知识,但是因为我通过实践学习得最好,我的第一个目标是建立一个基于该 CMS 的博客。 I don't want to use any existing blog extensions, because I want to learn to write them myself.我不想使用任何现有的博客扩展,因为我想学习自己编写它们。 I want to be able to tag pages (my blog entries) and enable users to put comments under the blog entry - the usual wordpess stuff.我希望能够标记页面(我的博客条目)并使用户能够将评论放在博客条目下 - 通常是无字的东西。

Could anyone give me some tips and point me to places with some useful resources, so I can reach my goal?谁能给我一些提示,并指出我有一些有用资源的地方,这样我就可以实现我的目标?

I recommend you try the new extension framework "extBase".我建议您尝试新的扩展框架“extBase”。 There's a book which walks you through the creation of a blog example extension.有一本书将引导您创建博客示例扩展。

Unfortunatly the book is only available in German, but there's an effort under way to translate it to English .不幸的是,这本书只有德文版,但正在努力将其翻译成英文 With a little help from Google you might be able to find an English version (translation in progress) of the book online...在 Google 的帮助下,您或许可以在线找到该书的英文版(翻译中)...

The blog example extension is also available in the public extension repository: http://typo3.org/extensions/repository/view/blog_example/current/ or http://forge.typo3.org/projects/typo3-mvcblogexample The blog example extension is also available in the public extension repository: http://typo3.org/extensions/repository/view/blog_example/current/ or http://forge.typo3.org/projects/typo3-mvcblogexample

You can find some good developer tutorials at typo3 wiki: http://wiki.typo3.org/Overview_Developer_Manuals .您可以在 typo3 wiki 上找到一些优秀的开发人员教程: http://wiki.typo3.org/Overview_Developer_Manuals There is also some documentation about extBase.还有一些关于 extBase 的文档。

You can use the news extension (tt_news) plus the comments extension together to form a basic blog within minutes (well maybe an hour or so with some styling), no coding required.您可以将新闻扩展 (tt_news) 和评论扩展一起使用,在几分钟内(可能需要一个小时左右加上一些样式)形成一个基本博客,无需编码。

We have an editors guide available at http://www.seethroughweb.com/typo3-support.html , which doesn't go into development at all, but is helpful for getting a handle on how editors can work with a site.我们在http://www.seethroughweb.com/typo3-support.html上提供了编辑指南,它不是 go,但对网站的开发很有帮助。

Simon西蒙

As TYPO3 is an open source project, and all extensions are open source too, the best way, it's to analyze them, and to hack.由于 TYPO3 是一个开源项目,所有扩展也是开源的,最好的方法是分析它们,然后破解。

So, You should install some extensions, which are near on functional level to Your future blog extension and simple enough, and to hack it in different way, using version control to have the possibility to backup Your experiments.所以,你应该安装一些扩展,它们在功能级别上接近你未来的博客扩展并且足够简单,并以不同的方式破解它,使用版本控制有可能备份你的实验。

Extensions, which I could advice You: comments, tt_news .扩展,我可以建议你:评论,tt_news

Probably You will need some time in the begining to install and configure these extensions.在开始安装和配置这些扩展时,您可能需要一些时间。

Use existing extensions.使用现有的扩展。 That's the best advise.这是最好的建议。 Because those were tested by many users.因为这些都经过了许多用户的测试。 But if you want to write an own version, buy some books (for old or new way) and take an existing version as example.但是,如果您想编写自己的版本,请购买一些书籍(旧的或新的方式)并以现有版本为例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM