You are not logged in.
Hey Guys!
For my homepage I am using Postnuke with pagesetter (Jorn wildt) as far as i know did Jorn use Xinha in pagesetter!
My main problem is I want to integrate the imagemanager plugin!
I am a newby and i downt know witch files to edit!
Pleace Help me !
Thanx Webfox
Offline
First you have to take a look here: http://elfisk.dk/modules/pagesetter/doc … sthtmlarea
In the editsetup.js simply add
...
HTMLArea.loadPlugin("ImageManager");
...
editor.registerPlugin(ImageManager);
...
The xinha orders don't work with pagesetter, so you have to use this...
Attention:
Pagesetter uses a quite old version of xinha. Update the included version in modules/pagesetter/guppy/xinha with an updated version from xinha-download page!!
Last edited by hilope (2006-06-06 19:20:06)
Offline