If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
I just recently updated to MojoPortal 2.3.9.5. I tried to download the stylereview.css file from the File Manager on my site to fix the Site Map on my site (http://parentjobnet.org/SiteMap.aspx) and I get an error saying ("succeed":false, "status" : FileTypeNotAllowed")
http://img94.imageshack.us/img94/5366/pjnfilemanagerfiledownl.jpg
How can I fix this problem?
You would have to configure those as allowed upload extensions to download from there, there are a number of settings related to that in web.config
However we have a built in tool to allow editing css files under Administration > Advanced Tools > Design Tools > Skin Management you can edit files directly, then reset the skin guid after editing to make sure all browsers will reload the css.
Hope that helps,
Joe
Please update your profile with a valid email address. Forum notifications to your address are bouncing back as undelivered.
Can you be more specific in how to configure those settings? I'm not sure how to properly edit them to allow downloads of CSS files.
Edit the setting AllowedUploadFileExtensions in Web.config, add |.css at the end of it.
I will do the same so that it will be allowed by default in the next release.