[TYPO3-english] RTE + TYPO3 7.6.x + contenttable

2017-11-06 Thread francois beaulieu
Hi guys! I try to configure my RTE. On FE i still have . i want to get rid of it. Everything is ok on BE. This is my configuration : Page TSConfig : RTE.classes > RTE.default { showButtons = blockstylelabel, blockstyle, textstylelabel, textstyle showButtons :=

Re: [TYPO3-english] Typo3 scheduler: Can i somehow execute Action of controllers of my extension with it or my code?

2017-11-06 Thread Mikel
See here https://docs.typo3.org/typo3cms/extensions/scheduler/DevelopersGuide/CreatingTasks/Index.html Scroll down to „Declaring the task class“. So you have to declare the task in your

[TYPO3-english] Re: Typo3 scheduler: Can i somehow execute Action of controllers of my extension with it or my code?

2017-11-06 Thread christian ewigfrost
I've tried this step by step guide, but the Command simply doesn't pop up in the Scheduler: http://blog.scwebs.in/typo3/typo3-commandcontroller-in-scheduler-task ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] Re: Typo3 scheduler: Can i somehow execute Action of controllers of my extension with it or my code?

2017-11-06 Thread christian ewigfrost
Yeah, i checked that out already. My problem is that i don't know where to put that code. The documentation states: "A task is represented by a PHP class that extends the base task class..." So is the task basically an additional class in my extension and do i therefore create a seperate

Re: [TYPO3-english] Typo3 scheduler: Can i somehow execute Action of controllers of my extension with it or my code?

2017-11-06 Thread Mikel
Hi Christian, have you found the developers guide for the scheduler? https://docs.typo3.org/typo3cms/extensions/scheduler/DevelopersGuide/CreatingTasks/Index.html Additionally, you need to setup a

[TYPO3-english] Typo3 scheduler: Can i somehow execute Action of controllers of my extension with it or my code?

2017-11-06 Thread christian ewigfrost
A while ago i was tasked to write a Typo3 extension to write so called .conf files for the icinga2 montoring tool (has nothing to do with Typo3). Still let me explain some parts of it: Basically the backend user needs to create records of records of specific classes and set values for each records