1-includes/db_field_definitions.php open
?>
before add
$additional_user_fields['admin_text'] = array($lang['admin_text'], "text", 0);
2-lang/yourlang/main.php open
?>
before add
$lang['admin_text'] = "Personal rank: ";
3-templates/yourtheme/member_profile.html open
find
<tr>
<td class="row2"><b>{lang_icq}</b></td>
<td class="row2">{if user_icq}<a href="http://www.icq.com/people/about_me.php?uin={user_icq}" target="_blank">{user_icq}</a> (<b>{user_icq_status}</b>){endif user_icq}</td>
</tr>
after add
<tr>
<td class="row1"><b>{lang_admin_text}</b></td>
<td class="row1">{admin_text}</td>
</tr>
4-templates/yourtheme/comment_bit.html open
find
{comment_user_info}
{if comment_user_ip}<br /><br /><b>IP:</b> {comment_user_ip}{endif comment_user_ip}
after add
<br />
<br />
{if admin_text}
{lang_admin_text}{admin_text}
{endif admin_text}
5-details.php open
find line with
$sql = "SELECT c.comment_id, c.image_id, c.user_id, c.user_name AS comment_user_name,
add in this line:
u.admin_text,
find
$admin_links = "";
before add
$admin_text = $comment_row[$i]['admin_text'];
find
"comment_user_info" => $comment_user_info,
after add
"admin_text" => $admin_text,
"lang_admin_text" => $lang['admin_text'],
6-In PhpMyAdmin sql execute
ALTER TABLE `4images_users` ADD `admin_text` TEXT NOT NULL;
ı am live in turkey and ı can use little english