Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Nyana

Header Links Layout Problem

Recommended Posts

Hallo, ich habe von 2.1.7 auf 2.2.1 umgestellt und musste festellen, dass ich die Header-Links nicht mehr so hinbekomme wie vorher :(

unbenannt1hg5.th.gif

Hier ist nochmal der Code, ich hoffe, Ihr könnt mir fix helfen, Ihr seit eh die besten :) Danke !!!

Keine Ahnung, wieso da nen Umbruch gemacht wird nun und warum die eigenen Links nicht mehr fett sind :(

<p class="home"><!--ipb.leftlinks.start--><a href="{$this->ipsclass->vars['home_url']}">{$this->ipsclass->vars['home_name']}</a><!--IBF.RULES--><a href='http://www.black-legion.info'>BLACK-LEGION</a><a href='http://www.buffed.de'>BLASC</a><a href='http://rpg24.planet-multiplayer.de/dkp/'>DKP</a><a href='http://www.vanen.info'>VANEN</a><a href='http://www.lex-vitae.de'>Lex Vitae</a><a href='http://vanen.planet-multiplayer.de/darkpixel/index.php'>Darkpixel</a><!--ipb.leftlinks.end--></p>

Edited by Nyana

Share this post


Link to post

Da hast Du beim anpassen Fehler gemacht.

Also, zurzeit siehts bei Dir so aus:

<div id="submenu">
<p class="home"><!--ipb.leftlinks.start--><a href="http://www.rpg24.net">RPG24 Portal</a>

<div class='ipb-top-left-link'><a href="http://rpg24.planet-multiplayer.de/board/index.php?act=boardrules">Board-Regeln</a></div>
<a href='http://www.black-legion.info'>BLACK-LEGION</a><a href='http://www.buffed.de'>BLASC</a><a href='http://rpg24.planet-multiplayer.de/dkp/'>DKP</a><a href='http://www.vanen.info'>VANEN</a><a href='http://www.lex-vitae.de'>Lex Vitae</a><a href='http://vanen.planet-multiplayer.de/darkpixel/index.php'>Darkpixel</a><!--ipb.leftlinks.end--></p>
<p><!--ipb.rightlinks.start-->


<a href="http://rpg24.planet-multiplayer.de/board/index.php?act=Help">Hilfe</a><a href="http://rpg24.planet-multiplayer.de/board/index.php?act=Search&f=66">Suche</a><a href="http://rpg24.planet-multiplayer.de/board/index.php?act=Members">Mitglieder</a><a href="http://rpg24.planet-multiplayer.de/board/index.php?act=calendar">Kalender</a><!--IBF.CHATLINK--><!--IBF.TSLLINK-->

<!--ipb.rightlinks.end--></p>
</div>
</div>
Das änderst Du wie folgt:
<div id="submenu">
<p class="home">
<a href="http://www.rpg24.net">RPG24 Portal</a>
<a href="http://rpg24.planet-multiplayer.de/board/index.php?act=boardrules">Board-Regeln</a>
<a href='http://www.black-legion.info'>BLACK-LEGION</a>
<a href='http://www.buffed.de'>BLASC</a>
<a href='http://rpg24.planet-multiplayer.de/dkp/'>DKP</a>
<a href='http://www.vanen.info'>VANEN</a>
<a href='http://www.lex-vitae.de'>Lex Vitae</a>
<a href='http://vanen.planet-multiplayer.de/darkpixel/index.php'>Darkpixel</a>
</p>
<p>
<a href="http://rpg24.planet-multiplayer.de/board/index.php?act=Help">Hilfe</a>
<a href="http://rpg24.planet-multiplayer.de/board/index.php?act=Search&f=66">Suche</a>
<a href="http://rpg24.planet-multiplayer.de/board/index.php?act=Members">Mitglieder</a>
<a href="http://rpg24.planet-multiplayer.de/board/index.php?act=calendar">Kalender</a><!--IBF.CHATLINK--><!--IBF.TSLLINK-->
</p>
</div>

So sollte es richtig sein.

Share this post


Link to post

super hat funktioniert ... Danke !!!

Kannst Du mir vielleicht noch fix sagen, wo ich die Hintergrundfarbe von Antworten, Fixantwort oder PM Textfenster ändere ?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×