buttons hunzufügen welches template - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html) +---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html) +---- Thema: buttons hunzufügen welches template (/thread-22075.html) Seiten: Seiten:
1
2
|
buttons hunzufügen welches template - Pottix - 14.02.2010 tag um bei meinem forum http://iphoneking.i.gp/index.php buttons zuzufügen (Also dort wo zb [Bild: http://iphoneking.i.gp/blackinci-4/ikon/ara.png] ist) welches template muss ich bearbeiten? RE: buttons hunzufügen welches template - Falkenauge Mihawk - 14.02.2010 header in Seitenkopf. RE: buttons hunzufügen welches template - Pottix - 14.02.2010 und woi genau? <a name="yukari" id="yukari"></a> <div id="container"> <div id="header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="ust-sol" width="148"></td> <td class="ust-orta" valign="bottom"><div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div></td> <td class="ust-sag" width="148"></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="orta-sol" width="40" valign="top"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/orta-sol-ust.png" alt="" /></td> <td rowspan="2" valign="top" class="orta-orta"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="41"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/mini-nav-sol.png" alt="" /></td> <td class="mini-nav">{$lang->welcome_current_time}</td> <td width="30"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/mini-nav-sag.png" alt="" /></td> </tr> </table> <div id="panel"> {$welcomeblock} </div> </div> <br /> <div id="content"> <table border="0" cellpadding="0" cellspacing="0" width="100%" class="govde" align="center"> <tr> <td width="9" height="9"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/govde-ust-sol.png" alt="" /></td> <td class="govde-ust-bg"></td> <td width="9" height="9"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/govde-ust-sag.png" alt="" /></td> </tr> <tr> <td class="govde-sol-bg"></td> <td class="govde-ic"> {$pm_notice} {$bannedwarning} {$bbclosedwarning} {$unreadreports} <navigation> <br /> ich find da nix :S RE: buttons hunzufügen welches template - Falkenauge Mihawk - 14.02.2010 Bei mir siehts so aus: Code: <div id="container"> RE: buttons hunzufügen welches template - Jockl - 14.02.2010 In Deinem Theme befinden sich die Buttons im Template "header_welcomeblock_guest", Pottix. Wenn Du Dir dort ansiehst, wie die Buttons eingefügt sind, dann solltest Du diese auch um weitere Buttons entsprechend erweitern können. Die Buttons befinden sich zwischen diesen beiden Tags Code: <div style="float:right;padding-top:2px;padding-right:6px;">......</div> RE: buttons hunzufügen welches template - Pottix - 14.02.2010 hm hab die date gefunden war header_member blabla RE: buttons hunzufügen welches template - Jockl - 14.02.2010 Vermutlich "header_welcomeblock_member". Aber in dem o.a. Template stecken sie auch drin. Als Gast kann man das "blabla"-Template so schlecht sehen. RE: buttons hunzufügen welches template - Falkenauge Mihawk - 14.02.2010 (14.02.2010, 23:19)Jockl schrieb: In Deinem Theme befinden sich die Buttons im Template "header_welcomeblock_guest", Pottix.Falsch. Die Navigation ist in header. Mit dem Codeschnipsel: Code: <div class="menu"> Beispiel: Code: <div id="container"> RE: buttons hunzufügen welches template - Pottix - 14.02.2010 Ok danke jockl. dann noch eine frage. wenn ich das danke pplugin aktiviert sprengt es mir das design. vorschläge? e/ nei jockl hat schonr echt. es stimmt was er sagte RE: buttons hunzufügen welches template - Falkenauge Mihawk - 14.02.2010 Kann es sein, dass du so ein komisches Theme hast, welches komplett anderst ist? |