Documentation

Version 2.1

Changes:

Updating from Version 2.0
If you haven't really done much with the script yet, you can just delete/overwrite everything and start over. No changes to the database this time. If you want to update follow the instructions carefully. You cannot update versions prior to 2.0. First download /require/config.php to your computer so you can edit it (or edit it online if you can). You need to add one variable. Use the file /require/config.example in this package as a guide to add the line:

$member_pad = "100"; // Add to actual member count if desired. If not set to 0.

It goes near the top under the adtext variable. Save the file as config.php in the require directory and upload it to your server. Note that if you used the install script, the file is probably owned by the server. It may not let you overwrite it. You may have to delete the old file before you can upload the new one. Whew! That was the hard part!

Now we just need to replace a few files and add some new ones. Refer to the table below:

Replace:

Add:

/include/search.inc.php

/graphics/buddy.gif

/include/header.inc.php

/include/num_users.inc.php

I believe that's it. I can't test the upgrade, but if you have any trouble with the instructions above, please visit the Support Forum and let me know.

Version 2.0

Changes:

Updating to Version 2.0 from previous versions: Several changes were made throughout the script and new database tables were added. There were also new rows added to existing tables. The only practical way to update to this version is to remove the existing files from your server and drop all of the tables from the database and then install the script fresh. The next several releases will likely be the same as changes planned will involve some extensive modifications. By the time we reach Version 3.0, the script should be developed to the point where any future releases will be able to be upgraded without a fresh install.

top

Version 1.4

Changes:

top

Version 1.3

If you have installed phpProfiles v. 1.2, this release contains a fix and a minor update. The Community page did not accurately reflect the number of members due to an error in the sql query that defined the variable $num. Also, upon suggestion from and end user, we added the ability for Users to suggest a new Community to the Admin. When the registered user clicks on the suggest a community link on the community page, they can send their recommendation to the Admin for possible inclusion. The Admin will receive the suggestion in their on-site mailbox. To update your script from v.1.2 to v.1.3 you only need to replace 2 files and upload 2 new files:

Otherwise the release is exactly the same as v.1.2.

top