1
ryana
Re: PostNuke to XOOPS conversion
  • 2003/4/28 11:59

  • ryana

  • Just popping in

  • Posts: 3

  • Since: 2003/2/9 6


This function Quote:
// Do the users table - exclude any user that would overwrite XOOPS admin's
function BuildUserTable() {
global $fromdb, $todb;
//$altertable="ALTER TABLE `boardjive_users` CHANGE `pn_user_regdate` `pn_user_regdate` TIMESTAMP";
//$result = mysql_query($altertable);
$sql = "INSERT INTO ".$todb.".xoops_users (uid, name, uname, email, url, user_avatar, user_regdate, user_icq, user_from, user_sig, user_viewemail, user_aim, user_yim, user_msnm, pass, user_intrest, user_occ)
SELECT pn_uid, pn_name, pn_uname, pn_email, pn_url, pn_user_avatar, UNIX_TIMESTAMP(NOW()) as pn_user_regdate, pn_user_icq, pn_user_from, pn_user_sig, pn_user_viewemail, pn_user_aim, pn_user_yim, pn_user_msnm, pn_pass, pn_user_intrest, pn_user_occ
FROM ".$fromdb.".boardjive_users";
// WHERE ".$fromdb.".pn_users.uid <> '110'";
$delete=True;
$tbname=$todb.".xoops_users";
DoTable($delete, $sql, $tbname);
//echo $sql;
}


...would seems to indicate that inserting postnuke.pn_pass into xoops.pass will work without any problems. That's what I needed to know. Thanks!



2
ryana
PostNuke to XOOPS conversion
  • 2003/4/28 10:58

  • ryana

  • Just popping in

  • Posts: 3

  • Since: 2003/2/9 6


Yes, I know this question was asked before. The information link given, however, is dead. There are two questions that I have:

1) Through searching I have seen that a PostNuke to XOOPS script would be provided in the full release. Since XOOPS is now at v2.0.2 (stable) it must be a full release. I do not see a conversion script in the package. Am I missing something?

2) If there are no conversion scripts, the only thing that would give me a problem is use passwords. Does PN & XOOPS encrypt the passwords in the same manner? If I simply import the PN user passwords into the XOOPS password field, would they work?



3
ryana
Re: remembering logins?
  • 2003/2/18 12:57

  • ryana

  • Just popping in

  • Posts: 3

  • Since: 2003/2/9 6


I would like to see a "never log me out" checkbox added to the login block as well.

On a different note: It would be nice if, upon replying in the forum, the default cursor position was in the message box




TopTop



Login

Who's Online

226 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits