FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Suggestions » Postnuke
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Postnuke [message #10310] Tue, 27 May 2003 19:55 Go to next message
Ala1 is currently offline  Ala1   Germany
Messages: 26
Registered: May 2002
Karma: 0
Junior Member
What about an interface to postnuke? Is it possible to use the user-management of postnuke and to use FUD as a postnuke-modul?

Maybe this question was already discussed. But I couldn't find something about it with the forum-wide search.
Re: Postnuke [message #10314 is a reply to message #10310] Tue, 27 May 2003 21:28 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Technically it is possible to integrate FUDforum with postnuke or similar website management systems. To my knowledge no one had written such an interface yet.

FUDforum Core Developer
Re: Postnuke [message #10484 is a reply to message #10314] Mon, 02 June 2003 20:07 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
Prottoss, could you just sketch out the possible points to pay attention to in order to develop such an integration?

What I can see is:

- one registration/login point;
- session management;
- cookies.

I guess it's far from complete list.


Re: Postnuke [message #10494 is a reply to message #10484] Mon, 02 June 2003 22:04 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Let's start from the top:

You'll need to develop a common registration system that will automatically register a user on both postnuke & FUDforum. At the same time you'll want to disable registration on FUDforum to prevent creation of user accounts that are unique to any one system.
Then you'll need to develop an interfact that will syncronize common profile settings between FUDforum & PostNuke, so the user does not need to customize their profile twice.
You then need to consider login/logout system, probably disabling the one in either PostNuke or FUDforum and making all the users go through one central system.
The rest is already easy and probably involves just adding a few simple functions allowing PostNuke to get messages from FUDforum for top 10 lists etc...


FUDforum Core Developer
Re: Postnuke [message #10521 is a reply to message #10494] Tue, 03 June 2003 18:12 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
Thanks, prottoss!

**********
You'll need to develop a common registration system that will automatically register a user on both postnuke & FUDforum
************

Could it be just calling appropriate FUD function if you register/login in Postnuke, or appropriate Postnuke function if you register/login in FUD, correspondently?

I just trying to minimize development scope (i'm not talking about developing full feature Postnuke module). Could it be done by some hacks? Maybe no needs (other then perfomance and size)even to merge user tables?


Re: Postnuke [message #10522 is a reply to message #10521] Tue, 03 June 2003 18:33 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Yes, FUDforum's fud_user_reg class has add_user() and sync_user() methods that will use the data in fud_user_reg class to create or update a user's profile.

FUDforum Core Developer
Re: Postnuke [message #10523 is a reply to message #10522] Tue, 03 June 2003 20:05 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
OK, it's getting hotter. Smile

What about session management, cookies? Is it necessary to have different cookies, or we can share just one?


Re: Postnuke [message #10528 is a reply to message #10523] Tue, 03 June 2003 21:40 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Hmmm FUDforum allows you to specify a cookie name, but the cookie must contain a single text string containing the session identifier. If you can make phpnuke use the same identifier and FUDforum then you could potentially use a common cookie.

Otherwise you will need to change the code in cookie.inc which fetches the session from the cookie.


FUDforum Core Developer
Re: Postnuke [message #10612 is a reply to message #10528] Thu, 05 June 2003 16:03 Go to previous messageGo to next message
Ala1 is currently offline  Ala1   Germany
Messages: 26
Registered: May 2002
Karma: 0
Junior Member
Hi Gady,

could you post the hack when you developed it? I will support you with alpha- and beta-tests.

Greetings...
Re: Postnuke [message #10616 is a reply to message #10612] Thu, 05 June 2003 18:23 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
Sure I will,

I just not sure when it can happen Sad
I need it desperately, but my schedule is very busy.


Re: Postnuke [message #11493 is a reply to message #10310] Tue, 01 July 2003 17:41 Go to previous messageGo to next message
Stan is currently offline  Stan   United States
Messages: 15
Registered: May 2002
Karma: 0
Junior Member
I will beta test also, I would LOVE to incorporate fud into my postnuke site, and I am quite sure a few thousand other postnukers would do the same

Re: Postnuke [message #13283 is a reply to message #10310] Sat, 27 September 2003 14:28 Go to previous messageGo to next message
Anonymous   United States
Where did this ever go?

I really like Fud Forum and so do our people at Baja.net but, it simply must include portal incorp in the relatively near future or we will have to abandon it.
Re: Postnuke [message #13287 is a reply to message #13283] Sun, 28 September 2003 18:50 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
FUDforum may soon be integrated to work eGroupWare, but there are no plans to allow it to work in *nuke.

FUDforum Core Developer
Re: Postnuke [message #13326 is a reply to message #13287] Mon, 29 September 2003 21:19 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
How about to work with Xaraya? I won't say it's *nuke. Smile

Re: Postnuke [message #13328 is a reply to message #13326] Mon, 29 September 2003 21:27 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Dunno, I am currently working in FUDforum 2.6.0, once that is done I'll be working on making FUDforum work with eGroupWare after that ask me again Wink

FUDforum Core Developer
Re: Postnuke [message #13347 is a reply to message #13328] Tue, 30 September 2003 16:29 Go to previous messageGo to next message
Gady is currently offline  Gady   Canada
Messages: 117
Registered: March 2003
Karma: 0
Senior Member
settled! Wink

Re: Postnuke [message #18227 is a reply to message #13328] Thu, 13 May 2004 21:31 Go to previous messageGo to next message
tallship is currently offline  tallship   United States
Messages: 3
Registered: May 2004
Location: On the Beaches of Super S...
Karma: 0
Junior Member

Hi,

I've been following this thread and wondering how the progress on Postnukizing FUDForum has been going.

Any word yet on a possible integration solution yet? I personally use MD-Pro and PostNuke.
Re: Postnuke [message #18229 is a reply to message #18227] Thu, 13 May 2004 22:07 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
I have not spent any effort in that direction.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Mailing list for new releases.
Next Topic: Popup menu
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue May 14 21:51:10 GMT 2024

Total time taken to generate the page: 0.02463 seconds