July 31 2010 17:14:04
Navigation
Users Online
· Guests Online: 13

· Members Online: 1
charlesmckay

· Total Members: 35,723
· Newest Member: watchufconvers
IRC Channel
Got an IRC Client?
Join our new IRC channel at

irc.freenode.com/phpfusion

Free IRC Clients: Wikipedia
Support Sites
Last Seen Users
· charlesmckayOnline
· Falcon< 5 mins
· johnmonroe00:23:41
· kamfengeren00:27:29
· siliesse00:28:34
· bartek12400:41:10
· Fangree_Craig00:49:41
· Joci196800:52:47
· gittedl00:55:00
· Barspin01:07:34
Donate
v7.01 Change Log
register.php (Revision 1139) - (view) (download)
Modified Mon Mar 09 23:18 2009 by Digitanium
Updated code to utilise new user field categories.
profile.php (Revision 1139) - (view) (download)
Modified Mon Mar 09 23:18 2009 by Digitanium
Updated code to utilise new user field categories.
edit_profile.php (Revision 1139) - (view) (download)
Modified Mon Mar 09 23:17 2009 by Digitanium
Updated code to utilise new user field categories.
includes/update_profile_include.php (Revision 1138) - (view) (download)
Modified Mon Mar 09 23:16 2009 by Digitanium
Updated code to utilise new user field categories.
includes/multisite_include.php (Revision 1135) - (view) (download)
Modified Mon Mar 09 23:15 2009 by Digitanium
Added definition for user field cats db table.
administration/updateuser.php (Revision 1140) - (view) (download)
Modified Mon Mar 09 23:13 2009 by Digitanium
Updated code to utilise new user field categories.
administration/members.php (Revision 1140) - (view) (download)
Modified Mon Mar 09 23:12 2009 by Digitanium
Updated code to utilise new user field categories.
administration/settings_main.php (Revision 1145) - (view) (download)
Modified Mon Mar 09 23:11 2009 by Digitanium
Added locale update for user field categories.
administration/user_field-cats.php (Revision 1136) - (view) (download)
Modified Mon Mar 09 23:10 2009 by Digitanium
New user field categories admin panel.

Requires the following database update:

Code
<?php
$result = dbquery("CREATE TABLE ".$db_prefix."user_field_cats (
field_cat_id MEDIUMINT(8) UNSIGNED NOT NULL ,
field_cat_name VARCHAR(200) NOT NULL ,
field_cat_order SMALLINT(5) UNSIGNED NOT NULL ,
PRIMARY KEY (field_cat_id)
) TYPE=MyISAM;");

$result = dbquery("ALTER TABLE ".DB_USER_FIELDS." CHANGE field_group field_cat MEDIUMINT(8) UNSIGNED DEFAULT '1'");

$result = dbquery("INSERT INTO ".$db_prefix."user_field_cats (field_cat_id, field_cat_name, field_cat_order) VALUES (1, 'Contact Information', 1)");
$result = dbquery("INSERT INTO ".$db_prefix."user_field_cats (field_cat_id, field_cat_name, field_cat_order) VALUES (2, 'Miscellaneous Information', 2)");
$result = dbquery("INSERT INTO ".$db_prefix."user_field_cats (field_cat_id, field_cat_name, field_cat_order) VALUES (3, 'Options', 3)");
$result = dbquery("INSERT INTO ".$db_prefix."user_field_cats (field_cat_id, field_cat_name, field_cat_order) VALUES (4, 'Statistics', 4)");

$result = dbquery("SELECT * FROM ".DB_USERS." WHERE user_level='103'");
while ($data = dbarray($result)) {
   $result2 = dbquery("UPDATE ".DB_USERS." SET user_rights='".$data['user_rights'].".UFC' WHERE user_id='".$data['user_id']."'");
}

$result = dbquery("INSERT INTO ".DB_ADMIN." (admin_rights, admin_image, admin_title, admin_link, admin_page) VALUES ('UFC', 'user_fields.gif', 'User Field Categories', 'user_field-cats.php', 2)");
?>


administration/user_fields.php (Revision 1137) - (view) (download)
Modified Mon Mar 09 23:06 2009 by Digitanium
Updated code to utilise new user field categories.
locale/English/admin/user_field-cats.php (Revision 1141) - (view) (download)
Modified Mon Mar 09 23:04 2009 by Digitanium
Locale file for new user field categories admin panel.
locale/English/admin/user_fields.php (Revision 1142) - (view) (download)
Modified Mon Mar 09 23:03 2009 by Digitanium
Added new locales to handle field options
locale/English/admin/main.php (Revision 1144) - (view) (download)
Modified Mon Mar 09 23:02 2009 by Digitanium
Added locale for user field categories.
locale/English/setup.php (Revision 1130) - (view) (download)
Modified Mon Mar 09 23:01 2009 by Digitanium
Added locales for user field categories.
setup.php (Revision 1143) - (view) (download)
Modified Mon Mar 09 22:59 2009 by Digitanium
Added user_field_cats db table and entries.
maincore.php (Revision 1117) - (view) (download)
Modified Wed Feb 18 08:08 2009 by muscapaul
Corrected elseif ($settings['login_method'] = "sessions") to elseif ($settings['login_method'] == "sessions") (three instances).
administration/settings_forum.php (Revision 1121) - (view) (download)
Modified Wed Feb 18 08:02 2009 by muscapaul
Admin password now required to change forum settings, added for increased security
maincore.php (Revision 1116) - (view) (download)
Modified Thu Feb 12 18:09 2009 by Digitanium
Corrected $settings['tracking'] to $settings['login_method'].
themes/templates/footer.php (Revision 1108) - (view) (download)
Modified Thu Feb 12 18:06 2009 by Digitanium
Added session_write_close(); for session mode.
setup.php (Revision 1100) - (view) (download)
Modified Thu Feb 12 18:00 2009 by Digitanium
Added sessions db table and login_method setting.
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Member Poll
Which PHP version are you using?











You must login to vote.
RSS Feeds
- PHP-Fusion News
- SF File Releases
- SF News Releases
Shoutbox
You must login to post a message.

31 Jul 2010 15:47:15
Hey Polarfox, look here. http://www.fangre.
../index.php

31 Jul 2010 15:34:55
Where I can find the list of differences of 7.00 and 7.01?

31 Jul 2010 15:18:16
What's the news? Is 7.01 getting released tomorrow?

31 Jul 2010 11:53:26
heelo everyone

31 Jul 2010 05:04:21
I agree

30 Jul 2010 19:08:21
It's better to just stay .co.uk all the time now, it looks great. Wink

30 Jul 2010 19:04:27
Because we do not know when we can fix the problems with phpfusion-mods.com
.

30 Jul 2010 18:48:40
Hello! Pfft

30 Jul 2010 16:14:37
Really why's that? It's better to be on the .co.uk domain anyway. Shock

30 Jul 2010 16:09:48
No, the news has been edited, mods is up and running as a subdomain of php-fusion.co.uk

Render time: 0.40 seconds 70,452,374 unique visits