Forum integration [message #35755] |
Wed, 07 February 2007 18:51 |
chickenout
Messages: 55 Registered: February 2005 Location: Philadelphia
Karma: 0
|
Member |
|
|
Hey Ilia et all,
I started building a new website and would like to use FUD as the forum for it. I know there are many topics on this, I've read through most of them and apologize for another one, but I am still not sure I totally follow.
I've set up the homepage with joomla which has a login form there. What I would like to have happen is when you log into the site then click on the forum link, your login info carries over and are automatically logged into the forum. From what I read, this is possible. Am I correct?
I see that FUDAPI and possibly forum_login.php are involved, but exactly how? Where do I put them within the directories to make use of them?
Also, what about if you register a new username from the homepage? Can that carry over and be acknowledged in the forum as well?
Any information beyond "..read up on php..", would be greatly appreciated.
|
|
|
Re: Forum integration [message #35768 is a reply to message #35755] |
Thu, 08 February 2007 00:18 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
forum_login.php provides API functions for logging in a user into a forum and setting a cookie on their machine. FUDAPI script provides functions for fetching user information, you can use to "register" users from FUDforum on other applications.
If you search the forum archives you will see some examples of how the two are being used.
FUDforum Core Developer
|
|
|
|
Re: Forum integration [message #35783 is a reply to message #35772] |
Fri, 09 February 2007 01:07 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
What information in particular are you looking for?
FUDforum Core Developer
|
|
|