Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2008-07-28 12:05:47

pagu
New member
Registered: 2008-07-28
Posts: 2

howto manually configure linker plugin

I am running xinha on a host without php support, so when i try to add a link, a error message appears that the [...] scan.php file cannot be loaded. The documentation of the linker plugin says that the plugin can be configured using configuration variables (option 3).

putting these variables in XinhaConfig does not work, because the editor object is not known there.

where do i have to put this code?

greetings
paul

Last edited by pagu (2008-07-28 12:06:38)

Offline

#2 2008-07-28 12:11:27

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: howto manually configure linker plugin

http://xinha.webfactional.com/wiki/NewbieGuide

  /** STEP 5 ***************************************************************
   * If you want to change the configuration variables of any of the
   * editors,  this is the place to do that, for example you might want to
   * change the width and height of one of the editors, like this...
   *
   *   xinha_editors.myTextArea.config.width  = '640px';
   *   xinha_editors.myTextArea.config.height = '480px';
   *
   ************************************************************************/

James Sleeman

Offline

#3 2008-07-28 12:34:46

pagu
New member
Registered: 2008-07-28
Posts: 2

Re: howto manually configure linker plugin

thx

Offline

Board footer

Powered by FluxBB