|
One of the last characteristics introduced in the framework of IGSuite are the possibility to strengthen the functionalities of the textarea fields installing some additional packets of third parts.
The functionalities that can be added concern the orthographic control of the content and the possibility to have in line a suit and powerful person html editor.
The additional packets of which you will have need are: the editor Html FCKeditor http://www.fckeditor.net link and the spell checker Aspell http://aspell.sourceforge.net link both Open Source and working both on systems Windows that Linux.
Once withdrawn the packet for his/her own system and installed on the server it is enough to modify the file of configuration of IGSuite 'igsuite.conf' and to insert the path to reach the executable one of Aspell.
$ext_app{aspell} = '/usr/bin/aspell';
Once withdrawn the packet for his/her own system and installed on the server it is enough to modify the file of configuration of IGSuite 'igsuite.conf' and to insert the relative path to reach away web FCKeditor. Following the instructions for the installation of FCKeditor in fact, these points out of unpack the packet in an attainable directory by web (Attention: not a directory for CGI! ).
If for instance your FCKeditor is attainable by web with the address:
http://www.mioserver.it/plugin/fckeditor/ inside the file of configuration of IGSuite you must specify how much following:
$plugin_conf{fckeditor}{webpath} = '/plugin/fckeditor/';
Modificato il file di configurazione di IGSuite occorrerà necessariamente lanciare l'applicazione "mkstruct.pl" (o da riga di comando o via web) presente all'interno dei cgi di IGSuite.
N.B. Questa funzionalità oltre a potenziare i campi textarea offrirà nuove feature tra cui l'invio di messaggi e-mail in HTML e la possibilità di modificare attraverso un'interfaccia web i modelli di documenti (offerte, lettere etc).
|