6
Hi Andy,
1) For the moment, no blocks are available, I'll probably add one in the final release.
2) Here is the part of XOOPS version containig language variables you can edit in modinfo.php (forgot to translate one line)
$modversion ['config'][1]['name']='_MI_CLIENTSPACE_EDITOR';
$modversion ['config'][1]['title']='_MI_CLIENTSPACE_EDITOR';
$modversion ['config'][1]['description']='_MI_CLIENTSPACE_CHOOSE';
$modversion ['config'][1]['formtype']='select';
$modversion ['config'][1]['valuetype']='text';
$modversion ['config'][1]['default']='dhtml';
$modversion ['config'][1]['options']= array('dhtml' => 'dhtml', 'tiny' => 'tiny');
$modversion['config'][1]['category'] = 'clientspace_settings';
$modversion ['config'][2]['name']='_MI_CLIENTSPACE_SUIVI';
$modversion ['config'][2]['title']='_MI_CLIENTSPACE_SUIVI';
$modversion ['config'][2]['description']='_MI_CLIENTSPACE_SUIVI_DESC';
$modversion['config'][2]['formtype'] = 'yesno';
$modversion['config'][2]['valuetype'] = 'int';
$modversion['config'][2]['default'] = 1;
$modversion['config'][2]['category'] = 'clientspace_settings';
3) As the module is for one of my client and is some kind of CRM, the module fits this need but maybe in a further version I will give the module this kind of capability (not so soon...), for now it's a one way module (from company to clients).
4) Yes only admin can add delete edit files or follows as it is intended to be a very little CRM module, as I explain on 3.
5) Thank you for pointing this problem, I'll set it to 755.
Thanks for feed back
PS: A bug has been foud in the read managment of files and is corrected, will be available in next version.