I want to develop websie with the Features of mojoportal How?

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
8/7/2010 1:34:22 AM
Gravatar
Total Posts 26

I want to develop website with the Features of mojoportal How?

I want to develop website with mojoportal features, first how to customize the layout.master

8/9/2010 8:20:31 PM
Gravatar
Total Posts 47

Re: I want to develop websie with the Features of mojoportal How?

Hi,

In most cases you'll not need to modify layout.master. You can use the skins provided with mojoportal or create your own using Artisteer (http://www.mojoportal.com/creating-skins-from-artisteer-html-templates.aspx

If you still want to edit layout.master, you can edit it in Visual Studio etc (assuming you understand asp.net :) )

hope it helps,

nitin

8/9/2010 8:30:19 PM
Gravatar
Total Posts 2239

Re: I want to develop websie with the Features of mojoportal How?

Hi,

You don't need Visual Studio to edit the layout.master. You can edit it with any text editor.

If you want to create your own skin, you can do so by copying a current skin into a custom directory. The skins your site uses are located in \data\sites\1\skins (where 1 is the site number). Once you have your own skin directory, you can start changing the CSS files and the layout.master.

I suggest you check out the skinning documentation. http://www.mojoportal.com/skinning-overview.aspx.

HTH,
Joe D.

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