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.
Hi all,
I'm trying to get a previous mojoPortal site to run under 2.1. I noticed that things have changed in a non/backwards/compatible way.
Can anybody tell me how to convert. My current ASPX files al have the code
protected
This has to change, but into what?
Any help is welcom.
Jan
Thanks Joe,
Do I need to change the ascx-modules as well?
Regards, Jan
It was a bit more complex then what you suggested. I had to replace code in the aspx.cs too.
And add a reference to the master layout in the aspx itself.
Everything compiles well now, but when I try to start a page, all I see is an empty page. Is there an aspx file present I could take as an example?
One other thing I noticed is that color settings and font settings of e.g. tables I apply in VS2005 are neglected when the ascx is shown. Where can I change this? Probably in the css file at theme level?
Regards,
I managed to show the content. The layout is horrible. I designed it previously in VS2003. The contenct I create seems to be displayes in a very small area (MPContent). Can I change this behaviour. How can I do that?
Hi Joe,
In the old version of MoJo, I was possible to add a table to a page and give that table some header characteristics (color, paging etc). All this was presented the way it was shown in the designer of Visual Studio. The designer shows the tables but when an ascx or aspx is started from MoJo, all formatting seems to be gone / overwritten.
I adopted parts of your mojo aspx and ascx modules, but it stayes the same.
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,