[TYPO3-english] File links in rte_ckeditor don't get counted as a reference

2017-10-24 Thread Tania Morales
Hi everyone, The issue is related to this bug report on version 6.2 which was back then fixed. https://forge.typo3.org/issues/66243 It can be reproduced by creating a link to a file in the new ckeditor, when checking on the File List module, the

[TYPO3-english] No module "web_layout" could be found

2017-10-24 Thread Gunnar Jonsson
I am trying to update my website from TYPO3 6.2 to TYPO3 7.6 doing all steps with upgrading the website. However, after upgrade I get the message "No module "web_layout" could be found" when clicking on a page in the backend. Anyone who could give a tip where to look for the problem? I have

Re: [TYPO3-english] Typo3 foreign_table: How to specify a specific column to a select drop down menu?

2017-10-24 Thread Mikel
Do you need something like that? 'foreign_table_where' => 'AND tx_icingaconfgen_domain_model_kunde.your_property = ###REC_FIELD_[tx_icingaconfgen_your_model_to_compare.your_property]###‘, Sorry, but I’m not sure if I understand your use case. It is a bit hard to read :-) You can also have a

[TYPO3-english] Using Fluid for generating html-wrapper-divs - no translation

2017-10-24 Thread Urs Brauchli
Hi Forum I'm using this approach to generate an HTML-Wrapper with fluid: Wrapper with frame {settings.frame_type} {content}

[TYPO3-english] Re: Typo3 foreign_table: How to specify a specific column to a select drop down menu?

2017-10-24 Thread christian ewigfrost
Hmmm... But that's not waht i want to do: What this does is just filtering the assignable records by their properties and then lets me choose the record in the select. But it assigns the entire record or the uid of the record to the property of the creatable record as understand. What i want to

Re: [TYPO3-english] Typo3 foreign_table: How to specify a specific column to a select drop down menu?

2017-10-24 Thread Mikel
Hi, I’m not sure, which properties you want to use for your selection. But a basic where clause would be: > 'foreign_table' => 'tx_icingaconfgen_domain_model_kunde‘, 'foreign_table_where' => 'AND tx_icingaconfgen_domain_model_kunde.your_property = your_value', See

[TYPO3-english] Typo3 foreign_table: How to specify a specific column to a select drop down menu?

2017-10-24 Thread christian ewigfrost
Basically a simple question (i guess): I want to add records in the Typo3 backend. Thatfor i made an extension containing 4 different classes. While adding a record of one specific class to a folder via the backend i want to have a select that lets me chose from items of a column from another