MyBB.de Forum
Footercode "verschludert" woher neuen bekommen? - 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: Footercode "verschludert" woher neuen bekommen? (/thread-12728.html)



Footercode "verschludert" woher neuen bekommen? - Kate - 20.03.2009

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


RE: Footercode "verschludert" woher neuen bekommen? - Murphy - 20.03.2009

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>



RE: Footercode "verschludert" woher neuen bekommen? - Kate - 20.03.2009

Huhu!

Hat geklappt, Danke.

*grübel*

Ich hab doch gesucht... hrm.

Entschuldigung! Wink

Kate