question about friendly URL for new custom aspx page and custom module

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.
1/3/2011 3:06:26 PM
Gravatar
Total Posts 70

question about friendly URL for new custom aspx page and custom module

Hi All! Happy New Year and Merry Xmas, first of all! 8)

Sorry for boring, but I have some difficulties with correct integration of custom aspx page for my custom module.

OK, I have the custom module ( /Applicant/ApplicantModule.ascx ) implemented, which holds some User - related info needs to be printed in a document manner without extra info from the site itself. i.e. No Menu links etc. This way the additional /Applicant/ApplicantPrint.aspx custom page been implemented without any extra layout - only required document print template / CSS with the actual data from DB.

I've read the  help as well as looked at Blog && Image Gallery behavior. There is no problem to add the new FriendlyURL required, but I have got the "Page not found" error finally and this is ?seems to be correct? as far as I have not added the new page (ApplicantPrint.aspx) using CMS because it is the extra custom page.

The question is: Please, clarify me the correct way for extra custom aspx page integration with the custom module. Should I Create my custom ApplicantPrint.aspx instance in CMS using the mojoPortal.Business.PageSettings class as well as the friendlyURL?

BTW: There is no problems with TitleControl.EditUrl using, but I needs the URL not for custom edit (integrated in Site Layout) but for custom print without extra info. The ApplicationPrint.aspx been inherited from mojoBasePage for sure.

Thank you All in advance! Please, let me know if maybe I've used incorrect way for my task at all and the problem with printing might be solved by, for example, only with CSS using...

Warm regards, Igor

1/4/2011 6:46:04 AM
Gravatar
Total Posts 70

Re: question about friendly URL for new custom aspx page and custom module

The problem been solved and caused by some mistake inside of ApplicantPrint.aspx page.

I.E. Everything is perfect, thanks a lot, MojoPortal is the best! :)

Happy New Year!

Best regards, Igor

1/4/2011 6:51:33 AM
Gravatar
Total Posts 18439

Re: question about friendly URL for new custom aspx page and custom module

Hi Igor,

Glad you got it working!

Best,

Joe

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