Hello Klas,
thanks for your quick testing.
I confirm the plugin works as well on the List and Search of seb_one. (Got something in the cache, therefore i got an output)
When a position overwrite is done, the plugin doesn't work anymore, in the case of using calling $cck->getValue('field_name');
There is an workout to take care of this:
- You only can use the form output of the template an make there the HTML Markup by Div fields or with the Typo Plugin
- If you still like to use a position overwrite the restriction plugin work by calling the field value with $cck->renderField('field_name'); . To get rid of the div and label. Put in the label field "clear" and set Markup to "none". Than you getting the blank value of the field and have the user restriction as well.
@Klas - thanks for your help
Best Chris