Issues in subblue skin

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/9/2007 3:18:08 AM
Gravatar
Total Posts 488

Issues in subblue skin

1. When not logged in, top links are the following (in my case users are not allowed to register in site settings and AllowAnonymousUsersToViewMemberList setting is set to false in web.config): " Home | Site Map | | | Search | Log In " - some separators are still shown.

I suppose this to be an issue in other skins as well. May be, the solution with UseLeftSeparator and base class for all the link controls was not that bad?

2. On /Admin/SecurityRoles.aspx page the first line (with the page heading) is white letters on white background.

6/11/2007 6:45:52 AM
Gravatar
Total Posts 18439

Re: Issues in subblue skin

1. I have come up with a better solution. The separator is controlled completely from css and now the top nav menu renders as ul li which is much better. This is fixed in all skins now in svn.

2. This is also fixed.

Thanks,

Joe

6/12/2007 3:34:10 AM
Gravatar
Total Posts 488

Re: Issues in subblue skin

1. Really nice solution. The only thing to complete is to change comments in code that advice to use mojoPortal.Web.Controls.SeparatorControl.

I still think that using a base class for all the link controls is a good idea because much similar code can be moved there.

2. Thanks.

6/21/2007 5:58:41 AM
Gravatar
Total Posts 488

Re: Issues in subblue skin

On /Admin/ModuleDefinitions.aspx the same problem as 2.

6/21/2007 9:44:33 AM
Gravatar
Total Posts 18439

Issues in subblue skin

I've got this fixed. It will be in svn trunk by the end of the day.

Thanks,

Joe

6/23/2007 10:09:48 AM
Gravatar
Total Posts 488

Issues in subblue skin

Thanks for the improvement!

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