[TYPO3-50-general] NEOS for TUG Romania 2012

Diana Precup dprecup at arxia.com
Mon Oct 29 16:15:09 CET 2012


Hi,

I try to use NEOS for the TUG Romania 2012 site. I installed NEOS and now I
try to create a plugin for the user subscription / account editing but it
seams that some troubles appears.
I created the plugin using this steps:
1. flow kickstart:package TUG.Registration
2. In the folder Packages\Application\TUG.Registration\Configuration\ I
created the file Settings.yaml with the content:

*TYPO3:*
*  TYPO3CR:*
*    contentTypes:*
*      'TUG.Registration:Plugin':*
*        superTypes: ['TYPO3.Phoenix.ContentTypes:Plugin']*
*        label: 'Registration plugin'*
*        group: 'Plugins'*

3. In the TypoScript folder I've created a file, called Root.ts2 with the
content:

*prototype(TUG.Registration:Plugin) <
prototype(TYPO3.Phoenix.ContentTypes:Plugin)*
*prototype(TUG.Registration) {*
*     package = 'TUG.Registration'*
*     controller = 'Standard'*
*     action = 'index'*
*}*
*
*
4.In Packages\Sites\TUG.TUG2012\Resources\Private\TypoScripts\Library\Root.ts2
I've added this:
*include: resource://TUG.Registration/Private/TypoScript/Root.ts2*
*
*
After this, the registration plugin must appear in the content adding
options, but this is not happening. I didn't reveived any error during the
instalation, see http://www.flickr.com/photos/diaprecup/8135124875/

I am using windows 7, wamp 2.2.

Thanks in advance,
Diana


More information about the TYPO3-project-5_0-general mailing list