Mojo Blog - Feedback control

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.
6/15/2009 12:39:45 PM
Gravatar
Total Posts 13

Mojo Blog - Feedback control

 Hi, everyone, I'm trying to use Mojos built in Blog module. But, there is one importance in my scenario - Admin should check feedbacks before allowing them to dipslay. Is there any easy way of doing this with Mojo Blog or should I write a new custom blog module?

Thanks, everyone...

6/16/2009 2:04:42 PM
Gravatar
Total Posts 18439

Re: Mojo Blog - Feedback control

Hi,

Currently there is no moderation built into the blog comment system. If you really need to implement it right away you could clone the blog and then build on what is there for the comment system. Currently you can get notification of comments and you can delete them.

I do realize the current bog comment system is rather weak in features, but rather than fix it, what I plan (as indicated on my road map) is to build a more general comment system that can be used across features, not just in the blog, but to make it easy to implement comments inside any feature like for example to allow comments on a product in the webstore feature. I don't want to build it over and over in each feature so I'm going to build it into the core, then I will replace the current comment system used in the blog with the new one. I also plan a provider model so different comment systems can be plugged in like to make it possible to use external comment systems like Disqus or Intense Debate or others.

Hope it helps,

Joe

6/16/2009 2:42:30 PM
Gravatar
Total Posts 13

Re: Mojo Blog - Feedback control

 Thank you, Joe. Once, I'll buy you a real beer ;) And maybe we'll play together some day, who knows :))

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