Beiträge: 328
Themen: 93
Registriert seit: 21.02.2009
hab ich jetzt gemacht, hat sich aber nicht wirklich was verändert, ich vermute mal stark das ich was falsch eingesetzt habe??
So siehts aktuell aus:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->shoutbox}</title>
{$headerinclude}
</head>
<body>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->shoutbox}</strong></td>
</tr>
{$multipage_top}
{$shouts}
{$multipage_bottom}
</table>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/DarkOrange/tablesmall/thead_l.png" alt="" /></td>
<td class="thead3"></td>
<td><img src="images/DarkOrange/tablesmall/thead_r.png" alt="" /></td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1" align="center">
{$add_shout}
{$toggle_refresh_link}
<a name="shoutbox"></a>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="images/DarkOrange/tablesmall/tfoot_l.png" alt="" /></td>
<td class="thead3"></td>
<td><img src="images/DarkOrange/tablesmall/tfoot_r.png" alt="" /></td>
</tr>
</table>
</body>
</html>
Beiträge: 1.939
Themen: 18
Registriert seit: 30.06.2007
MyBB-Version: 1.6.6
(29.12.2009, 21:42)sportwettentalk schrieb: ...das sieht man nur wenn man eingeloggt ist
user: tester
pw: 12345
Leider kann man sich unter "sportwettentalk.com" nicht anmelden, da die Cookie-Einstellungen falsch sind:
Quelltext schrieb:cookieDomain = ".sportwettentalk.com"
cookiePath = "http://sportwettentalk.com/"
Siehe hierzu auch >
https://www.mybb.de/forum/thread-12508.html .
Beiträge: 328
Themen: 93
Registriert seit: 21.02.2009
das ist echt nervig, wenn ich was in der Admin CP ändere, muss ich auch die Cookie Einstellungen wieder umstellen, habs gerade wieder gemacht.
Beiträge: 1.939
Themen: 18
Registriert seit: 30.06.2007
MyBB-Version: 1.6.6
Ersetze in "Globale Templates > shoutbox_index" den Code kpl. durch
Code:
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="{$theme['imgdir']}/thead_l.png" alt="" /></td>
<td class="thead"><div style="white-space:nowrap"><strong>{$lang->shoutbox}</strong></div></td>
<td><img src="{$theme['imgdir']}/thead2.png" alt="" /></td>
<td class="thead2"><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif.png" id="boardstats_img" class="expander" alt="[-]" /></div></td>
<td><img src="{$theme['imgdir']}/thead_r.png" alt="" /></td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
{$shouts}
{$multipage_bottom}
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="margin-bottom: 20px;">
<tr>
<td class="trow1" align="center">
{$add_shout}
{$toggle_refresh_link}
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%" style="margin-top: -20px;">
<tr>
<td><img src="{$theme['imgdir']}/tfoot_l.png" alt="" /></td>
<td class="tfoot2"></td>
<td><img src="{$theme['imgdir']}/tfoot_r.png" alt="" /></td>
</tr>
</table>
<a name="shoutbox" id="shoutbox"></a>
<br />
Beiträge: 967
Themen: 122
Registriert seit: 22.03.2008
MyBB-Version: 1.2.14
(30.12.2009, 21:23)linwinman schrieb: Ersetze in "Globale Templates > shoutbox_index" den Code kpl. durch
Code:
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img src="{$theme['imgdir']}/thead_l.png" alt="" /></td>
<td class="thead"><div style="white-space:nowrap"><strong>{$lang->shoutbox}</strong></div></td>
<td><img src="{$theme['imgdir']}/thead2.png" alt="" /></td>
<td class="thead2"><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif.png" id="boardstats_img" class="expander" alt="[-]" /></div></td>
<td><img src="{$theme['imgdir']}/thead_r.png" alt="" /></td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
{$shouts}
{$multipage_bottom}
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="margin-bottom: 20px;">
<tr>
<td class="trow1" align="center">
{$add_shout}
{$toggle_refresh_link}
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%" style="margin-top: -20px;">
<tr>
<td><img src="{$theme['imgdir']}/tfoot_l.png" alt="" /></td>
<td class="tfoot2"></td>
<td><img src="{$theme['imgdir']}/tfoot_r.png" alt="" /></td>
</tr>
</table>
<a name="shoutbox" id="shoutbox"></a>
<br />
Genau!
So siehts richtig aus... einfach ersetzen.
Achtung
nehmen Sie diese Beiträge nicht ernst! Das MyBB wissen beruht auf
(letzter Stand: MyBB 1.2.8)
Beiträge: 328
Themen: 93
Registriert seit: 21.02.2009
super, hat geklappt. Ich danke und wünsche ein schönes neues Jahr