thx works nice
only i change in the USERCP_SHELL_REPLACE.txt
this
PHP Code:
<td class="$navclass[pm_newpm]" nowrap="nowrap"><img src="$stylevar[imgdir_misc]/page_edit.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=newpm">Compose Message</a></td>
to
PHP Code:
<td class="$navclass[pm_newpm]" nowrap="nowrap"><img src="$stylevar[imgdir_misc]/page_edit.gif" alt="" border="0" class="inlineimg" width="16" height="16" /> <a class="smallfont" href="private.php?$session[sessionurl]do=newpm">$vbphrase[send_new_message]</a></td>
shows better with other languages
regards