Ich habe da ein Problem mit diesem MOD. Und zwar habe ich alles so gemacht, wie es in der beigefügten Beschreibung drin steht. Nur sieht das alles bei mir im Profil folgendermaßen aus:
http://www.netupload.de/detail.php?img= ... 0acc71.bmp
Desweiteren verstehe ich nicht, was ich hiermit anfangen soll und wo ich das genau durchführen muss in der Datenbank:
Code: Alles auswählen
#----------[ PLEASE NOTE ]------------------------------
#
# If you have installed the easyUCP with Second Profilepage extension,
# take a look at the goodies drawer before install this MOD!
#
# This hack uses 3 functions found at http://www.php.net
# This functions are coded by ZeBadger, JPEXS and Hagan Fox
#
#----------[ RUN SQL ]----------------------------------
#
# Run the following SQL statement to update your phpBB database.
# You can use phpMyAdmin or a similar tool to run this update.
#
# IMPORTANT: If you have changed the table prefix from the default of phpBB2,
# please be sure to replace phpbb with your prefix BEFORE running this update.
#
ALTER TABLE phpbb_users ADD user_profilepic varchar(100) default NULL AFTER user_avatar_type;
ALTER TABLE phpbb_users ADD user_profilepic_thumb varchar(100) default NULL AFTER user_profilepic;
INSERT INTO `phpbb_config` VALUES ('profilepic_width', '600');
INSERT INTO `phpbb_config` VALUES ('profilepic_height', '450');
INSERT INTO `phpbb_config` VALUES ('profilepic_thumb_width', '200');
INSERT INTO `phpbb_config` VALUES ('profilepic_thumb_height', '150');