Get content when add/edit post

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.
2/5/2013 11:41:23 PM
Gravatar
Total Posts 2

Get content when add/edit post

Hi

When add new post in a blog/news i need to get a content and send mail to custom mail addresses.

I have compiled version 2.3.9.0 mojoportal

​I have to change the following page and i dont have .cs file for my project.

\Blog\EditPost.aspx

Let me know your suggestion

2/6/2013 6:25:08 AM
Gravatar
Total Posts 18439

Re: Get content when add/edit post

My suggestion is don't modify any mojoPortal code.

Maybe you could write code outside of mojoPortal. Possibly you could poll the blog table looking for new posts, or possibly you could write an insert trigger for the mp_Blogs table and run code that way without modifying mojoPortal.

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