Conversion of 1.x to 2.x

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.
7/31/2006 12:54:00 PM
Gravatar
Total Posts 73

Re: Conversion of 1.x to 2.x

Changing things in the skin file seem to work for ascx. Still having problems with aspx.

Is there some proper skin editor? I like to do things in a visual controlable way. I.e. a skin designer?

Thnx,

Jan

 

 

7/31/2006 2:21:49 PM
Gravatar
Total Posts 18439

Re: Conversion of 1.x to 2.x

mojoPortal skins are made up of layout.Master, style.css, and theme.skin files and supporting images

layout.master I think can be used in the VS designer, .skin and .css don't have designers, just editors.
If you copy your skin files into App_Themes/Default and then put

Theme="default" in the Page Declaration
<%@ Page language="c#" Codebehind="PageSettings.aspx.cs" Theme="default" MasterPageFile="~/Controls/layout.Master" AutoEventWireup="false" Inherits="mojoPortal.Web.PageProperties" %>

It might work better in the designer.

Hope it helps,

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