Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Runde Ecken an neuem Modul
#11
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>
Das Wettfoum im deutschsprachigen Raum. SportwettenTALK.com
Zitieren
#12
(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 .
Zitieren
#13
das ist echt nervig, wenn ich was in der Admin CP ändere, muss ich auch die Cookie Einstellungen wieder umstellen, habs gerade wieder gemacht.
Das Wettfoum im deutschsprachigen Raum. SportwettenTALK.com
Zitieren
#14
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 />
Zitieren
#15
(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! Wink
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)
Zitieren
#16
super, hat geklappt. Ich danke und wünsche ein schönes neues Jahr
Das Wettfoum im deutschsprachigen Raum. SportwettenTALK.com
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  runde Ecken entfernen mybb 1.8 bromance 3 1.856 04.09.2014, 08:06
Letzter Beitrag: bromance
  Abgerundete Ecken ohne cellspacing? kafkaesk 3 1.955 23.08.2011, 18:35
Letzter Beitrag: NetHunter
  [Hilfe] Runde Kanten ! emink123 13 3.522 18.12.2010, 20:58
Letzter Beitrag: StefanT
  Runde Kanten? suleman 6 2.475 07.03.2010, 18:12
Letzter Beitrag: querschlaeger
  Runde Ecken - Fehler Slash 15 4.679 04.02.2010, 08:34
Letzter Beitrag: StefanT