Simple Download Mod + Menü

Started by ThaRealMatix, December 11, 2006, 12:58:27 PM

Previous topic - Next topic

ThaRealMatix

Hallo,

ich hab den Simple Downloads Mod eingebaut. Leider ist mein Menü etwas verunstaltet. Der Download Button liegt über dem Menü.

Kann mir jemand helfen, das zu ändern? Hab schon die FAQ zu raten gezogen, aber das half nix :(


// How about the [search] button?
if ($context['allow_search'])
echo ($current_action == 'search' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'search' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=search">' , $txt[182] , '</a>
</td>' , $current_action == 'search' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

// How about the [downloads] button?
echo '
<a href="', $scripturl, '?action=downloads">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context[ 'user']['language'] . '/downloads.gif" alt="Downloads" style="margin: 2px 0;" border="0" />' : 'Downloads'), '</a>', $context['menu_separator'];
Nobody is perfect... well there was this guy but we killed him

Mabba

Jo, ich hab eben auch gerade dieses Problem. Hast Du schon eine Lösung gefunden?
Gruss
Mabba
SMF 2.0.9

Forum-bastler

hi ich hab das Problem ich will diese Menü Buttons ändern weiss nur nicht wo ich das finden kann in der .Css datei und wie ich den Button verlinken kann.

hxxp:home.the-eisbaerplanet.de/Forum [nonactive]

Jorin

Schau mal in die index.template.php deines Themes. Da findest du das Menü und auch die Angabe, welche CSS-Klassen dafür zuständig sind.

Advertisement: