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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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.
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
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.
On /Admin/ModuleDefinitions.aspx the same problem as 2.
I've got this fixed. It will be in svn trunk by the end of the day.
Thanks for the improvement!