typo3-6.1.x

Typo3: Sub-page Template not loading

隐身守侯 提交于 2020-01-16 18:36:35
问题 Maybe I'm just missing something ... obviously, and so far I've googled up nothing to help. the issue, seems simple, I'm just trying to load a "slightly" different for one Page in my Root tree. All other pages share the Root template, but I need for this one page to have a completely different kind of content and a slightly different header, thus the need for a secondary template. I've done the following for it: # Default PAGE object: page = PAGE # Define the template page.10 = TEMPLATE # Our

Is there a Fluid viewhelper to truncate an URL? If not, how do I make one?

房东的猫 提交于 2019-12-20 06:09:33
问题 In TYPO3's Fluid or in Fedext/vhs, is there a viewhelper that can convert http://www.stackoverflow.com/questions/ask into www.stackoverflow.com ? PS: that's the goal: <f:format.raw><f:link.external uri="{item.link}">{item.just-display-the-domain}</f:link.external></f:format.raw> EDIT (adapting the question to the answer I got): If I have to build a custom view helper, how do I proceed? 回答1: I really doubt if there would be any sensible reason for adding this kind of VH into the core, de facto

How to define fluid template for grid elements?

我的未来我决定 提交于 2019-12-13 05:51:13
问题 At the moment I am using this TS to prepare my content from a grid element (https://typo3.org/extensions/repository/view/gridelements): tt_content.gridelements_pi1.20.10.setup { 1 < lib.gridelements.defaultGridSetup 1 { columns { 10 < .default 10.wrap = <div class="gefa">|</div> 11 < .default 11.wrap = <div class="gefa2">|</div> 12 < .default 12.wrap = <div class="gefa3">|</div> 13 < .default 13.wrap = <div class="gefa4">|</div> } } } Now I want to make a html template (fluid) with

Can't login into development copy of Typo3

我们两清 提交于 2019-12-13 03:01:45
问题 I'd like to create a local copy on my Windows 8 machine to further develop existing extensions and test upcoming updates of a Typo3 6.1.7 installation. I tared everything up including the MySQL DB dump, extracted it into a fresh install of XAMPP and imported the database. After adjusting the DB and OpenSSL settings in the LocalConfiguration.php I tried to login with my password, but I get a message stating my credentials must be wrong. The LoginSecurity on BE is configured with RSA, and the

How to access a method and pass an argument within the template?

痞子三分冷 提交于 2019-12-13 02:59:19
问题 In my template I want check whether an entity has a relation to another one. Meaning one object is in an attached Object Storage of another one. In the controller I can simply call: if ($product->getCategory()->offsetExists($category) { print 'In category ' . $category->getName(); } But I can't figure out the correct syntax in the template. I tried those without luck (both evaluate to true everytime): <f:if condition="{product.category.offsetExists(category)}">true</f:if> <f:if condition="

Assign plugin in typoscript

本小妞迷上赌 提交于 2019-12-12 20:27:21
问题 I have a plugin http://typo3.org/extensions/repository/view/aw_consume I'm using it as a content element it's working When I try to assign to a subpart in my typoscript nothing shows up LOGOUT < plugin.tx_awconsume.widgets.menu this plugin was created with the extension_builder extension installed on TYPO3 6.1.4 update 3 plugin.tx_awconsume { view { templateRootPath = {$plugin.tx_awconsume.view.templateRootPath} partialRootPath = {$plugin.tx_awconsume.view.partialRootPath} layoutRootPath = {

My manually built TYPO3 lightbox isn't working properly

本小妞迷上赌 提交于 2019-12-12 04:37:52
问题 In a COA, I have this TypoScript to add an image linked to a larger copy of itself. But the Javascript plugin I'm using (Colorbox) isn't able to resize the image properly. 20 = CONTENT 20 { wrap = <div class="lightbox clearfix">|</div> required = 1 table = tt_content select.languageField = sys_language_uid select.where = colPos = 2 select.selectFields = bodytext,image,header renderObj=COA renderObj{ 10 = FILES 10 { required = 1 references { table = tt_content fieldName = image } renderObj =

No ImageMagick installation available in TYPO3, I can't resize the images

送分小仙女□ 提交于 2019-12-11 17:58:11
问题 I am very new in TYPO3 world (I came from Joomla and WordPress) I noticed that after inserting an image in a page, if I resize it, after that I save the page, the image come back to its original size. Reading on Internet seems to me that this thing may depend by ImageMagick configuration. So if I go into my administration panel and Install ---> Basic Configuration in the Check ImageMagick field say to me: No ImageMagick installation available It seems that there is no adequate ImageMagick

TYPO3 news system and RealURL

别说谁变了你拦得住时间么 提交于 2019-12-11 04:53:27
问题 I have a little problem with the TYPO3 extension News System and Real URL. Its not showing the urls like http://codem.dk/blog/artikel/usunde_energidrikke but showing it like http://codem.dk/blog/artikel/?tx_news_pi1[news]=5&cHash=5370a02c0dc7e653fede425de7ac9187 I have added the plugin code in my realurl file, so i don't know what's wrong, and all other links which are not linking to a news are working fine. In the Extension Manager for Real Url I have this path to the configuration file:

How to realize one page template in TYPO3 with custom elements for sections?

会有一股神秘感。 提交于 2019-12-11 00:26:30
问题 This is the template I want to use with TYPO3: http://www.shegy.nazwa.pl/themeforest/hype/ios/solid/ I want to give the user the possibility to add or remove sections like you see on the screenshots as many as they want. My first idea to solve this, is to create content elements. I think tt_content is not enough for this. It would be neccessary to create an own table for each sections. Is there another way? It would be very great to give the user the possibility to add content elments inside