Mojoportal with diffrent languages

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
8/31/2010 5:31:14 AM
Gravatar
Total Posts 65

Mojoportal with diffrent languages

Hi,
 

I have a couple of questions regarding localization.

  1. Your sugestion is to have one MojoPortal Site for every language, ex www.someurl.com www.fr.someurl.com. How do I configur the IIS to handle this (fr.)? Or do I have to buy the www.fr.someurl.com to be able to do this?
     
  2. If I develop a France MojoPortal site on localhost:8080 and I later want to move it to www.fr.someurl.com, will this be any problem?
     
  3. If our main site share files, is it possible to share the same files on the other localizable sites? Or do we have to upload the same file on all the sites (have several duplicates)? Our files is big and we need to keep the size of the sites down as much as possible.

BestRegards

9/1/2010 9:35:54 AM
Gravatar
Total Posts 18439

Re: Mojoportal with diffrent languages

1. in the DNS manager for your domain you can create additional host names by creating DNS a records. I would make the default language site www.somedomain.com and for language sites it is probably better to use folder based child sites like www.somedomain.com/fr/ and use related sites mode then if users sign into the main site they don't have to sign in again for a child language site whereas if you use host name based sites like fr.somedomain.com then the user will have a different authentication cookie for each site. Note that I would not use www.fr.somedoamin.com, but just fr.somedomain.com. So you create the host name in dns for fr.somedomain.com and you point it to the same ip address as www.somedomain.com, then in IIS you add a host header for fr.somedomain.com

see these videos for more information

http://www.mojoportal.com/installation-configuration-training-videos.aspx

2. should be ok but again I would not use www.fr.somedomain.com, I would use www.somedomain.com and if I decided to use host name child sites instead of folders then I would make the second site use fr.somedomain.com not www.fr.somedomain.com, shorter is better.

http://www.mojoportal.com/moving-an-installation-of-mojoportal-to-a-different-server.aspx

3. no there is no sharing of content feature instances across sites. in related sites mode it can share users and roles but no content instances can be shared across sites. So if you are talking about the Shared Files feature no it will not be possible to use the same one in both sites. If you are just building links to files in the file system then I guess you could use the same links in different sites.

Hope it helps,

Joe

9/1/2010 9:53:43 AM
Gravatar
Total Posts 65

Re: Mojoportal with diffrent languages

Thanks for the answers!

1. I will check this with our webhotell

2.  So even if I use www.someurl.com/fr/ there will be no problem to develop the site on localhost:8080?

3. Is there a way to solve this? We could place all our files on the main site (www.someurl.com) and then use links from the othere sites, the problem with this will probably be that we need the user to have a special role and if he is member of www.someurl.com/fr/ I supose that the www.someurl.com will not know of this user?

BestRegards

9/1/2010 10:10:01 AM
Gravatar
Total Posts 18439

Re: Mojoportal with diffrent languages

2. I think so, if you use localhost:8080/fr/ it should be ok when moved to the real domain

3. By default files uploaded in mojoportal go beneath /Data/Sites/[SiteID]/, if they are just files on disk you can link to them from any site if you know the correct path to the files in order to create the links. This kind of linking enforce no security on the files unless it has a protected file extension.

See about related sites mode

http://www.mojoportal.com/muliplesites.aspx

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