MyBB.de Forum

Normale Version: Footercode "verschludert" woher neuen bekommen?
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Huhu ihr,

ich bräuchte dringend einen original MyBB Footercode.

Habe heute bei mir eine neue Seite als Link hinzufügen wollen,
aber irgendwas ist da schief gelaufen. Rolleyes
Jetzt habe ich gar keinen Footer mehr,
da das ja aber nicht erlaubt ist, möchte ich doch schnell wieder einen einbinden,
dafür bräuchte ich aber diesen "Standartcode" der den Footer in allen MyBB Foren gestaltet.

Vielen Dank schonmal.

Kate
Das dürfte Dir helfen:

Code:
            <br />
            <div class="bottommenu">
                <div class="float_right">{$lang_select}</div>
                <div>
                    <span class="smalltext"><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>
                </div>
            </div>
            </div>
        <hr class="hidden" />
            <div id="copyright">
                <div id="debug"><debugstuff></div>
                <!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
                     It must contain the links to the MyBB website and be formatted appropriately.

                     Failure to comply with the above will result in prosecution to the full extent of the law.
                     This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<br />
                <!-- End copyright -->
                <br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
        </div>
        </div>
Huhu!

Hat geklappt, Danke.

*grübel*

Ich hab doch gesucht... hrm.

Entschuldigung! Wink

Kate