Re: [TYPO3-english] typo3temp fills with hundreds of .js files

2010-10-12 Thread Jigal van Hemert
Hi, On 11-10-2010 23:14, J. Schaller wrote: At first I thought I still had a case of Bug #12376 but now I'm not so sure anymore. Could someone tell me what the source of this might be? The content of each .js file seems to be the same: I think you have a case of #12376:

Re: [TYPO3-english] DAM and indexing

2010-10-12 Thread Stano Paška
On 11.10.2010 16:57, Pero Matic wrote: Hi. Can someone tell me what min. permissions i have to set so that my BE users can upload files to DAM. For now, my BE users have problems after uploading file to DAM in the way that file is not indexed so it can't be linked in RTE. This doesn't happen

Re: [TYPO3-english] DAM and indexing

2010-10-12 Thread Chris Müller
Hi Pero, Hi. Can someone tell me what min. permissions i have to set so that my BE users can upload files to DAM. For now, my BE users have problems after uploading file to DAM in the way that file is not indexed so it can't be linked in RTE. This doesn't happen allways. What i did now is the

Re: [TYPO3-english] typo3temp fills with hundreds of .js files

2010-10-12 Thread Lars Houmark
Try the patch which can be found in the core list under issue number #12376 and see if the problem is solved. And if you do, make sure to use the v5 patch, which is the one that has been committed into 4.2, 4.3, 4.4 and trunk less than 24 hours ago - which means it will be the final fix. If

Re: [TYPO3-english] Show every page of the navigation

2010-10-12 Thread Jeppe Donslund
This sounds like a nice work around. I will try it soon. Jeppe D. Den 08-10-2010 08:41, Jan Bednarik skrev: Hi, here's an idea: # create first level menu lib.mainMenu = HMENU lib.mainMenu { 1 = TMENU 1.NO.allWrap = | } lib.submenu = HMENU lib.submenu { # in order to get all 2nd level menus

[TYPO3-english] Upload size with ext:fileupload

2010-10-12 Thread Jeppe Donslund
Hi, I use the fileupload extension and this is my configuration: checkMime = 0 mimeInclude = image/gif,image/jpeg,application/x-zip-compressed mimeExclude = application/octet-stream checkExt = 1 extExclude = exe,php,php3 extInclude = * maxsize =

Re: [TYPO3-english] Upload size with ext:fileupload

2010-10-12 Thread Søren Malling
Hi, Could it be your server timing out, PHPs execution time or memory_limit, post_max_size, upload_max_filesize or do you get an error stating that 500Mb is the max? Regards, Søren Malling TYPO3 Brugergruppe Danmark: www.typo3danmark.dk Twitter: twitter.com/sorenmalling On Tue, Oct 12,

Re: [TYPO3-english] Upload size with ext:fileupload

2010-10-12 Thread Jeppe Donslund
I get the File is to big error form Fileupload If I print out the $_FILES-array, the size is 0 with files larger than 500Kb, but the real file size with files less than 500kb. Jeppe Den 12-10-2010 10:39, Søren Malling skrev: Hi, Could it be your server timing out, PHPs execution time or

Re: [TYPO3-english] Upload size with ext:fileupload

2010-10-12 Thread Søren Malling
Sorry I don't get the meaning of your last message :) By standard it looks like maxsize it set to 50 (bytes, that is?!) in setup.txt. Have you had a look in the object browser to see if you really change the maxsize setting? Regards, Søren Malling TYPO3 Brugergruppe Danmark:

[TYPO3-english] [TYPO3-dev] Announcing TYPO3 4.3.8

2010-10-12 Thread Oliver Hader
Dear TYPO3 community, The TYPO3 core team has just released TYPO3 version 4.3.8, which is now ready for you to download. This version is a maintenance release and contains only bugfixes. Since the latest security releases contained one regression, this new release aims to be a stable package

[TYPO3-english] Typo3 sr_feuser_register extension adding new fields

2010-10-12 Thread Baber
Hi All, New to typo3 and to extension building. I am using kickstarter to add an extra field to my registration form, Please see below for code from my template file. !-- ###SUB_INCLUDED_FIELD_tx_suppliercats_sup_cat### -- dt label

Re: [TYPO3-english] Upload size with ext:fileupload

2010-10-12 Thread Jeppe Donslund
In Object Browser: [maxsize]=1000 What I am trying to say is that when I upload a file I get the file size printed to the screen when it triggers the file_to_big-function. If the file size is below 500kb I get the real file size printet. If the file size is more than 500kb I get printed

[TYPO3-english] (no subject)

2010-10-12 Thread Mohamed
Hi, I have tied together rgsmoothgallery with tt_news. This wonderfully claps. But here now I would like to have external Thumbnails. However, this simply does not want to clap. If I integrate the gallery as a Contentplugin and which namen ext-thumbnails gives directly in the Plugin,

[TYPO3-english] wec_staffdirectory realurl select department to view

2010-10-12 Thread Michel den Dulk
Hello, For the real configuration i have the names correctly resolved, what was in the manual. But when i use the Show Department Selector then the Department is nog shown in the url, does anyone know what real code i have to insert? This is what i have for the names: '653' = array (

Re: [TYPO3-english] DAM and indexing

2010-10-12 Thread Pero Matic
Chris Müller muel...@cyperfection.de wrote in message news:mailman.1.1286865002.3302.typo3-engl...@lists.typo3.org... Hi Pero, Hi. Can someone tell me what min. permissions i have to set so that my BE users can upload files to DAM. For now, my BE users have problems after uploading file to

[TYPO3-english] PHP error in systext/lang/lang.php

2010-10-12 Thread Sara Weale
In custom draft workspace (enable frontend preview unticked) the following error occurs. Fatal error: Cannot redeclare class language in .../typo3_src+dummy-4.3.7/typo3/sysext/lang/lang.php on line 88. This worked in 4.3.3 but not in 4.3.5/7. I have checked with the creators of

[TYPO3-english] Mapping Content Element Containers with TypoScript

2010-10-12 Thread Dayle Rees
Hi list, I am currently experimenting with creating templates using TYPOSCRIPT rather than TemplaVoila, the documentation on this topic seems a little distributed and sparse, so I was wondering if someone could help me with my last problem! I have the following extension template as part of

Re: [TYPO3-english] Mapping Content Element Containers with TypoScript

2010-10-12 Thread Dayle Rees
On 12/10/10 12:15, Dayle Rees wrote: Hi list, I am currently experimenting with creating templates using TYPOSCRIPT rather than TemplaVoila, the documentation on this topic seems a little distributed and sparse, so I was wondering if someone could help me with my last problem! I have the

Re: [TYPO3-english] Mapping Content Element Containers withTypoScript

2010-10-12 Thread JoH asenau
Have tried : page.50.marks.MAIN_CONTENT = TEXT ^^ page.50.marks.MAIN_CONTENT styles.content.get Should be just page.50.marks.MAIN_CONTENT styles.content.get for markers or page.50.subparts.MAIN_CONTENT

Re: [TYPO3-english] Mapping Content Element Containers withTypoScript

2010-10-12 Thread JoH asenau
as you can see this extension template is pulling in a different CSS file to the main template ( I tried using includeCSS but nothing was outputted :( ) page.includeCSS will work with array keys like these: page.includeCSS { your_first_key_here = fileadmin/whatever.css

Re: [TYPO3-english] Mapping Content Element Containers withTypoScript

2010-10-12 Thread Dayle Rees
On 12/10/10 12:51, JoH asenau wrote: Have tried : page.50.marks.MAIN_CONTENT = TEXT ^^ page.50.marks.MAIN_CONTENT styles.content.get Should be just page.50.marks.MAIN_CONTENT styles.content.get for

Re: [TYPO3-english] Mapping Content Element Containers withTypoScript

2010-10-12 Thread Dayle Rees
On 12/10/10 12:54, JoH asenau wrote: as you can see this extension template is pulling in a different CSS file to the main template ( I tried using includeCSS but nothing was outputted :( ) page.includeCSS will work with array keys like these: page.includeCSS { your_first_key_here

Re: [TYPO3-english] Mapping Content ElementContainers withTypoScript

2010-10-12 Thread JoH asenau
Would you happen to know how to add custom / more columns, since NORMAL LEFT RIGHT BORDER may not be enough for my needs. To add them to the backend you can use TSconfig or extTables.php After all colPos is just a field that gets rendered as a selectbox. i.e. you can use this page TSconfig:

Re: [TYPO3-english] Mapping Content ElementContainers withTypoScript

2010-10-12 Thread Dayle Rees
On 12/10/10 13:32, JoH asenau wrote: Would you happen to know how to add custom / more columns, since NORMAL LEFT RIGHT BORDER may not be enough for my needs. To add them to the backend you can use TSconfig or extTables.php After all colPos is just a field that gets rendered as a

Re: [TYPO3-english] Mapping Content ElementContainers withTypoScript

2010-10-12 Thread JoH asenau
Hmm, thanks again for your reply, however adding the TS above to the page 'setup' gives me no new columns, even after a clear cache, sorry to be a bother Joey, I am really grateful for all this help! It's page TSconfig. This has nothing to do with the TypoScript Setup in your template but is a

[TYPO3-english] Hotel room booking

2010-10-12 Thread Igor Mitev
Hello, I searched for an extension to use for Hotel room booking and came across ab_booking. It's great but has no categories yet (it shows for example 10 single bed rooms -depends how many you create). I need to have the quick reservation box to show on all pages as a Typo Script Object Path

Re: [TYPO3-english] DAM and indexing

2010-10-12 Thread Chris Müller
Hi Pero, the documentation states: The alternative filemounts are added to the existing Filemounts. http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.3.2/view/1/4/#id2344103 So there is no need for an alternative file mount. I think this is only needed if

Re: [TYPO3-english] DAM and indexing

2010-10-12 Thread Pero Matic
Chris Müller muel...@cyperfection.de wrote in message news:mailman.1.1286893249.16077.typo3-engl...@lists.typo3.org... Hi Pero, the documentation states: The alternative filemounts are added to the existing Filemounts.

[TYPO3-english] realurl tt_news - how to get rid of /category/ in category view

2010-10-12 Thread Tymoteusz Motylewski
Hello I've got a page showing list of news from some category. It's address is like this: domain.com/index.php?id=60tt_news[cat]=20 it is translated by realurl to this: domain.com/category-wiew/category/category-title (where category-view is page title) It's quite standard configuration. The

[TYPO3-english] ExtJS 3.3 is finished - will it be integrated in 4.5?

2010-10-12 Thread Kay Strobach
Hello guys, i read, that ExtJS 3.3 is ready - so my question is will you integrate it in TYPO3 4.5? - Would be great. http://www.golem.de/1010/78579-rss.html http://www.sencha.com/blog/2010/10/11/ext-js-3-3-final-released/ Thanks Kay ___

Re: [TYPO3-english] ExtJS 3.3 is finished - will it be integrated in 4.5?

2010-10-12 Thread Steffen Müller
Hi. On 12.10.2010 19:47 Kay Strobach wrote: i read, that ExtJS 3.3 is ready - so my question is will you integrate it in TYPO3 4.5? - Would be great. Revision 9045 Added by Steffen Kamper about 7 hours ago Update #15970: Update ExtJS to version 3.3.0

Re: [TYPO3-english] realurl tt_news - how to get rid of /category/ in category view

2010-10-12 Thread Steffen Müller
Hi. On 12.10.2010 18:02 Tymoteusz Motylewski wrote: So the solution would be to tell realurl to always display category view on page with id=60 or always add tt_news[cat] to every address is pointing to page with id=60. to do so, use RealURL fixedPostVars instead of postVars. -- cheers,

Re: [TYPO3-english] upgrade to 4.4.4 problem - no icons

2010-10-12 Thread Aleksandar Milovac
Thanks Steffen. I did that, but maybe I missed some of the steps. I'll repeat upgrade procedure again. Regards, Aleksandar Steffen Gebert wrote: On 11.10.10 22:07, Aleksandar Milovac wrote: Hi, After upgrade from 4.2 to 4.4.4 I backend looks very ugly and I cannot see most of the icons. Any

Re: [TYPO3-english] ExtJS 3.3 is finished - will it be integrated in 4.5?

2010-10-12 Thread Steffen Müller
On 12.10.2010 20:02 Kay Strobach wrote: wow your faster than light ;) not me - but the Steffen Borg. :) Resistance is futile. -- cheers, Steffen TYPO3 Blog: http://www.t3node.com/ Microblog: http://twitter.com/t3node ___ TYPO3-english mailing