|
From: Jon O. <jon...@us...> - 2007-09-09 20:33:47
|
Update of /cvsroot/mxbb/mx_profilecp/tools In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29066/tools Modified Files: MOD-Profile_Control_Panel.txt Log Message: for 2.9.x Index: MOD-Profile_Control_Panel.txt =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/tools/MOD-Profile_Control_Panel.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MOD-Profile_Control_Panel.txt 29 Jun 2004 22:27:48 -0000 1.1 --- MOD-Profile_Control_Panel.txt 9 Sep 2007 20:33:07 -0000 1.2 *************** *** 1,5 **** ! ############################################################## ! ## Info: This MOD is the original phpbb mod, use it for MX with extrem care!!!!! ! ## Instead, the minimal phpbb mod for mx is documented in mod-phpbb.txt ## ## MOD Title: Profile Control Panel --- 1,5 ---- ! ############################################################## ! ## Info: This MOD is the original phpbb mod, use it for MX with extrem care!!!!! ! ## Instead, the minimal phpbb mod for mx is documented in mod-phpbb.txt ## ## MOD Title: Profile Control Panel *************** *** 8,12 **** ## ## MOD Version: 2.0.0-1 ! ## ## Installation Level: Moderate ## Installation Time: 40 Minutes --- 8,12 ---- ## ## MOD Version: 2.0.0-1 ! ## ## Installation Level: Moderate ## Installation Time: 40 Minutes *************** *** 89,100 **** ## mod-topics_list/graph.gif/folder_sticky_new_own.gif ## ! ############################################################## ! ## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the ! ## latest version of this MOD. Downloading this MOD from other sites could cause malicious code ! ## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered ! ## in our MOD-Database, located at: http://www.phpbb.com/mods/ ! ############################################################## ## ! ## Author Notes: ## ## to prevent an erase of the original prog, rename profile.php into profile_orig.php --- 89,100 ---- ## mod-topics_list/graph.gif/folder_sticky_new_own.gif ## ! ############################################################## ! ## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the ! ## latest version of this MOD. Downloading this MOD from other sites could cause malicious code ! ## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered ! ## in our MOD-Database, located at: http://www.phpbb.com/mods/ ! ############################################################## ## ! ## Author Notes: ## ## to prevent an erase of the original prog, rename profile.php into profile_orig.php *************** *** 119,124 **** ## - more friendly programmers adding fields to users table, ## - modulated menu and sub-menu management ! ## ! ## A great thanks to Gilgraf (http://www.gilgraf.com/ggforum/) who was a so precious help ## while debugging and finalizing steps ## --- 119,124 ---- ## - more friendly programmers adding fields to users table, ## - modulated menu and sub-menu management ! ## ! ## A great thanks to Gilgraf (http://www.gilgraf.com/ggforum/) who was a so precious help ## while debugging and finalizing steps ## *************** *** 140,144 **** ## COPY mod-lang_settings/lang_extend.php TO language/lang_*/lang_extend.php ## ! ############################################################## ## ## MOD History: --- 140,144 ---- ## COPY mod-lang_settings/lang_extend.php TO language/lang_*/lang_extend.php ## ! ############################################################## ## ## MOD History: *************** *** 237,243 **** ## 2003/05/08 - Version 0.0.1 ## - first beta, ! ## ! ############################################################## ! ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ############################################################## # --- 237,243 ---- ## 2003/05/08 - Version 0.0.1 ## - first beta, ! ## ! ############################################################## ! ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ############################################################## # *************** *** 282,286 **** # ALTER TABLE phpbb_ranks CHANGE rank_title rank_title VARCHAR(255) NOT NULL; ! ALTER TABLE phpbb_ranks ADD rank_max MEDIUMINT(8) NOT NULL AFTER rank_min; # #-----[ SQL ]------------------------------------------------- --- 282,286 ---- # ALTER TABLE phpbb_ranks CHANGE rank_title rank_title VARCHAR(255) NOT NULL; ! ALTER TABLE phpbb_ranks ADD rank_max MEDIUMINT(8) NOT NULL AFTER rank_min; # #-----[ SQL ]------------------------------------------------- *************** *** 427,431 **** { case POST_USERS_URL: $key = 'b'; break; ! case 'mode': $newpm = ($val == 'newpm'); if (!$newpm) $key = 'privmsg_mode'; --- 427,431 ---- { case POST_USERS_URL: $key = 'b'; break; ! case 'mode': $newpm = ($val == 'newpm'); if (!$newpm) $key = 'privmsg_mode'; *************** *** 487,491 **** } # ! #-----[ REPLACE WITH ]---------------------------------------- # // --- 487,491 ---- } # ! #-----[ REPLACE WITH ]---------------------------------------- # // *************** *** 510,514 **** { # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ --- 510,514 ---- { # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ *************** *** 558,562 **** } # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ --- 558,562 ---- } # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ *************** *** 648,652 **** $sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ --- 648,652 ---- $sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ *************** *** 704,708 **** $db->sql_freeresult($result); # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ --- 704,708 ---- $db->sql_freeresult($result); # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ *************** *** 790,794 **** $poster_from = ( $postrow[$i]['user_from'] && $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Location'] . ': ' . $postrow[$i]['user_from'] : ''; ! $poster_joined = ( $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Joined'] . ': ' . create_date($lang['DATE_FORMAT'], $postrow[$i]['user_regdate'], $board_config['board_timezone']) : ''; $poster_avatar = ''; --- 790,794 ---- $poster_from = ( $postrow[$i]['user_from'] && $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Location'] . ': ' . $postrow[$i]['user_from'] : ''; ! $poster_joined = ( $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Joined'] . ': ' . mx_create_date($lang['DATE_FORMAT'], $postrow[$i]['user_regdate'], $board_config['board_timezone']) : ''; $poster_avatar = ''; *************** *** 809,815 **** } # ! #-----[ REPLACE WITH ]---------------------------------------- # ! $post_date = create_date($board_config['default_dateformat'], $postrow[$i]['post_time'], $board_config['board_timezone']); # #-----[ FIND ]------------------------------------------------ --- 809,815 ---- } # ! #-----[ REPLACE WITH ]---------------------------------------- # ! $post_date = mx_create_date($board_config['default_dateformat'], $postrow[$i]['post_time'], $board_config['board_timezone']); # #-----[ FIND ]------------------------------------------------ *************** *** 929,933 **** } # ! #-----[ REPLACE WITH ]---------------------------------------- # $mini_post_url = append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $postrow[$i]['post_id']) . '#' . $postrow[$i]['post_id']; --- 929,933 ---- } # ! #-----[ REPLACE WITH ]---------------------------------------- # $mini_post_url = append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $postrow[$i]['post_id']) . '#' . $postrow[$i]['post_id']; *************** *** 945,949 **** 'POSTER_AVATAR' => $poster_avatar, # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ --- 945,949 ---- 'POSTER_AVATAR' => $poster_avatar, # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ *************** *** 980,984 **** 'YIM' => $yim, # ! #-----[ REPLACE WITH ]---------------------------------------- # 'MINI_POST_IMG' => $mini_post_img, --- 980,984 ---- 'YIM' => $yim, # ! #-----[ REPLACE WITH ]---------------------------------------- # 'MINI_POST_IMG' => $mini_post_img, *************** *** 1048,1052 **** "RANK" => $rank_info['rank_title'], # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ --- 1048,1052 ---- "RANK" => $rank_info['rank_title'], # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ *************** *** 1066,1070 **** $rank_title = ( isset($HTTP_POST_VARS['title']) ) ? trim($HTTP_POST_VARS['title']) : ""; # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ --- 1066,1070 ---- $rank_title = ( isset($HTTP_POST_VARS['title']) ) ? trim($HTTP_POST_VARS['title']) : ""; # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ *************** *** 1237,1245 **** //-- modify # ! #-----[ IN-LINE FIND ]---------------------------------------- # , $add_prevnext_text = TRUE # ! #-----[ IN-LINE AFTER, ADD ]---------------------------------- # , $start_field='start' --- 1237,1245 ---- //-- modify # ! #-----[ IN-LINE FIND ]---------------------------------------- # , $add_prevnext_text = TRUE # ! #-----[ IN-LINE AFTER, ADD ]---------------------------------- # , $start_field='start' *************** *** 1257,1261 **** $page_string .= ( $i == $on_page ) ? '<b>' . $i . '</b>' : '<a href="' . append_sid($base_url . "&start=" . ( ( $i - 1 ) * $per_page ) ) . '">' . $i . '</a>'; # ! #-----[ REPLACE WITH ]---------------------------------------- # $init_page_max = ( $total_pages > 3 ) ? 3 : $total_pages; --- 1257,1261 ---- $page_string .= ( $i == $on_page ) ? '<b>' . $i . '</b>' : '<a href="' . append_sid($base_url . "&start=" . ( ( $i - 1 ) * $per_page ) ) . '">' . $i . '</a>'; # ! #-----[ REPLACE WITH ]---------------------------------------- # $init_page_max = ( $total_pages > 3 ) ? 3 : $total_pages; *************** *** 1278,1282 **** $page_string .= ($i == $on_page) ? '<b>' . $i . '</b>' : '<a href="' . append_sid($base_url . "&start=" . ( ( $i - 1 ) * $per_page ) ) . '">' . $i . '</a>'; # ! #-----[ REPLACE WITH ]---------------------------------------- # for($i = $init_page_min - 1; $i < $init_page_max + 2; $i++) --- 1278,1282 ---- $page_string .= ($i == $on_page) ? '<b>' . $i . '</b>' : '<a href="' . append_sid($base_url . "&start=" . ( ( $i - 1 ) * $per_page ) ) . '">' . $i . '</a>'; # ! #-----[ REPLACE WITH ]---------------------------------------- # for($i = $init_page_min - 1; $i < $init_page_max + 2; $i++) *************** *** 1297,1301 **** $page_string .= ( $i == $on_page ) ? '<b>' . $i . '</b>' : '<a href="' . append_sid($base_url . "&start=" . ( ( $i - 1 ) * $per_page ) ) . '">' . $i . '</a>'; # ! #-----[ REPLACE WITH ]---------------------------------------- # for($i = $total_pages - 2; $i < $total_pages + 1; $i++) --- 1297,1301 ---- $page_string .= ( $i == $on_page ) ? '<b>' . $i . '</b>' : '<a href="' . append_sid($base_url . "&start=" . ( ( $i - 1 ) * $per_page ) ) . '">' . $i . '</a>'; # ! #-----[ REPLACE WITH ]---------------------------------------- # for($i = $total_pages - 2; $i < $total_pages + 1; $i++) *************** *** 1318,1322 **** $page_string .= ( $i == $on_page ) ? '<b>' . $i . '</b>' : '<a href="' . append_sid($base_url . "&start=" . ( ( $i - 1 ) * $per_page ) ) . '">' . $i . '</a>'; # ! #-----[ REPLACE WITH ]---------------------------------------- # else --- 1318,1322 ---- $page_string .= ( $i == $on_page ) ? '<b>' . $i . '</b>' : '<a href="' . append_sid($base_url . "&start=" . ( ( $i - 1 ) * $per_page ) ) . '">' . $i . '</a>'; # ! #-----[ REPLACE WITH ]---------------------------------------- # else *************** *** 1339,1343 **** $page_string = ' <a href="' . append_sid($base_url . "&start=" . ( ( $on_page - 2 ) * $per_page ) ) . '">' . $lang['Previous'] . '</a> ' . $page_string; # ! #-----[ REPLACE WITH ]---------------------------------------- # if ( $on_page > 1 ) --- 1339,1343 ---- $page_string = ' <a href="' . append_sid($base_url . "&start=" . ( ( $on_page - 2 ) * $per_page ) ) . '">' . $lang['Previous'] . '</a> ' . $page_string; # ! #-----[ REPLACE WITH ]---------------------------------------- # if ( $on_page > 1 ) *************** *** 1358,1362 **** $page_string .= ' <a href="' . append_sid($base_url . "&start=" . ( $on_page * $per_page ) ) . '">' . $lang['Next'] . '</a>'; # ! #-----[ REPLACE WITH ]---------------------------------------- # if ( $on_page < $total_pages ) --- 1358,1362 ---- $page_string .= ' <a href="' . append_sid($base_url . "&start=" . ( $on_page * $per_page ) ) . '">' . $lang['Next'] . '</a>'; # ! #-----[ REPLACE WITH ]---------------------------------------- # if ( $on_page < $total_pages ) *************** *** 1469,1473 **** $sql = "SELECT u.username, u.user_id, u.user_allow_viewonline, u.user_level, s.session_logged_in, s.session_ip # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ --- 1469,1473 ---- $sql = "SELECT u.username, u.user_id, u.user_allow_viewonline, u.user_level, s.session_logged_in, s.session_ip # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ *************** *** 1475,1479 **** // $sql = "SELECT u.username, u.user_id, u.user_allow_viewonline, u.user_level, s.session_logged_in, s.session_ip //-- add ! $sql = "SELECT u.*, s.session_logged_in, s.session_time, s.session_page, s.session_ip # #-----[ FIND ]------------------------------------------------ --- 1475,1479 ---- // $sql = "SELECT u.username, u.user_id, u.user_allow_viewonline, u.user_level, s.session_logged_in, s.session_ip //-- add ! $sql = "SELECT u.*, s.session_logged_in, s.session_time, s.session_page, s.session_ip # #-----[ FIND ]------------------------------------------------ *************** *** 1539,1543 **** $db->sql_freeresult($result); # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ --- 1539,1543 ---- $db->sql_freeresult($result); # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ *************** *** 1673,1677 **** $status = 'guest'; } ! else if ($view_ignore) { $status = 'offline'; --- 1673,1677 ---- $status = 'guest'; } ! else if ($view_ignore) { $status = 'offline'; *************** *** 1732,1736 **** 'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'] # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ --- 1732,1736 ---- 'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'] # ! #-----[ REPLACE WITH ]---------------------------------------- # //-- mod : profile cp ------------------------------------------------------------------------------ *************** *** 1773,1778 **** { $userdata['user_last_birthday'] = time(); ! $sql = "UPDATE " . USERS_TABLE . " ! SET user_last_birthday = " . $userdata['user_last_birthday'] . " WHERE user_id = " . $userdata['user_id']; if ( !$db->sql_query($sql) ) --- 1773,1778 ---- { $userdata['user_last_birthday'] = time(); ! $sql = "UPDATE " . USERS_TABLE . " ! SET user_last_birthday = " . $userdata['user_last_birthday'] . " WHERE user_id = " . $userdata['user_id']; if ( !$db->sql_query($sql) ) *************** *** 1800,1811 **** $today = date("md", $time); $user_id = $userdata['user_id']; ! $sql = "SELECT u.*, (CASE WHEN i.buddy_ignore = 1 THEN 1 ELSE 0 END) AS user_ignore, (CASE WHEN b.buddy_ignore = 0 THEN 1 ELSE 0 END) AS user_friend, (CASE WHEN b.buddy_visible = 1 THEN 1 ELSE 0 END) AS user_visible ! FROM ((" . USERS_TABLE . " AS u LEFT JOIN " . BUDDYS_TABLE . " AS b ON b.user_id=u.user_id AND b.buddy_id=$user_id) LEFT JOIN " . BUDDYS_TABLE . " AS i ON i.user_id=$user_id AND i.buddy_id=u.user_id) ! WHERE u.user_id <> " . ANONYMOUS . " AND u.user_birthday <> 0 AND u.user_birthday <> '' and RIGHT(u.user_birthday, 4) = $today ORDER BY username"; if ( !$result = $db->sql_query($sql) ) --- 1800,1811 ---- $today = date("md", $time); $user_id = $userdata['user_id']; ! $sql = "SELECT u.*, (CASE WHEN i.buddy_ignore = 1 THEN 1 ELSE 0 END) AS user_ignore, (CASE WHEN b.buddy_ignore = 0 THEN 1 ELSE 0 END) AS user_friend, (CASE WHEN b.buddy_visible = 1 THEN 1 ELSE 0 END) AS user_visible ! FROM ((" . USERS_TABLE . " AS u LEFT JOIN " . BUDDYS_TABLE . " AS b ON b.user_id=u.user_id AND b.buddy_id=$user_id) LEFT JOIN " . BUDDYS_TABLE . " AS i ON i.user_id=$user_id AND i.buddy_id=u.user_id) ! WHERE u.user_id <> " . ANONYMOUS . " AND u.user_birthday <> 0 AND u.user_birthday <> '' and RIGHT(u.user_birthday, 4) = $today ORDER BY username"; if ( !$result = $db->sql_query($sql) ) *************** *** 1901,1905 **** {TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ] # ! #-----[ IN-LINE FIND ]---------------------------------------- # [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ] --- 1901,1905 ---- {TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ] # ! #-----[ IN-LINE FIND ]---------------------------------------- # [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ] *************** *** 2007,2011 **** # <table cellspacing="2" cellpadding="2" border="0" align="center"> ! <tr> <td valign="middle">{INBOX_IMG}</td> <td valign="middle"><span class="cattitle">{INBOX} </span></td> --- 2007,2011 ---- # <table cellspacing="2" cellpadding="2" border="0" align="center"> ! <tr> <td valign="middle">{INBOX_IMG}</td> <td valign="middle"><span class="cattitle">{INBOX} </span></td> *************** *** 2021,2025 **** <br clear="all" /> # ! #-----[ REPLACE WITH ]---------------------------------------- # <!-- mod : profile cp --> --- 2021,2025 ---- <br clear="all" /> # ! #-----[ REPLACE WITH ]---------------------------------------- # <!-- mod : profile cp --> *************** *** 2029,2033 **** <form method="post" action="{S_PRIVMSGS_ACTION}"> # ! #-----[ REPLACE WITH ]---------------------------------------- # <table cellpadding="0" cellspacing="10" border="0" width="100%"> --- 2029,2033 ---- <form method="post" action="{S_PRIVMSGS_ACTION}"> # ! #-----[ REPLACE WITH ]---------------------------------------- # <table cellpadding="0" cellspacing="10" border="0" width="100%"> *************** *** 2041,2045 **** <td width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> # ! #-----[ REPLACE WITH ]---------------------------------------- # <td valign="middle">{REPLY_PM_IMG}</td> --- 2041,2045 ---- <td width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> # ! #-----[ REPLACE WITH ]---------------------------------------- # <td valign="middle">{REPLY_PM_IMG}</td> *************** *** 2051,2055 **** {MESSAGE_FROM} # ! #-----[ IN-LINE FIND ]---------------------------------------- # {MESSAGE_FROM} --- 2051,2055 ---- {MESSAGE_FROM} # ! #-----[ IN-LINE FIND ]---------------------------------------- # {MESSAGE_FROM} *************** *** 2065,2069 **** {MESSAGE_TO} # ! #-----[ IN-LINE FIND ]---------------------------------------- # {MESSAGE_TO} --- 2065,2069 ---- {MESSAGE_TO} # ! #-----[ IN-LINE FIND ]---------------------------------------- # {MESSAGE_TO} *************** *** 2087,2091 **** //--></script> # ! #-----[ REPLACE WITH ]---------------------------------------- # <td valign="middle" nowrap="nowrap">{BUTTONS_PANEL}</td> --- 2087,2091 ---- //--></script> # ! #-----[ REPLACE WITH ]---------------------------------------- # <td valign="middle" nowrap="nowrap">{BUTTONS_PANEL}</td> *************** *** 2096,2105 **** <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> ! <tr> <td valign="top" align="right"><span class="gensmall">{JUMPBOX}</span></td> </tr> </table> # ! #-----[ REPLACE WITH ]---------------------------------------- # </td> --- 2096,2105 ---- <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> ! <tr> <td valign="top" align="right"><span class="gensmall">{JUMPBOX}</span></td> </tr> </table> # ! #-----[ REPLACE WITH ]---------------------------------------- # </td> *************** *** 2282,2286 **** # #-----[ BEFORE, ADD ]----------------------------------------- ! # <!-- mod : profile cp --> # --- 2282,2286 ---- # #-----[ BEFORE, ADD ]----------------------------------------- ! # <!-- mod : profile cp --> # *************** *** 2291,2295 **** <a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a> # ! #-----[ IN-LINE FIND ]---------------------------------------- # <a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a> --- 2291,2295 ---- <a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a> # ! #-----[ IN-LINE FIND ]---------------------------------------- # <a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a> *************** *** 2432,2436 **** <td class="row2"><input class="post" type="text" name="title" size="35" maxlength="40" value="{RANK}" /></td> # ! #-----[ REPLACE WITH ]---------------------------------------- # <td class="row2"> --- 2432,2436 ---- <td class="row2"><input class="post" type="text" name="title" size="35" maxlength="40" value="{RANK}" /></td> # ! #-----[ REPLACE WITH ]---------------------------------------- # <td class="row2"> |