Porting FUDforum [message #25339] |
Tue, 07 June 2005 13:07 |
Marticus
Messages: 272 Registered: June 2002
Karma: 1
|
Senior Member |
|
|
What kind of things would one need to consider when porting FUDforum to another system, e.g., a CMS?
I assume the most vital thing would be having fud look at the session information of the cms rather than of fud. I become confused when I think of how a user would modify their forum information. I am sure there are other concerns.
Any thoughts on this?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Porting FUDforum [message #26124 is a reply to message #26122] |
Tue, 05 July 2005 17:43 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
At the present time fudapi script fudapi.inc.php does not offer user delete/update function. These are available from scripts_common.inc (update) or usersinc.t (which gets compiled into include/theme/default/users.inc) via add_user() and sync_user() methods.
I will probably add functions to FUDAPI to implement those two in the near future.
FUDforum Core Developer
|
|
|