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.
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.
In the mojo demo site. I tired to use the URL manager to setup a redirect manually and it seems not work properly. For example:
Add New Url Mapping
https://demo.mojoportal.com/youtube.aspxmaps toSelect Page from Dropdown ListOr Use Expert Manual Entry http://www.youtube.com
the result is:
https://demo.mojoportal.com/youtubemaps to https://demo.mojoportal.com/http://www.youtube.com View Friendly Url
Hi Wei,
Url Manager is not for redirects it for url rewriting to internal urls.
If you want to link a menu item to an external url like youtube see Linking to External or Existing Pages.
Hope that helps,
Joe