[TYPO3-english] Can't assign usergroup to user with [sr_feuser_register]

2017-10-25 Thread steve legare
Hi all, I can't configure this extension to work properly. How can I assign a usergroup to a user after the creation of the profile ? this is my config : plugin.tx_srfeuserregister_pi1.create.evalValues.captcha_response = freecap plugin.tx_srfeuserregister_pi1.create.useEmailAsUsername = 1

[TYPO3-english] Re: Simple photo gallery image size

2017-10-25 Thread Christian Hackl
hey, your infos are not enough :) Witch gallery ext do you use? How looks your TYPO3 Config (Constants Editor at the BE)? and so on... ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

[TYPO3-english] Re: How to hook TYPO3 Form submit

2017-10-25 Thread Chris Taylor
Thank you both for your very useful support. I have found the form extension aftersubmit hook, which looks pretty much what I need. I will build the directory structure as you suggest and test. The redirect post processor may be very useful also.

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

2017-10-25 Thread Mikel
OK. Yes, that is possible. Like I said —> itemsProcFunc. Go into your tca, to the select field. 'renderType' => 'selectSingle', 'foreign_table' => 'tx_cvfoobar_domain_model_kunde', 'itemsProcFunc' => ‚Foobar\CvFoobar\Tca\SelectProcFunc->prepareItems', class SelectProcFunc { public function

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

2017-10-25 Thread christian ewigfrost
Quote: Mikel wrote on Wed, 25 October 2017 15:45 I think, I now understand. You just want to have a different label in your select box, right? If so, you can change that in the TCA of Kunde. 'ctrl' => [ 'label' => 'name', Change the

[TYPO3-english] Simple photo gallery image size

2017-10-25 Thread max exan
Hi to all, I'm new in typo3, I created a gallery of a product using simple photo gallery, but I don't understand how it works. I uploaded images using thumbnail size px 90x90 thumbnail are displayed correctly but if I click on the image they remain small. I uploaded then images with higher

[TYPO3-english] Re: How to hook TYPO3 Form submit

2017-10-25 Thread Florian Rival
Hi Chris, Yes, you should write your own extension if you want to add a specific hook but you don't need to have a full MVC extension. Your extension should have a directory Hook like this : typo3conf/ext/MyExt/Classes/Hook/XxHook.php The hook must be registered in file

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

2017-10-25 Thread christian ewigfrost
Quote: Mikel wrote on Tue, 24 October 2017 16:40 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]###',

Re: [TYPO3-english] How to hook TYPO3 Form submit

2017-10-25 Thread Mikel
Hi Chris, the form framework supports custom postprocessors, which allows you to handle form handling after submit. https://docs.typo3.org/typo3cms/extensions/form/7.6/Configuration/Postprocessors/Index.html

[TYPO3-english] How to hook TYPO3 Form submit

2017-10-25 Thread Chris Taylor
Hello, your support for a new typo3 developer would be greatly appreciated. I need to hook into a TYPO3 form submit event and my question is: do I need to write a TYPO3 Extension to achieve this? Background: - I installed TYPO3 version 7.6.23. During the install process I

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

2017-10-25 Thread Florian Rival
Hi, I suggest you to try this : deactivate all third party extensions clear the cache with the install tool (included OpCode cache) look if the backend is right try reinstall extensions one by one Have a look in server logs. Regards, Florian -- -- Florian Rival -- www.oktopuce.fr