
Finde in der includes/constants.php
Code: Alles auswählen
// Additional tables
Code: Alles auswählen
define('PRIVMSGS_TO_TABLE', $table_prefix . 'privmsgs_to');
Code: Alles auswählen
'phpbb_privmsgs_to'
Code: Alles auswählen
PRIVMSGS_TO_TABLE
Code: Alles auswählen
// Additional tables
Code: Alles auswählen
define('PRIVMSGS_TO_TABLE', $table_prefix . 'privmsgs_to');
Code: Alles auswählen
'phpbb_privmsgs_to'
Code: Alles auswählen
PRIVMSGS_TO_TABLE
Code: Alles auswählen
$u_account_link_pm = $u_account_link . '&switch_acct=' . $id . '&redirect=' . $phpbb_root_url . '/ucp.php?i=pm&folder=inbox';
Code: Alles auswählen
4856 // application/xhtml+xml not used because of IE
4857 header('Content-type: text/html; charset=UTF-8');
4858
4859 header('Cache-Control: private, no-cache="set-cookie"');
4860 header('Expires: 0');
4861 header('Pragma: no-cache');
4862
4863 if (!empty($user->data['is_bot']))
4864 {
4865 // Let reverse proxies know we detected a bot.
4866 header('X-PHPBB-IS-BOT: yes');
4867 }
Ändere die Zeile mal testweise aufSecretly hat geschrieben:Code: Alles auswählen
$u_account_link_pm = $u_account_link . '&switch_acct=' . $id . '&redirect=' . $phpbb_root_url . '/ucp.php?i=pm&folder=inbox';
Code: Alles auswählen
$u_account_link_pm = (isset($u_account_link) && !empty($u_account_link)) ? $u_account_link . '&switch_acct=' . $id . '&redirect=' . $phpbb_root_url . '/ucp.php?i=pm&folder=inbox' : false;
Secretly hat geschrieben:oder lag es an der Änderung?
Code: Alles auswählen
<!-- IF S_USER_LOGGED_IN -->
<div align="center"><table class="tablebg" width="900px" cellspacing="0" align="center">
<tr>
<tr align="center" style="padding:-20px; margin:-20px; height:5px; overflow:auto;" bgcolor="#302f2f">
<td colspan=5 style="padding:0; margin:0;"><img src="/php/styles/Gemeinschaftsraum/imageset/linie.png"></td></tr>
</tr>
<tr><td class="row1" width="110px" align="center">
<!-- IF S_USER_UNREAD_PRIVMSG --><img src="http://i1243.photobucket.com/albums/gg560/_Poughkeepsie/tuumlrkis_zps5c362723.png" alt="" /><!-- ELSE -->
<img src="http://i1243.photobucket.com/albums/gg560/_Poughkeepsie/eule_alt_zps11a41211.png" alt="" />
<!-- ENDIF -->
</td>
<td class="row1">
<!-- IF S_USER_UNREAD_PRIVMSG --><div style="text-align: justify;"><p class="forumdesc">
<b>POSTEINGANG</b><br><br>
DIE EULEN HABEN
<!-- IF S_DISPLAY_PM --><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}
<!-- IF PRIVATE_MESSAGE_INFO_UNREAD --><!-- ENDIF --></a><!-- ENDIF -->
AUF DEM FRÜHSTÜCKSTELLER HINTERLASSEN.<br>
IN DER <a href="{U_PRIVATEMSGS}">EULEREI</a> KANNST DU AUSSERDEM NACH DEINER ALTEN POST SEHEN.<p>
<!-- ELSE -->
<p class="forumdesc"><b>POSTEINGANG</b><br><br>
DIE EULEN HABEN DIR HEUTE LEIDER KEINEN BRIEF IN DIE GROSSE HALLE GEBRACHT.<br>
ABER SIEH DOCH MAL IN DER <a href="{U_PRIVATEMSGS}">EULEREI</a> NACH DEINER ALTEN POST.<br><p>
</div>
<!-- ENDIF -->
</td> <td class="row1"></td> </tr>
<tr>
<tr align="center" style="padding:-20px; margin:-20px; height:5px; overflow:auto;" bgcolor="#302f2f">
<td colspan=5 style="padding:0; margin:0;"><img src="/php/styles/Gemeinschaftsraum/imageset/linie.png"></td></tr>
</tr>
</table></div>
<!-- ENDIF -->