*Vendo -28 aug 2004

Hello, I am a newbie in ewiki and in php wiki in general. I've read all the readme, but didn't quite understand how to insert a plugin in a page. Can someone tell me where the how-to is or the tutorial is ?

I have already found:

  • how to install Ewiki (super easy)
  • names of a hundred plugins available in Ewiki
  • names of hundeds constants and variable
  • how to markup a page

I just miss:

  • how to insert a plugin in a page
  • is a plugin insertable by just editing a page or must I modify a php file... This is what is not yet clear in my small head.

Thanks for any hint on where to find that. *Vendo

milky: Yes, you just have to edit a page and then you can insert one of the MpiPlugins in there. There is only a dozen of them - not everything that we call "plugin" here can be used that way (not without a bit of php hacking of course).

There is a list of existing in-page macro plugins at *InitPages:MpiPlugins - incomplete, but just have a look into your local plugins/mpi/ directory for an overview.

You simply write something like <code>

</code>

And you can typically do that in every editable page, so the core plugins/mpi/mpi.php was activated.

bottom corner