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

Links ändern ?

Recommended Posts

Hallo ich habe keine gleiches Thema hier gefunden :)

Ich wollte mal fragen wie man in der Leiste (siehe Bild) die Links usw. ändern kann also z.B hinzufügen oder löschen usw.

Und würde das auch gehen wenn jetzt zwei Skin verschiedene "Leisten" haben ?

Leiste

Share this post


Link to post

In der Datei skin_global.php ist folgender Codefetzen dafür verantwortlich.

 <td align="right">
  <img src="{$ibforums->vars['img_url']}/atb_help.gif" border="0" alt="" />&nbsp;<a href='{$ibforums->base_url}act=Help'>{$ibforums->lang['tb_help']}</a>
  &nbsp; &nbsp;&nbsp;<img src="{$ibforums->vars['img_url']}/atb_search.gif" border="0" alt="" />&nbsp;<a href='{$ibforums->base_url}act=Search&amp;f={$ibforums->input['f']}'>{$ibforums->lang['tb_search']}</a>
  &nbsp; &nbsp;&nbsp;<img src="{$ibforums->vars['img_url']}/atb_members.gif" border="0" alt="" />&nbsp;<a href='{$ibforums->base_url}act=Members'>{$ibforums->lang['tb_mlist']}</a>
  &nbsp; &nbsp;&nbsp;<img src="{$ibforums->vars['img_url']}/atb_calendar.gif" border="0" alt="" />&nbsp;<a href='{$ibforums->base_url}act=calendar'>{$ibforums->lang['tb_calendar']}</a>
  <!--IBF.CHATLINK-->
  <!--IBF.TSLLINK-->
</td>

Kannst du für jedes Skin natürlich so anpassen, wie du es haben willst. :)

Share this post


Link to post

Also der "Aufbau" ist ziemlich einfach:

&nbsp; &nbsp;&nbsp;<img src="{$ibforums->vars['img_url']}/atb_calendar.gif" border="0" alt="" />&nbsp;<a href='{$ibforums->base_url}act=calendar'>{$ibforums->lang['tb_calendar']}</a>

&nbsp; sind sozusagen Abstandhalter

der blaue Teil ist das Bild, der grüne Teil die url, der rote Teil der dazugehörige Text, der erscheint..

In Deinem Fall sollte es dann in etwa so aussehen:

&nbsp; &nbsp;&nbsp;<img src="{$ibforums->vars['img_url']}/atb_chat.gif" border="0" alt="" />&nbsp;<a href='{$ibforums->base_url}act=module&module=sChat'>sChat</a>

Man kann natürlich statt 'sChat' auf einen entspechenden Eintrag im lang-file verweisen, noch eine Beschreibung in alt= einrtagen, usw.

mfg,

Tom

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  

×