Hallo, Gast! (Registrieren)

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


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Footer Copyright
#1
Hallo,

ich habe ein Problem mit meiner Copyright.
Ich habe Linkseiten eingefügt und das hat alles gut geklappt.
Nun steht Links neber dem Copyrigt: Powered by Megaleeche, und das Powered by hat nun den Letzten Link den ich eingetragen habe. Das muss wieder weg nur finde ich den fehler grad nicht. Hier die Seite: www.konsolen-freunde.de

Code:
<div class="bottommenu">
                <div class="float_right">{$lang_select}</div>
                <div>
                    <center><span class="smalltext"><a href="{$mybb->settings['bburl']}/impressum.php">Impressum</a> | <a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span></center>
                   </div>
                               <p></p>
                               <center><span class="smalltext">Partner:<br />
                               <a href="http://www.foren-liste.de" target="_blank">foren-liste.de</a> | <a href="http://www.pixel-partisan.de" target="_blank">Pixel-Partisan</a> <br /> <a href="http://www.top100-clanseiten.de/" target="_blank"><img src="http://www.top100-clanseiten.de/button.php?u=Kraftnuss" alt="Top 100 Clanseiten " border="0" /></a> </a><a href="http://ClanTopList.org/" title="clan topliste"><img src="http://ClanTopList.org/button.php?u=Kraftnuss" alt="clan topliste" border="0" /></a> <a href="http://topliste-abc.de/top-mmog.htm" target="_blank"><img src="http://www.topliste-abc.de/images/Topliste-ABC.gif" alt="mmog multiplayer onlinespiele onlinegaming fantasyspiele onlinegames Roleplayinggames"</a></span></center>            
                           </div>
            </div>


        <hr class="hidden" />
            <div id="copyright">
                <div id="debug"><debugstuff></div>
                <!-- MyBB is free software developed and maintained by a volunteer community.
                     It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
                     to show your support for MyBB.  If you choose to remove or modify the copyright below,
                     you may be refused support on the MyBB Community Forums.
                    
                     This is free software, support us and we'll support you. -->
<center>{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.</center><br />
                <!-- End powered by -->
<br />

<center>
#2
Code:
<a href="http://topliste-abc.de/top-mmog.htm" target="_blank"><img src="http://www.topliste-abc.de/images/Topliste-ABC.gif" alt="mmog multiplayer onlinespiele onlinegaming fantasyspiele onlinegames Roleplayinggames"</a>

der Tag is nich richtig zu ...

Richtig:

Code:
<div class="bottommenu">
                <div class="float_right">{$lang_select}</div>
                <div>
                    <center><span class="smalltext"><a href="{$mybb->settings['bburl']}/impressum.php">Impressum</a> | <a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span></center>
                   </div>
                               <p></p>
                               <center><span class="smalltext">Partner:<br />
                               <a href="http://www.foren-liste.de" target="_blank">foren-liste.de</a> | <a href="http://www.pixel-partisan.de" target="_blank">Pixel-Partisan</a> <br /> <a href="http://www.top100-clanseiten.de/" target="_blank"><img src="http://www.top100-clanseiten.de/button.php?u=Kraftnuss" alt="Top 100 Clanseiten " border="0" /></a> </a><a href="http://ClanTopList.org/" title="clan topliste"><img src="http://ClanTopList.org/button.php?u=Kraftnuss" alt="clan topliste" border="0" /></a> <a href="http://topliste-abc.de/top-mmog.htm" target="_blank"><img src="http://www.topliste-abc.de/images/Topliste-ABC.gif" alt="mmog multiplayer onlinespiele onlinegaming fantasyspiele onlinegames Roleplayinggames"></a></span></center>            
                           </div>
            </div>


        <hr class="hidden" />
            <div id="copyright">
                <div id="debug"><debugstuff></div>
                <!-- MyBB is free software developed and maintained by a volunteer community.
                     It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
                     to show your support for MyBB.  If you choose to remove or modify the copyright below,
                     you may be refused support on the MyBB Community Forums.
                    
                     This is free software, support us and we'll support you. -->
<center>{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.</center><br />
                <!-- End powered by -->
<br />

<center>


Lg gc
| Anteilslosigkeit ist einfacher als Euphorie |
#3
Danke

vor lauter Bäumen den Wald net gesehen Smile