Clone Event Calendar

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.
10/12/2012 1:46:17 AM
Gravatar
Total Posts 12
Ramesh Menta

Clone Event Calendar

 

Kindly suggest me how to clone event calendar. I have gone through the page https://www.mojoportal.com/cloning-an-existing-feature.aspx but unable to follow complete procedure.

I would like to add only change to existing event calendar that while displaying events, it should filter by logged in user ID.

I can add WHERE condition in existing stored procedure however needs to change entire references.

Kindly suggest me simple steps.

my site: http://www.makeareminder.com/online-diary.aspx

10/13/2012 8:45:42 AM
Gravatar
Total Posts 2239

Re: Clone Event Calendar

Hi,

Cloning a feature is not always easy and the complete procedure differs slightly for each feature.

You said you aren't able to follow the complete procedure for cloning a feature, what does that mean? What step or steps are you having trouble with?

Also, I've moved your post to the Developer forum as it is not a feature request.

Thanks, Joe D.

10/17/2012 3:10:39 AM
Gravatar
Total Posts 12
Ramesh Menta

Re: Clone Event Calendar

I am even not able to understand tech words/procedure which used in the clone existing feature page.

I am little bit familier with c# and sql. With low knowledge, i have designed www.makeareminder.com to facilate users in two ways.

1. Users can send SMS reminders/e-mail reminders to any one in the world at specified date and time.

2. Users can write their personal diary. For this, i am using my custom coded .ascx file. view this http://www.makeareminder.com/online-diary.aspx for more details.

However Mojo portal's event calender is more effective than my custom coded file.

Kindly help. I just wanted to do filter while rendering events data in the event calender that is userID is equal to logged in user ID.

10/17/2012 8:52:55 AM
Gravatar
Total Posts 18439

Re: Clone Event Calendar

Cloning a feature does require an advanced developer who fully understands the code that he is trying to copy into a new feature.

There is no shortcut or easy answer for this.

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