Online Today - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html) +--- Thema: Online Today (/thread-19243.html) |
RE: Online Today 1.0.1 - Soulfly - 07.09.2007 Ja habe ich! Verstehe wohl nicht so ganz was Du damit meinst: Zitat:Im Startseiten/index schreibst du unter {$whosonline} folgendes {$online_today} RE: Online Today 1.0.1 - Schumuckl - 07.09.2007 In dem Template Startseiten>index genau dort löschst du auch das andere RE: Online Today 1.0.1 - Soulfly - 08.09.2007 aaah ich war die ganze Zeit im Default Template!!! Jetzt hat es geklappt!!! Vielen vielen Dank!!! RE: Online Today 1.0.1 - GreJan - 04.11.2007 Moin, ich steig da irgend wie nicht durch, eigendlich klappt es bei mir in Default-Style und im AdminBlue-Style einwandfrei, aber im FreshGold-Style habe ich diese Ansicht: [Bild: http://img4.myimg.de/MagicalSnap200711040bb002_thumb.jpg] Ich habe mir die Beiträge alle durchgelesen, aber schlau werd ich nicht draus, könnt Ihr mir helfen, wie ich die Änderung machen muß, damit das so aussieht wie die anderen beiden. RE: Online Today 1.0.1 - StefanT - 05.11.2007 Schaue dir dort einmal den unteren Code an: https://www.mybb.de/forum/showthread.php?tid=19655&pid=4994#pid4994 RE: Online Today 1.0.1 - Spallek - 30.12.2007 Wie kriegt man genau da rein habe kp davon verstehe nix mehr RE: Online Today 1.0.1 - StefanT - 30.12.2007 Du lädst die PHP-Datei in inc/plugins und aktivierst das Plugin im ACP. RE: Online Today 1.0.1 - Aki - 13.01.2008 ICh füge im Index dati bei meinen style das am schluss ein : <tr> <td class="tcat"><strong>Wer war in den letzten 24h Online?</strong> <a href="online.php?action=today">[Vollst?ndige Liste]</a></td> </tr> <tr> <td class="trow2"><span class="smalltext">$onlinetoday</span></td> </tr> ABer im Style Selber wird nix angezeigt, was ist da nur los? www.forumgo.de RE: Online Today 1.0.1 - StefanT - 14.01.2008 Welches Template hast du bearbeitet? Kannst du den gesamten Inhalt davon posten? RE: Online Today 1.0.1 - Aki - 06.06.2008 Also das ist der Inhalt von den Index: <html> <head> <title>{$mybb->settings['bbname']}</title> {$headerinclude} </head> <body> {$header} {$forums} {$boardstats} <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td><img src="{$theme['imgdir']}/tablesmall/thead_l.png" alt="" /></td> <td class="thead3"></td> <td><img src="{$theme['imgdir']}/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"><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span></td> <td class="trow1" align="center"><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->no_new_posts}</span></td> <td class="trow1" align="center"><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span></td> </tr> </table> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td><img src="{$theme['imgdir']}/tablesmall/tfoot_l.png" alt="" /></td> <td class="tfoot3"></td> <td><img src="{$theme['imgdir']}/tablesmall/tfoot_r.png" alt="" /></td> </tr> </table> {$footer} </body> </html> <tr> <td class="tcat"><strong>Wer war in den letzten 24h Online?</strong> <a href="online.php?action=today">[Vollst?ndige Liste]</a></td> </tr> <tr> <td class="trow2"><span class="smalltext">$onlinetoday</span></td> </tr> |