Ok, got it - and I have to say once again: "Thanks, Soma!"
Here the thread and the post with the solution:
http://processwire.c...-admin/?p=11276
The important part is the setting of the moduls permisson:
public static function getModuleInfo() {
return array(
'title' => 'Import Tabelle als CSV',
'version' => 103,
'summary' => 'Import CSV files to create ProcessWire pages.',
'singular' => true,
'autoload' => false,
'permission' => 'page-edit'
);
In this way the modul is editable by a non-superuser and can be accessed through the top navigation.





Find content
Male

