Skoro ściągnęłaś gotową paczkę to musisz wykonać jeszcze to, bo zapewne to przeoczyłaś:
[phpbb]#
#--[ OPEN ]------------------
#
templates/subSilver/admin/index_body.tpl
#
#--[ FIND ]------------------
#
{reg_user_row.USERNAME}
#
#--[ IN-LINE FIND ]----------
#
<a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a>
#
#--[ IN-LINE REPLACE WITH ]--
#
{reg_user_row.USERNAME}
#
#--[ OPEN ]------------------
#
templates/subSilver/groupcp_info_body.tpl
#
#--[ FIND ]------------------
#
<tr>
<td class="row1" width="20%"><span class="gen">{L_GROUP_NAME}:</span></td>
<td class="row2"><span class="gen"><b>{GROUP_NAME}</b></span></td>
</tr>
#
#--[ AFTER, ADD ]------------
#
<tr>
<td class="row1" width="20%"><span class="gen">{L_GROUP_RANK}:</span></td>
<td class="row2"><span class="gen"><b>{GROUP_RANK}</b></span></td>
</tr>
#
#--[ FIND ]------------------
#
{MOD_USERNAME}
#
#--[ IN-LINE FIND ]----------
#
<a href="{U_MOD_VIEWPROFILE}" class="gen">{MOD_USERNAME}</a>
#
#--[ IN-LINE REPLACE WITH ]--
#
{MOD_USERNAME}
#
#--[ FIND ]------------------
#
{member_row.USERNAME}
#
#--[ IN-LINE FIND ]----------
#
<a href="{member_row.U_VIEWPROFILE}" class="gen">{member_row.USERNAME}</a>
#
#--[ IN-LINE REPLACE WITH ]--
#
{member_row.USERNAME}
#
#--[ OPEN ]------------------
#
templates/subSilver/groupcp_pending_info.tpl
#
#--[ FIND ]------------------
#
{pending_members_row.USERNAME}
#
#--[ IN-LINE FIND ]----------
#
<a href="{pending_members_row.U_VIEWPROFILE}" class="gen">{pending_members_row.USERNAME}</a>
#
#--[ IN-LINE REPLACE WITH ]--
#
{pending_members_row.USERNAME}
#
#--[ OPEN ]------------------
#
templates/subSilver/index_body.tpl
#
#--[ FIND ]------------------
#
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
#
#--[ IN-LINE FIND ]----------
#
[ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]
#
#--[ IN-LINE REPLACE WITH ]--
#
{COLOR_RANKS_LIST}
#
#--[ OPEN ]------------------
#
templates/subSilver/memberlist_body.tpl
#
#--[ FIND ]------------------
#
{memberrow.USERNAME}
#
#--[ IN-LINE FIND ]----------
#
<a href="{memberrow.U_VIEWPROFILE}" class="gen">{memberrow.USERNAME}</a>
#
#--[ IN-LINE REPLACE WITH ]--
#
{memberrow.USERNAME}
#
#--[ OPEN ]------------------
#
templates/subSilver/privmsgs_body.tpl
#
#--[ FIND ]------------------
#
{listrow.FROM}
#
#--[ IN-LINE FIND ]----------
#
<a href="{listrow.U_FROM_USER_PROFILE}" class="name">{listrow.FROM}</a>
#
#--[ IN-LINE REPLACE WITH ]--
#
{listrow.FROM}[/phpbb]