portal-system

CMS which is not a portal system

Hi, this is a repost of a question not correctly answered -- sorry about that. We are looking for a reasonably priced CMS , with source code, in which we can ditch the portal system. There are notorious examples of something similar which are way too expensive: Methode, Broadvision, Microsoft CMS. There are a lot of systems in which th...

Is it ok to use .NET MembershipProvider to have multiple virtual "applications" on one web application?

I want to build portal-like asp.net web application from scratch and was looking at asp.net MembershipProvider as a standard way for user's management. I created my provider inheriting from SqlMembershipProvider and override ValidateUser method: public override bool ValidateUser(string username, string password) { ...

WSS 2.0 modify navigation

I have a bunch WSS 2.0 team sites (split across content databases) and they aren't using the top navigation from the portal site. I need to modify it to mirror the links but can't find the magic place to make the change. Can anyone point me in the right direction? Thanks. ...

Portal/portlets programming - portlet linking/page flow

I am writing my first portlet based application (for liferay, but the solution should be container agnostic) and I am wondering how people solve to provide links to the user that "lead" to different portlets (maybe on different "pages" in the portal). While you can easily have different view modes inside your portlet, how can you link t...