Home Page Will Not Return To Original

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.
10/3/2011 12:20:46 PM
Gravatar
Total Posts 148

Home Page Will Not Return To Original

This is very strange behavior.  I open the Mojo Website from the source code solution, mojoportal.sln.  I changed the Home page to read my companies name. I forked the code so I wanted to start over.  I completely deleted all projects and unzipped the original source code. I also deleted all temporary files under Temporary ASP.NET folder for all versions of .NET.  Now when I open the site from the original source, my companies name is still there! On top of that, the site looks horrible with fonts replaced and the Home Page images not loading properly.

 

10/3/2011 12:30:53 PM
Gravatar
Total Posts 18439

Re: Home Page Will Not Return To Original

Hi,

My advice is don't get the code using the download links on codeplex, use Tortoise HG to get the code correctly.

The content is stored in the database so if you are using the same database connection string then you will still have the same content after updating the source code.

Most likely problem with the design is either the skin files did not get copied correctly from /Data/skins to /Data/Sites/[SiteID]/skins (/Data/Sites/1/skins)

or file system permissions on the skin files are bad. Use firebug or browser dev tools to see if any files are not returning ie 404 or other error code.

Hope that helps,

Joe

10/3/2011 6:08:20 PM
Gravatar
Total Posts 148

Re: Home Page Will Not Return To Original

Thank you.

All I need to do is create a new database and everything is like new.

 

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