Re: [TYPO3-english] favicon handling

2015-07-11 Thread Stefan Reichelt
On 11/07/15 21:43, rsbrux wrote: page.headerData.10.value ( [...] ) page.headerData is a CARRAY or COA, so 10 has to be an object to output anything: page.headerData.10 = TEXT page.headerData.10.value ( [...] ) Kind regards Stefan ___

Re: [TYPO3-english] Typoscript stdWrap if COA element not empty

2015-06-30 Thread Stefan Reichelt
Hello Arun, although I have to agree with Bernd that you really should move the wrapping into the same piece of code (you typoscript object would be best imho). But if you really really really rally can't do that, here is a possible solution (untested): -- lib.contactbox = COA

Re: [TYPO3-english] Randomly Display tt_news Item with TypoScript

2015-06-11 Thread Stefan Reichelt
Hello Scotty, On 11/06/15 19:58, Scotty C wrote: 20=RECORDS 20 { source = 381 source.insertData = 1 tables = tt_news conf.tt_news conf.tt_news = TEXT conf.tt_news.field=title } As I understand this code, you try to to retrieve a tt_news record with UID 381, so it kinda always

Re: [TYPO3-english] 6.2 tt_content TCA showitem problem

2014-04-02 Thread Stefan Reichelt
Hello again, I found the problem. When you use ExtensionManagementUtility::addToAllTCAtypes in an extension you can add your own fields into the showitem of all CTypes of tt_content. By default they then appear under the Extended tab. However if you later on (fe. in another extension which gets

[TYPO3-english] 6.2 tt_content TCA showitem problem

2014-04-01 Thread Stefan Reichelt
Hello there, I have a weird problem that seems to be rather new. In an extensions ext_tables.php, using for example: $TCA['tt_content']['types']['menu']['showitem'] = ''; You can change what fields, palettes and tabs are shown in the backend when editing a content element with a certain CType.

Re: [TYPO3-english] FLUIDTEMPLATE and renderObj

2014-03-13 Thread Stefan Reichelt
Hello Vincent, On 13.03.2014 10:01, Vincent Mans wrote: HeaderAddBox1 styles.content.get HeaderAddBox1.select.where = colPos = 21 HeaderAddBox1.renderObj.stdWrap.innerWrap.cObject=CASE HeaderAddBox1.renderObj.stdWrap.innerWrap.cObject{ By default

[TYPO3-english] 6.2 TCA pages|backend_layout ( _next_level) items changes as it should be?

2014-02-10 Thread Stefan Reichelt
Hello everyone, today I came upon a change in the core TCA for the pages table, in the items of its fields backend_layout backend_layout_next_level. This changed seem to have happend sometime after 6.2beta2. Or at least that is the newest version I have locally that still has the old

[TYPO3-english] 6.2beta3 tt_content responsive images, can't get it working

2013-12-24 Thread Stefan Reichelt
Hello everyone, I wanted to try out the new responsive stuff in css_styled_content and content elements with a few images of various dimensions, but just can't get it to work. Heres the sourceCollection I tried: tt_content.image.20.1.layoutKey = data tt_content.image.20.1.sourceCollection

Re: [TYPO3-english] 6.2beta3 tt_content responsive images, can't get it working

2013-12-24 Thread Stefan Reichelt
On 24.12.2013 09:55, Stefan Reichelt wrote: There is probably more to it but I'm to lazy to look deeper into it now. So yeah, what am I doing wrong and/or how can I get it to work? Using maxW instead of width in each sourceCollection.xyz did the trick. Thanks for a great feature! :) Pleasant

Re: [TYPO3-english] Configuration for a custom EXT and his plugins

2013-12-04 Thread Stefan Reichelt
Hellio Simone, On 04.12.2013 18:21, Simone Paolinelli wrote: How can I set a set of common parameter which can be used by all plugin of extension? You could make another TypoScript array containing the shared properties and then copy it into all three plugins, fe: plugin.tx_myext_base {

Re: [TYPO3-english] Render order

2013-11-06 Thread Stefan Reichelt
Hello Miguel, On 06/11/2013 14:39, Miguel wrote: If i'm not made myself clear, here is a draw of what i want and what is currently happening: http://img196.imageshack.us/img196/8232/wvpc.jpg in your backend, go into the List module of the page with those three content elements. Scroll down to

Re: [TYPO3-english] dce and typoscript object

2013-11-04 Thread Stefan Reichelt
Hello Katja, On 30/10/2013 19:47, Katja Lampela wrote: My humble simple try anyway doesn't work: What exactly does not work? Is nothing rendered at all? See first if your fluid template is used/rendered at all. Then if the section in it is being rendered and then your TypoScript object. Your

Re: [TYPO3-english] Datamints_feusers Checkbox

2013-10-24 Thread Stefan Reichelt
Hello Miguel, On 24/10/2013 12:44, Miguel wrote: Nothing is said about this kind of fields in reference guide of datamints_feuser, is only possible to add inputs to the forms? As far as I know it is possible, but datamints_feuser needs a TCA (Table Configuration Array) entry for each new

Re: [TYPO3-english] Datamints_feusers Checkbox

2013-10-24 Thread Stefan Reichelt
Hello Miguel, On 24/10/2013 16:24, Miguel wrote: The first situation is kind a weird, because when i submit the form nothing happens if everything is ok I once had the same problem, but I can't remember the exact solution anymore... I believe it was some small (and afterwards very obvious)

Re: [TYPO3-english] javascript

2013-10-05 Thread Stefan Reichelt
Hello Jim, On 05/10/2013 15:46, Jim MacFarlane wrote: 10.value ( I'm not sure, but I think you need both on the same line. 10.value ( Kind regards Stefan ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] javascript

2013-10-04 Thread Stefan Reichelt
Hello Jim, On 04/10/2013 14:26, Jim MacFarlane wrote: How do you use typoscript to embed a javascript function into the page headers? You got several ways, all through your main PAGE [1] cObject. The easiest being: -- page.jsInline { 10 = TEXT 10.value ( /* Some inline js code several

Re: [TYPO3-english] Fluidtemplates not showed.

2013-09-22 Thread Stefan Reichelt
Hello Thomas, On 21/09/2013 23:14, Thomas Petersen wrote: content_top styles.content.get content_top.select.where = colPos = 3 Probably a long stretch, but you do include the static template css_styled content (which contains styles.content.get)? Also, could you try to make

Re: [TYPO3-english] SUBNAV only in some pages

2013-09-11 Thread Stefan Reichelt
Hello Miguel, On 11/09/2013 16:26, Miguel wrote: The website that i'm currently developing, needs a subnavigation menu on the left side of some of the pages, with links to other sub-pages inside that menu...I know that i have to create a SUBNAV subpart in the template, but i only need that

Re: [TYPO3-english] how to use restult of USER function in where clause?

2013-08-21 Thread Stefan Reichelt
Hello Erich, where temp.related_news You cannot copy a cObject into a property unless it expects a cObject. But if the property supports/contains stdWrap, then this will: where.stdWrap.cObject temp.related_news The 'stdWrap.' might not be needed. But it will only work if your 'where'

Re: [TYPO3-english] FILES cObject, get total number of its retrieved files

2013-08-07 Thread Stefan Reichelt
On 06/08/2013 21:34, Wouter Wolters wrote: Hi Stefan, Are you maybe looking for this pending feature [1]? Wouter [1] https://review.typo3.org/#/c/21747/ Yes, exactly what I hoped for. You guys are awesome, thanks! One question about the change though (although I guess I should

Re: [TYPO3-english] 6.x: Images always processed/converted into PNGs

2013-08-06 Thread Stefan Reichelt
On 06/08/2013 08:00, d.ros wrote: Is fixed and merged to GIT - https://review.typo3.org/#/c/22420/ Perfect, exactly what I hoped for. Thank you and also Benjamin who made the patch. Cheers! ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] FILES cObject, get total number of its retrieved files

2013-08-06 Thread Stefan Reichelt
Hello there, in TypoScript I have a simple FILES object and is there some, any way to get the total number of files it retrieved (/is rendering)? I found one possible (haven't tried it yet) way (but it would probably only help my particular usecase though) by using stdWraps split function with

[TYPO3-english] 6.x: Images always processed/converted into PNGs

2013-08-05 Thread Stefan Reichelt
Hello fellow readers, I have a simple IMAGE cObject: 20 = IMAGE 20.file = fileadmin/user_upload/av14.gif It is a animated GIF and in 6.1 the image (and all other variantes of IMAGE cObjects I tried, fe. as content elements) will always be converted into a PNG saved in typo3temp/_processed_.

Re: [TYPO3-english] 6.x: Images always processed/converted into PNGs

2013-08-05 Thread Stefan Reichelt
Well, interesting (from my perspective anyway :o) ) update: I just tried the same IMAGE cObject as before on a 6.0.4 introduction package and there the original, animated file was shown in the frontend. I then updated the installation to 6.0.8 and it got again converted into a PNG saved in the

Re: [TYPO3-english] RealURL - add pid at end of URL

2013-07-25 Thread Stefan Reichelt
Hello Pero, On 25/07/2013 15:02, Pero Peric wrote: Well, PID is unique for every page so it makes URL unique too. I have thousands of speaking URLs on site that are generated on a page path basis so duplicates can happen and i want to avoid that. I see many sites use this method to solve

Re: [TYPO3-english] PHP 5.4 Strict Standards...

2013-05-25 Thread Stefan Reichelt
Hello Wiesław, On 25/05/2013 14:33, Wiesław Golsz wrote: /Strict Standards: Non-static method t3lib_div::getClassName() should not be called statically in /home/www/domain.com/t3lib/class.t3lib_div.php on line 5338// I looked up the error messages and it seems these particular warnings were

Re: [TYPO3-english] Typolink

2013-05-02 Thread Stefan Reichelt
Hello Bernhard, On 02/05/2013 22:55, Bernhard Schenkenfelder wrote: musol.10.marks.MN2.value = DB:pages:5:nav_title .value outputs the given text as plain text and nothing more (well, not totally...), what you are looking for is the property .data: musol.10.marks.MN2.data = DB:pages:5:nav_title

Re: [TYPO3-english] Info on Fluid

2013-04-29 Thread Stefan Reichelt
Hello Pero, On 29/04/2013 16:39, Pero Peric wrote: but I would like to ask if there is some tutorial (like modern templating) for this Fluid thing? Using Fluid in TypoScript works very similar to old fashioned marker based templates. Instead of the cObject TEMPLATE you use FLUIDTEMPLATE [1].

Re: [TYPO3-english] Conditionnal display of a content element (Stefan Reichelt)

2013-03-19 Thread Stefan Reichelt
Hello, On 19/03/2013 11:21, aliasjcden...@sunrise.ch wrote: I there are subpages, always display the subpages section (a content element displaying links to subpages) Sounds like a job for HMENU [1]. You could try what Edmund Huggett wrote. Imho if such a menu should always be present anyway,

Re: [TYPO3-english] Conditionnal display of a content element

2013-03-12 Thread Stefan Reichelt
Hello aliasjcdenton, On 12/03/2013 16:01, aliasjcden...@sunrise.ch wrote: How can I do ? This might work: source.stdWrap.ifEmpty = 587 Generally many objects and properties only have some of the stdWrap properties and functions inherited but most of them always have the whole of stdWrap as

Re: [TYPO3-english] TYPO3 4.5.24 and jumpURL

2013-03-06 Thread Stefan Reichelt
Hello Sergey, as far as I know, this is a known bug of the latest releases and there will be a bugfix release for it in the next 24 hours (probably). You can read up on it here (along with the patches if you need it now): http://forum.typo3.org/index.php/t/194814/ Kind regards Stefan

Re: [TYPO3-english] Extension manager

2013-02-16 Thread Stefan Reichelt
Hello Julius, On 16/02/2013 15:51, j.j wrote: Hi, I installed new typo3 6.0.2 powered with introduction package into localhost mashine but the extension manager doesn't load. Says the web page is not available. Anybody encountered this issue and knows how to solve it? Julius Do you use

Re: [TYPO3-english] Shutting down the german list?

2013-02-14 Thread Stefan Reichelt
Hello everyone, I would be happy to have all information in one language and one language only. But that won't work out for a vast amount of reasons anyway and most of the important discussions and informations already are in english (and all official lists too). I see no point in removing the

Re: [TYPO3-english] Multiple Languages in 6.0

2012-12-30 Thread Stefan Reichelt
Hello Ronald, On 30/12/2012 17:26, Ronald Wiplinger wrote: Kay, thank you for your reply, which does not help much. Maybe somebody can help with a detail description OR with a link where a detail description is ;-) there is an older document [1] explaining the whole multi language stuff.

Re: [TYPO3-english] Multiple Languages in 6.0

2012-12-30 Thread Stefan Reichelt
On 30/12/2012 17:39, Philipp Gampe wrote: http://docs.typo3.org/typo3cms/FrontendLocalizationGuide/BasicSetupOfALocalizedWebsite/TyposcriptConfiguration/Index.html Well, nevermind my reply then. :) Cheers! ___ TYPO3-english mailing list

Re: [TYPO3-english] hints

2012-11-28 Thread Stefan Reichelt
Hi Tomasz, On 28/11/2012 07:25, Tomasz Krawczyk wrote: I applied this in my site with 4.5.21. It relay removed all help but also titles in the list module. Well, that sucks, sorry for that. Change the function of the user_removehelp class into this to get the titles back: --

Re: [TYPO3-english] hints

2012-11-26 Thread Stefan Reichelt
On 26/11/2012 11:51, Katja Lampela wrote: 26.11.2012 10:57, Dmitry Dulepov kirjoitti: Those tooltips appear even when help is removed and accidental click on them opens a new window, which is a big loss of time for experts... this is so true. Hello, wasn't there an option in pageTS/userTS

Re: [TYPO3-english] after saving image width 999

2012-11-18 Thread Stefan Reichelt
Hello Katja, Seems really odd if this can't be overridden anywhere and if it can't I think it's a bug. But can it be overridden? I cannot promise this will work, but since it is configure through the TCA, this might: Into the TSconfig of a page (root) under ressources: --

Re: [TYPO3-english] Last TYPO3 version without fluid/extbase

2012-11-16 Thread Stefan Reichelt
On 16/11/2012 11:07, Andreas Becker wrote: If the project plan would be published also for the community in advance than probably all those discussions hee would be obsolete or would take place BEFORE changes have already been manifested. As far as I know, there are not many of these

Re: [TYPO3-english] Last TYPO3 version without fluid/extbase

2012-11-15 Thread Stefan Reichelt
On 16/11/2012 02:49, Andi wrote: If Dmitry is a member of the core team so why does he not know about it? Could it be that the Core Team has a inner and an outer core team? Those who know about changes and those who get confronted with changes? There seems to be a serious communicational

Re: [TYPO3-english] How to exclude some pages in PIDinRootline?

2012-11-12 Thread Stefan Reichelt
Hello Ugur, I think there was a specific way to exclude PIDs, but I can't remember it.. Anyway, this might work: -- yourobject{ # Current page id as the value to check if.value.data = page:uid # List of page ids the above one will be checked against if.isInList = x,y #

Re: [TYPO3-english] confused with some example codes

2012-11-07 Thread Stefan Reichelt
Hello Tom, 1. It is a name/key/ID for the library/file you put into includeLibs. Kinda like with an array. 2. inserData tells typoscript to replace the 'markers' (this probably the wrong name but anyway), like in your example the {field:uid}, with the data they... represent. 3. As far as I