March 11 2010 16:19:32
Navigation
Users Online
· Guests Online: 14

· Members Online: 1
Cupid

· Total Members: 28,674
· Newest Member: figo12345
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
· CupidOnline
· Fangree_Craig00:08:42
· afif00:24:30
· Druid00:24:33
· VireL00:38:20
· swiss00:40:12
· janasari00:51:47
· HobbyMan01:13:20
· gh0st2k01:17:16
· vRba01:23:58
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.
RSS Feeds
- PHP-Fusion News
- SF File Releases
- SF News Releases
Latest Roadmap Items
Shoutbox
You must login to post a message.

11 Mar 2010 15:52:42
@mithos: It may not be the best but at least, it's the easiest to learn

11 Mar 2010 15:41:11
Hi, admins did you discusse about official slovak php-fusion support?

11 Mar 2010 12:27:29
v8 is being discussed, but there is no solid plan yet. It sure will happen though.

10 Mar 2010 20:59:56
@mithos: Indeed, but not as easily learned as this one. It is still only claimed to be a a light-weight CMS Smile

10 Mar 2010 12:42:33
Questions in the forums please & English only!

10 Mar 2010 12:16:44
are you already working on version 8? Lately there are some CMS that far exceeds php-fusion

09 Mar 2010 21:45:23
No Support in the Shoutbox!!

09 Mar 2010 14:53:16
Digi! we really appreciate you and your crew's hard works!

09 Mar 2010 13:51:32
Just want to re-iterate folks, please dont pm me for technical help, that's why we have forums. Thanks! Smile

09 Mar 2010 10:23:58
Craig!!! Grin

Render time: 0.39 seconds 60,469,293 unique visits