| Author |
Topic Search Topic Options
|
dr_oli
Newbie
Joined: 07 March 2003
Status: Offline
Points: 1
|
Post Options
Thanks(0)
Quote Reply
Topic: Integration with other sites Posted: 07 March 2003 at 9:35am |
Hi,
I have membership based site where members login to go inside. I want to integrate forum but I do not want that members log two times and expecially that I have two tables with user data. Is it possible to create that users are logged on forum at same time when they login on site ? If forum works on cookies and I store appropriate cookie(s) when they log on site, will that be enogh for forum ? Does somebody had similar situation ?
When I include forum, I will send link so that you can check site and integration 
Thanks, Oliver
Edited by dr_oli
|
 |
Scotty32
Moderator Group
Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 March 2003 at 9:48am |
why dont you just use the Forum for the users to sign up to, and basically run your site off the forum?
or you could set a cookie when they log on to your site, sayin their UserCode (eg Scotty_32fn5635665 i dunno, looks lil like that)
umm when V7 is released am gunna use it as the backbone of the membership for my site 
|
 |
fernan82
Mod Builder Group
Joined: 17 November 2002
Location: United States
Status: Offline
Points: 362
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 March 2003 at 11:23am |
|
I'm working on a mod to integrate the wwf v7 login with the rest of the side, i should be done by tomorrow or the day after..............but it works the other way as what you want...
|
 |
BWilliams
Newbie
Joined: 04 March 2003
Location: United States
Status: Offline
Points: 2
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 March 2003 at 6:18pm |
fernan82 wrote:
I'm working on a mod to integrate the wwf v7 login with the rest of the side, i should be done by tomorrow or the day after..............but it works the other way as what you want... |
I am interested also 
|
 |
boyohboy
Groupie
Joined: 15 October 2002
Location: United States
Status: Offline
Points: 197
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 March 2003 at 7:05pm |
Eventhough I haven't looked at the codes, I don't see doing something like that would be too difficult. It would be something like this.
-You could use the forum login page or create your own little input box (not recommend cuz you don't know if borg needs to set any cookie and session time, etc. Hell, use the same login and mod the look) and post to the same page as v7 login page would.
-Let the forum login page does what it does (ie no change). And right before the line which it redirect users to default.asp (or any page it remembers) in case of success, you make it redirect to your own welcome page and comment out response.redirect default.asp.
Anything else i miss?
|
|
|
 |
fernan82
Mod Builder Group
Joined: 17 November 2002
Location: United States
Status: Offline
Points: 362
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 March 2003 at 8:39pm |
BWilliams wrote:
I am interested also  |
I've just posted the script, read this topic
Edited by fernan82
|
 |
fernan82
Mod Builder Group
Joined: 17 November 2002
Location: United States
Status: Offline
Points: 362
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 March 2003 at 9:07pm |
|
Well I did it........it only protects the webpages, by just adding that include on the top of the page the user will be redirected to an "Unauthorized Access" page so there's no way they can get access to that page unless they've got the right permissions....
|
 |