[TYPO3-english] Re: Edit file after upload in TYPO3 backend

2015-03-19 Thread Jeppe Donslund
I have the PHP classes to edit the Excel-files. It is the TYPO3 upload part I can't figure out how to do. I have a soultion where I upload the files and then parse the Xlsx before showing the data in frontend. But it is to slow. I need to convert it to csv wich I think is faster. If it is too

[TYPO3-english] prioriCalc: Problem with wrong calculation

2015-03-19 Thread Raphael Weber
Hi, I'm really stumped about this calculation result of TypoScript (StdWrap/ prioriCalc): 30 = TEXT 30 { stdWrap.dataWrap = ({GP:formhandler|val_1}+{GP:formhandler|val_2}+{GP:formhandler|val_3}+{GP:formhandler|val_4}+{GP:formhandler|val_5}+{GP:formhandler|val_6}) * 19.9

Re: [TYPO3-english] site title not changed anymore in single view

2015-03-19 Thread Nils Hodyas
Am 18.03.2015 um 23:24 schrieb Markus Klein: Created a ticket for now: https://forge.typo3.org/issues/65832 I never ran into this problem and thanks to you I may never will. Once in a while it's time to send out a thank you to the numerous people out there posting issues shortly before

Re: [TYPO3-english] site title not changed anymore in single view

2015-03-19 Thread Markus Klein
Thanks, Nils. Then you're lucky and your page is fully cached all the time. That's the best case anyway. ;-) Kind regards Markus Markus Klein TYPO3 CMS Active Contributors Team Member -Original Message- From:

[TYPO3-english] Scheduler: Result of DataProvider-getNodes() depends on $GLOBALS['BE_USER']

2015-03-19 Thread Bernhard Schenkenfelder
According to http://docs.typo3.org/typo3cms/extensions/scheduler/Installation/SchedulerUser/Index.html, scheduler tasks are executed either by _cli_scheduler or the current BE user. This results in, for example, TYPO3\CMS\Backend\Tree\Pagetree\DataProvider-getNodes() returning results

[TYPO3-english] Lock a direct reference for files in fileadmin

2015-03-19 Thread Dima Doronenko
Hi, all I need a help, I want to forbid a direct opening or downloading of the file from the fileadmin folder. Example: www.example.com/fileadmin/some_folder/some_doc_file.doc And to leave this opportunity only for fe_users. How can I configure this? Thanks!

Re: [TYPO3-english] Lock a direct reference for files in fileadmin

2015-03-19 Thread Richard Davies
Hi Dima, Extensions! You can use the search function of the extension repository. There seem to be a few if you search for 'secure' - http://typo3.org/extensions/repository/?id=23L=0q=secure Richard On 20 March 2015 at 02:43, Dima Doronenko doronen...@i.ua wrote: Hi, all I need a help, I

[TYPO3-english] SSL proxy - nginx, apache, and base href condition in typoscript

2015-03-19 Thread Jan Slusarczyk
I want to use nginx as ssl proxy in front of apache running typo3 6.2.10. I'm returning X-Forwarded headers, including X-Forwarded-Proto https, and the proxying part works fine. But I also need to modify my base href tag depending on the protocol. And I can't find a working example on how to

Re: [TYPO3-english] To backend layout or not to backend layout that's the question?

2015-03-19 Thread HocomAdvies [  Wiechert Hooghwinkel ]
What's the best way to find out if the PageTSconfig file is used / included anyway? So what's the best way to find out what I have done wrong here? Even the sample you referred me to, is not working. Do I need to change some config settings? Regards Wiechert Op 18 mrt. 2015, om 11:32

[TYPO3-english] readonly checkboxes in a form

2015-03-19 Thread Eva Szabová
I have a simple form element on my page and have some checkboxes there. When a user is not signed in, I want this checkboxes to be readonly. The problem is I do not know where to put that condition. What is the best solution? I have TYPO3 4.4.15, templavoila 1.3.7