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

Olivier Simah noname_paris at yahoo.fr
Fri Mar 12 20:14:55 CET 2004


I added the two lines like that :
  # cat=basic; type=string; label=Path to EXCEL parsers: The indexer uses
the application 'xls' for extracting content from ECXEL files. You must
install this application in this path. Otherwise leave the field empty.
catdoc = /usr/local/bin/

  # cat=basic; type=string; label=Path to POWERPOINT parsers: The indexer
uses the application 'ppt' for extracting content from POWERPOINT files. You
must install this application in this path. Otherwise leave the field empty.
catdoc = /usr/local/bin/

But the fields still do not appear when I click in the extension manager on
'indexed search'
What am I doing wrong ??
Thanks

"Wolfgang Klinger" <wolfgang at stufenlos.net> wrote in message
news:mailman.971.1079113034.32178.typo3-dev at lists.netfielders.de...
> 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