Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

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


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Impresum
#1
Hallo, wie mache ich unten beim vom Forum da wo Kontakt | ForumGo.de | Nach oben | Zum Inhalt | Archiv-Modus | RSS-Synchronisation und so steht, siehe forumgo.de, da da noch ein Button nach RRS-Synchonisation hin. Es soll | stehen und dann Impressum. Wenn man da draufgeht, dass es zu einer Link führt?
Text habe ich mal verbessert, so besser?
Zitieren
#2
Füge den HTML-Code ins Template footer an der gewünschten Stelle ein:
Code:
| <a href="impressum.php">Impressum</a>

Gruß,
Michael
[Bild: banner.png]
Support erfolgt NUR im Forum!
Bitte gelöste Themen als "erledigt" markieren.
Beiträge mit mangelhafter Rechtschreibung/Grammatik werden kommentarlos gelöscht.
Zitieren
#3
Michaels Sig schrieb:Beiträge mit mangelnder Rechtschreibung/Grammatik werden entfernt!
Nun frag ich dich - was ist an dem Beitrag von 'forumgo.de' richtig, dass er das Privileg verdient, nicht gelöscht zu werden?
Zitieren
#4
Naja, immerhin hat er dass mit ss geschrieben. Das ist doch schon was. Smile
Gruß,
NixxusMinimax
Zitieren
#5
Ich denke wir legen hier ganz unterschiedliche Maßstäbe an. Fehlerfreiheit im Forum ist utopisch. Du weißt sicherlich, dass wir schon sehr viele Beiträge oder auch ganze Themen gelöscht haben, wenn die Fehler überhand genommen haben oder der Inhalt unverständlich war.

Ich sehe auch, dass der Beitrag nicht fehlerfrei ist. Aber im Gegensatz zu anderen Kandidaten versteht man worum es geht. Zudem habe ich im Moment viel um die Ohren und das wird in der nächsten Zeit nicht besser, so dass ich im Forum alle neuen Beiträge nur "überfliege" und nur im Notfall lösche, da damit wiederum Verwarnungen usw. verbunden sind, die wiederum Zeit in Anspruch nehmen.

Und jetzt bitte zurück zum Thema.

Gruß,
Michael
[Bild: banner.png]
Support erfolgt NUR im Forum!
Bitte gelöste Themen als "erledigt" markieren.
Beiträge mit mangelhafter Rechtschreibung/Grammatik werden kommentarlos gelöscht.
Zitieren
#6
Ich habe den Text mal verbessert, ist das so besser? Ich war gestern sehr in eile, weil ich ärger hatte mit einem User aus meinem Forum.
Leider ist in DE pflicht, ein Impressum zu haben. Michael, diese code geht nicht, sie wird unten nicht angezeigt. Die Code wäre so:

Code:
            <br />
            <div class="bottommenu"><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><!-- FWS_1_0_BOTTOMLINK --></span>
            </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</a> {$mybbversion}<br />
                {$lang->copyright} © 2002-{$copy_year} <strong><a href="http://www.mybboard.net" target="_blank">MyBB Group</a></strong><br /><em>Nice Gray</em> Theme designed by <a href="http://community.mybboard.net/member.php?action=profile&uid=9150" target="_blank">jpang</a>
<br />Theme {$lang->copyright} © by <a href="http://www.psphacksmods.com" target="_blank">jpang</a>
                <!-- End copyright -->






                <br />
<br class="clear" />
        </div>
        </div>

<td class="welcome"><a href="$settings[bburl]/impressum.html">Impressum</a></td>
Zitieren
#7
Probier´s mal damit:

Code:
<br />

<div class="bottommenu">
    <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> |
    <a href="{$mybb->settings['bburl]'/impressum.html">Impressum</a>
    <!-- FWS_1_0_BOTTOMLINK -->
    </span>
</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</a> {$mybbversion}
<br />{$lang->copyright} © 2002-{$copy_year} <strong><a href="http://www.mybboard.net" target="_blank">MyBB Group</a></strong><br /><em>Nice Gray</em> Theme designed by <a href="http://community.mybboard.net/member.php?action=profile&uid=9150" target="_blank">jpang</a>
<br />Theme {$lang->copyright} © by <a href="http://www.psphacksmods.com" target="_blank">jpang</a>
<!-- End copyright -->
<br />
<br class="clear" />
</div>
</div>
 
The User, Formerly Known As "En-Gedi"
 
Zitieren
#8
nee es bleibt wie vorher.
Zitieren
#9
So vielleicht:
Code:
            <br />
            <div class="bottommenu"><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> | <a
href="{$mybb->settings['bburl']}/impressum.html">Impressum</a><!-- FWS_1_0_BOTTOMLINK --></span>
            </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</a> {$mybbversion}<br />
                {$lang->copyright} © 2002-{$copy_year} <strong><a href="http://www.mybboard.net" target="_blank">MyBB Group</a></strong><br /><em>Nice Gray</em> Theme designed by <a href="http://community.mybboard.net/member.php?action=profile&uid=9150" target="_blank">jpang</a>
<br />Theme {$lang->copyright} © by <a href="http://www.psphacksmods.com" target="_blank">jpang</a>
                <!-- End copyright -->
                <br />
<br class="clear" />
        </div>
        </div>
Bearbeitest du das richtige Template-Set?
[Bild: banner.png]

Bitte die Foren-Regeln beachten und im Profil die verwendete MyBB-Version angeben.
Zitieren
#10
geht auch nicht, auch wenn ich es ganz leer mache, es ändert sich nicht. Ändern / Entfernen, Mein Thema Aufklappen, footer
Zitieren