|
|
Posted 15/03/2003 09:54:00 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 23/02/2004 06:09:00
Posts: 4,
Visits: 1
|
|
Hi there, I'm just wondering, based on the architecture of the two, how big of a project would it be for me to integrate the Forum and KB products so the KB requires a login which would be the same as the Forum? Thanks, Jay.
|
|
|
|
Posted 23/03/2003 16:54:00 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 13/11/2008 13:12:14
Posts: 1,955,
Visits: 3,014
|
|
Hi Jay, Good question - One way to approach this would be to duplicate the InstantKB.NET administration area forms authentication code and the login.aspx page and tell this to protect the knowledge base front end. You will then need to modify the duplicated InstantKB.NET login.ascx user control to use the InstantForum.NET login stored procedure (if_sp_UserLogin), this will then retrieve the members list from the InstantForum.NET members table as opposed to the InstantKB_AdminUsr stored procedure. This should work  Hope this explains a little, if you have any further questions please don't hesitate to contact me 
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|