Copyright Your Company

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.
3/23/2009 4:49:04 AM
Gravatar
Total Posts 12

Copyright Your Company

I installed the latest (stable) version of Mojo  with a MySQL backend from a binary package (no sources). I see that my page shows in the footer something like this:

       Copyright (c) 2008-2009 Your Company

Where can I configure that so that instead of "Your Company" text I can put something else? I suppose this should be configurable somewhere without having to recompile. The "Designed by" is oké because that is the name of the theme designer.

 

3/23/2009 7:32:20 AM
Gravatar
Total Posts 18439

Re: Copyright Your Company

Its a skinning thing. You can set the company name on this control in the layout.master of the skin.

<portal:CopyrightLabel ID="cl1" runat="server" CopyrightBy="Your Company" ShowYear="true" BeginYear="2008" />

The copyright control is a relatively new feature, really it was designed to solve the automatic year incrementing for copyright, based on feedback from you and others I agree we should make a site setting for company name so you can change this without editing the skin. I will try to get to that soon.

Best,

Joe

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