MyBB.de Forum

Normale Version: Runde Ecken an neuem Modul
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2
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>
(29.12.2009, 22: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 .
das ist echt nervig, wenn ich was in der Admin CP ändere, muss ich auch die Cookie Einstellungen wieder umstellen, habs gerade wieder gemacht.
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 />
(30.12.2009, 22: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! Wink
So siehts richtig aus... einfach ersetzen.
super, hat geklappt. Ich danke und wünsche ein schönes neues Jahr
Seiten: 1 2