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.
this sounds like a stupid question but here goes. I created a site for a client last year but i can't remember which version of mojo portal i used. it turns out that the site won't work on the clients hosting (probably due to a shared hosting issue) but before i go back and explain why, i'd like to make sure i know which version i used. can anyone tell me how i can find out which version of mojo portal i have installed?
In the main site, go to Administration, System Information.
If the site is not working, you can find out the version from the database.
SELECT * FROM mp_SchemaVersion WHERE ApplicationName = 'mojoportal-core'
Hope that helps,
Joe