How to modify site skin in Visual Studio via web project

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.
1/14/2010 10:20:07 AM
Gravatar
Total Posts 41

How to modify site skin in Visual Studio via web project

Hi,

I've just downloaded the source for 2.3.3.4 and opened the mojoportal_mssql_only solution.  This worked fine and I was able to set up my new portal.  However, the files that get copied into data/sites/1 when the new site was created (such as everything in the /skins folder) are not visible in the mojoportal.Web project in Visual Studio because, of course, those folders and files are not referenced in the corresponding project file.  If I open mojoportal.Web as a website within Visual Studio, everything is visible, because it's just been opened from the file system.

Is there a way to make all the skins etc. visible in Visual Studio when opening the web project via the overall solution.  I'd like to be able to work on the source code and the skins in the same way, but as it stands it looks like I need to tweak skins by opening the web project as a website, and and then re-open the solution to do any code changes.  Is this right, or am I missing something??!!

Thanks,

Michael

1/14/2010 10:37:17 AM
Gravatar
Total Posts 70

Re: How to modify site skin in Visual Studio via web project

Click the mojoPortal.Web project in Solution Explorer window, then at the top of the Solution Explorer window click the button for "Show All Files"

HTH,

Steve

1/14/2010 11:32:59 AM
Gravatar
Total Posts 41

Re: How to modify site skin in Visual Studio via web project

Ahhhhh - of course!  Thanks Steve - I was missing something obvious!

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