How to create plugin for mojoPortal

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/14/2012 11:37:54 PM
Gravatar
Total Posts 23

How to create plugin for mojoPortal

Hi, Joe

I would like to simplify image insert for tinyMCE, I have a nice plugin that is allready working for me in other projects, it allows to upload and insert an image with simple clicks, to avoid browsing files, that will be very usefull for many users.

For that I need your orientation to insert the server postFile method and the configurations to the right place in the project, could you please tell me in few words how to procede?

thank you.

3/15/2012 7:54:35 AM
Gravatar
Total Posts 18439

Re: How to create plugin for mojoPortal

Hi Alexei,

You'll need to study the existing code to see how it handles uploads and enforces correct permissions.

If you want to have a plugin for TinyMCE integrated it is up to you to propose how to integrate it and to explain how it benefits users compared to the existing functionality for uploading images, does it work in all browsers and other considerations, etc.

But to be considered for integration in mojoPortal the license of the plugin is also very important, it must be a compatible license, nothing under GPL can be included.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.