leider nein.
bei dieser keine dabei ist:
phpbb6_
forum1_
_
und 2 Prefix auch nix dabei.
nur einzig phpbb_
hmm constants.php? nur wie ich gemacht:
Code: Alles auswählen
#
# ----- FIND ----------------------------------------
#
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
#
# ----- AFTER ADD ----------------------------------------
#
define('PROFILE_VIEW_TABLE', $table_prefix.'profile_view');
Code: Alles auswählen
#
# ----- OPEN ----------------------------------------
#
templates/subSilver/profile_view_body.tpl
#
# ----- FIND ----------------------------------------
#
<th class="thHead" colspan="2" height="25" nowrap="nowrap">{L_VIEWING_PROFILE}</th>
#
# ----- REPLACE WITH ----------------------------------------
#
<th class="thHead" colspan="2" height="25" nowrap="nowrap">
<table width="100%"><tr><td align="center" class="cattitle">{L_VIEWING_PROFILE}</td>
<td align="right">{U_VISITS}</td></tr></table></th>
ich habe nur
Code: Alles auswählen
<th colspan="2">{L_VIEWING_PROFILE}</th>
<th class="thHead" colspan="2" height="25" nowrap="nowrap">
<table width="100%"><tr><td align="center" class="cattitle">{L_VIEWING_PROFILE}</td>
<td align="right">{U_VISITS}</td></tr></table></th>