![]() |
Runde Ecken an neuem Modul - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Theme-Diskussionen (https://www.mybb.de/forum/forum-84.html) +--- Thema: Runde Ecken an neuem Modul (/thread-14583.html) Seiten:
1
2
|
RE: Runde Ecken an neuem Modul - sportwettentalk - 30.12.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> RE: Runde Ecken an neuem Modul - linwinman - 30.12.2009 (29.12.2009, 22:42)sportwettentalk schrieb: ...das sieht man nur wenn man eingeloggt ist Leider kann man sich unter "sportwettentalk.com" nicht anmelden, da die Cookie-Einstellungen falsch sind: Quelltext schrieb:cookieDomain = ".sportwettentalk.com" Siehe hierzu auch > https://www.mybb.de/forum/thread-12508.html . RE: Runde Ecken an neuem Modul - sportwettentalk - 30.12.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. RE: Runde Ecken an neuem Modul - linwinman - 30.12.2009 Ersetze in "Globale Templates > shoutbox_index" den Code kpl. durch Code: <table cellpadding="0" cellspacing="0" width="100%"> RE: Runde Ecken an neuem Modul - wWs - 31.12.2009 (30.12.2009, 22:23)linwinman schrieb: Ersetze in "Globale Templates > shoutbox_index" den Code kpl. durch Genau! ![]() So siehts richtig aus... einfach ersetzen. RE: Runde Ecken an neuem Modul - sportwettentalk - 31.12.2009 super, hat geklappt. Ich danke und wünsche ein schönes neues Jahr |