2.7.3 in eGroupware 1.2? [message #28556] |
Mon, 31 October 2005 11:20 |
msamuel
Messages: 1 Registered: October 2005
Karma: 0
|
Junior Member |
|
|
With the release of 2.7.3, what are the chances of FudForum being re-inserted into eGroupware (particularly with the 1.2 release imminent?). The lack of a stable and working FudForum is preventing me from deploying a site, so I'm just trying to get a gauge on timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: 2.7.3 in eGroupware 1.2? [message #33979 is a reply to message #33967] |
Sat, 30 September 2006 16:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can use FUDAPI to transfer relevant information between FUDforum and eGW.
FUDforum Core Developer
|
|
|
|
|
Re: 2.7.3 in eGroupware 1.2? [message #34017 is a reply to message #33990] |
Sun, 01 October 2006 19:23 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Not really, creation of a user is just 1 function call, login-in the user is 2 line of code. All in all you maybe looking at writing a 10-15 line wrapper to allow information sharing between eGW and FUDforum.
FUDforum Core Developer
|
|
|
Re: 2.7.3 in eGroupware 1.2? [message #36319 is a reply to message #34017] |
Fri, 16 March 2007 16:28 |
FadingSun
Messages: 3 Registered: March 2007 Location: Sindelfingen
Karma: 0
|
Junior Member |
|
|
Ilia wrote on Sun, 01 October 2006 15:23 | Not really, creation of a user is just 1 function call, login-in the user is 2 line of code. All in all you maybe looking at writing a 10-15 line wrapper to allow information sharing between eGW and FUDforum.
|
this works almost perfecly with normal user logins, but when i try to incorporate the admin panel it not only needs to know the parameter S (which i get from the login functions) but also SQ. How do i get this (beside the possibility to write own code that fetches it from the FUD tables)?
|
|
|