Seite 2 von 2

Re: Download Menü Punkt einfügen

Verfasst: 18.01.2011 06:46
von franki
Hallo

Ich kann das ganze jetzt hier nicht nachvollziehen :-?

In der install.xml wird doch ganz klar beschrieben, wie die Links eingetragen werden sollen (overall_header.html)
(Diesen Eintrag sieht man erst einmal nicht sondern erst wenn man im DL-Mod ist)
Find
Tip: This may be a partial find and not the whole line.

Code:Select all

Code: Alles auswählen

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
In-line Find
Tip: This is a partial match of a line for in-line operations.

Code:Select all

Code: Alles auswählen

<!-- END navlinks -->
In-line Add after


Code:Select all

Code: Alles auswählen

<!-- BEGIN dl_nav --> <strong>&#8249;</strong> <a href="{dl_nav.U_DOWNLOAD}">{dl_nav.L_DOWNLOAD}</a><!-- END dl_nav -->
Dass ist der eigentliche sichtbare DL-Link
Find
Tip: This may be a partial find and not the whole line.

Code:Select all

Code: Alles auswählen

<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select all

Code: Alles auswählen

<li class="icon-download"><a href="{U_DOWNLOADS}" title="{L_DOWNLOADS}">{L_DOWNLOADS}</a></li>

Und so setzt man ihn in die portal/block/main_menu.html ein
suche

Code: Alles auswählen

<!-- IF U_TEAM -->
               <li><a href="{U_TEAM}">{L_THE_TEAM}</a></li>
            <!-- ENDIF -->
danach einfügen

Code: Alles auswählen

<li><a href="{U_DOWNLOADS}" title="{L_DOWNLOADS}">{L_DOWNLOADS}</a></li>

Re: Download Menü Punkt einfügen

Verfasst: 18.01.2011 07:03
von Ghostleader
Hallo Mahony,

vielen lieben Dank für deine Geduld und Mühe mit mir! Es hat sich got sei dank gelohnt, denn nun ist endlich alles da!

Mfg Ghostleader