mojoportal.web.ui

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.
8/2/2008 10:37:17 AM
Gravatar
Total Posts 5

mojoportal.web.ui

hi, i know this is a silly question. but where can i find mojoportal.web.ui? looking for it for hours and cant seem to find it..just wanted to edit something from it so it would be wonderful if you could point me to the right direction. thanks in advance.

8/2/2008 10:40:31 AM
Gravatar
Total Posts 18439

Re: mojoportal.web.ui

Hi,

mojoPortal.Web.UI is a namespace. There are many classes in this namespace. While you could edit classes in this namespace, I advise you NOT to. If you make changes in the core of mojoportal you are basically forking the code and it will be difficult for you to ever keep up with upgrades.

All custom development should be done in your own external projects.

Hope it helps,

Joe

8/2/2008 10:42:22 AM
Gravatar
Total Posts 5

Re: mojoportal.web.ui

thanks for the quick reply.

yeah i know. but im just trying to fin the SiteTitle and cant seem to locate it.

8/2/2008 10:46:47 AM
Gravatar
Total Posts 18439

Re: mojoportal.web.ui

SiteTitle is a control, its compiled into the mojoPortal.Web.dll. If you don't like it you can just chop it out of your layout.master and put your own custom title in there using whatver html markup you like.

If you are working with the source code SiteTitle.cs is in the Web/Controls folder, but again I advise you not to modify it.

Hope it helps,

Joe

8/2/2008 10:48:53 AM
Gravatar
Total Posts 5

Re: mojoportal.web.ui

cool. thanks for the tip.

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