[Typo3-dev] Indexed Search -> Extended to Excel and PowerPont documents

Wolfgang Klinger wolfgang at stufenlos.net
Fri Mar 12 19:33:08 CET 2004


 Hi
On 17:52 Fri 12 Mar     , Olivier Simah wrote:
> I need some information to finalise this:
>     - how to add in the BE the field which will change the "loncalconf.php"
> to set the path to the utlis for XLS and PPT/PPS doc ??

in ext_conf_template.txt
e.g.:

---
# cat=basic//; type=text; label=Tools: Enter the path to XX
toolspath = /usr/local/bin/XX
---
 
 you can access this with
---
$this->confArray = unserialize
($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['my_extension']);
$path = $this->confArray['toolspath'];
---
 
 bye
 Wolfgang
 






More information about the TYPO3-dev mailing list