[TYPO3-english] Re: External Import and JSON

2016-09-20 Thread Jeppe Donslund
The connector test in the JSON connector is succesfull. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] External Import and JSON

2016-09-20 Thread Jeppe Donslund
I want to use the extension externalimport to import external data into my TYPO3. I insert the path to an php file in the TCA as desrbed in the documentation. Taht php file returns valid JSON. But I get this error: Data could not be fetched (connector error: No JSON data has been defined.)

[TYPO3-english] Re: typo3.stackexchange.com

2016-09-20 Thread Bernd Wilke
hooray! definition phase is closed. the next phase of commitment has begun: | Before the site is created, it needs people to commit to use it. Right now, it's 2% complete. | When it reaches 100%, the beta will begin. | | The commitment score is the minimum of three scores: | 8% 17/200

Re: [TYPO3-english] typo3.stackexchange.com

2016-09-20 Thread Philipp Gampe
Hi all, Bernd Wilke wrote: > We need 2 more questions with a score of 10 or more to move to the next > phase. Just one more ... Anyone here interested in a TYPO3 Q Site on the Stackexchange Network? Best regards -- Philipp Gampe – PGP-Key 0AD96065 – LFCS TYPO3 CMS Certified Integrator –

Re: [TYPO3-english] Updating scss files

2016-09-20 Thread Mark Boland
Hi Jeppe, you should not rename files in extensions. They will come back with every update. You should add your own CSS file (probably uploaded to fileadmin/) to provide your own styles on top of bootstrap_core and bsdist: page.10.includeCSS.myCssFile = fileadmin/template/my.css If you

[TYPO3-english] Re: Updating scss files

2016-09-20 Thread Jeppe Donslund
Thanks Mark But why can I see the scss in the Chrome DevTools? I have tried to rename the scss file, but that doesn't change anything. I have clear the cahce in the Install tool ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Updating scss files

2016-09-20 Thread Mark Boland
Hi Jeppe, you need to compile them to css files. You can either use a command line tool like sass [1] or an integrated tool that comes with some IDEs [2] and code editors [3] Cheers Mark [1] http://sass-lang.com [2] http://netbeans.org [3] https://code.visualstudio.com/ Am 20.09.16, 09:34

[TYPO3-english] Updating scss files

2016-09-20 Thread Jeppe Donslund
I am new to scss files, so please be gentle if this is a studip question. I the bsdist distribution there is some scss files. I need to change them, but if I do that, nothing happens. I det devtools in Chrome, I can see that the values are the same as the originalen file, but if I click the