Page 1 of 1

add a image within a plugin

Posted: Tue Apr 12, 2005 9:04 am
by Chris
Dear all,

I'm currently making a plugin which displays some info from a database, this goes very well thanks to the easy integration of new plugins. When this is done, I'm thinking to make a page in the admin section to add / remove / change the info in this database. One of the field in the database is a realtive path to a image. Here comes the question: Can I use that fancy image include stuff which is normally used when making a content page ? Or is this impossible ?

Thanks in advance !

Best regards,

Chris

Re: add a image within a plugin

Posted: Tue Apr 12, 2005 10:11 am
by Ted
There would be no way to do it without hacking the image plugin in TinyMCE.  In that case, you'd have to release a separate version that works with your custom module if you wanted others to use it as well.  I'm sure it wouldn't be THAT hard, but it would take a little bit of work.

Re: add a image within a plugin

Posted: Tue Apr 12, 2005 11:38 am
by Chris
Thanks Wishy I'll take it in consideration....

Chris