[TYPO3-english] General extension for listing + filtering records

2017-08-01 Thread Michael Bakonyi

Dear TYPO3-enthusiats,

as an integrator I would like to have ONE extension, which is capable of 
listing, filtering and paging different kind of records (be it 
addresses, news, custom data types ...) in the frontend.


So far I know

mighty pt_extlist: https://typo3.org/extensions/repository/view/pt_extlist

and

dataviewer: https://typo3.org/extensions/repository/view/dataviewer

Which other ones do you use and would recommend?

Looking forward to hear from you.

Cheers,
Michael
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Problem with "Special Menus" CE

2017-08-01 Thread Graham Knight

Hi,

Since upgrading to v7.6 a problem has appeared with the form for editing the menu/sitemap 
CE. Specifically the text box headed "Selected Pages" appears for admin users 
but not for others.

I have looked through the access lists for users and groups but I cannot see 
which field would cause this effect.

Can anyone suggest the solution?

Many thanks.

Graham Knight


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Form Framework in Extension: Custom Finisher in relation to record

2017-08-01 Thread Mikel
Hi all,

I am implementing the new form framework into an own extension.

My scenario:

- Model „ContactPerson“ has a property „mailAdress“
- Model „ContactPerson“ has a form implemented on it’s showAction
- The form has a „basic setup“ with common fields for all implementations, 
configured by yaml
- The finisher should be overwritten, when the form is rendered by the 
showAction of ContactPerson

What is best practise to add a custom finisher in relation to a given model? By 
„hooking in“ to „initializeFormElement“? Or with a custom finisher? Or with 
passing a configuration array to form render viewhelper and override the form 
configuration?

Any hints / discussion / snippets appreciated.

Mikel
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english