
Re: Unterforen Untereinander Und Nicht Nebeneinander?
Ja, den gibt es.
Für
IP 1.3 war das so.
OPEN
includes/functions_categories_hierarchy.php
FIND
$wlast_post = '<a href="' . append_sid(VIEWTOPIC_MG . "?" . POST_POST_URL . '=' . $wdata['tree.topic_last_post_id']) . '#' . $wdata['tree.topic_last_post_id'] . '">';
$wlast_post .= '<img src="' . $wfolder_image . '" border="0" alt="' . $wfolder_alt . '" title="' . $wfolder_alt . '" /></a>';
}
$class = ( $wfolder_image == $wi_new ) ? 'forumlink2-new' : 'forumlink2';
if ($wname != '') $link = '<a href="' . $wpgm . '" title="' . $wdesc . '" class="' . $class . '">' . $wname . '</a>';
if ($link != '') $links .= (($links != '') ? ', ' : '') . $wlast_post . $link;
REPLACE WITH
$wlast_post = '<br /> <a href="' . append_sid(VIEWTOPIC_MG . "?" . POST_POST_URL . '=' . $wdata['tree.topic_last_post_id']) . '#' . $wdata['tree.topic_last_post_id'] . '">';
$wlast_post .= '<img src="' . $wfolder_image . '" align="absmiddle" border="0" alt="' . $wfolder_alt . '" title="' . $wfolder_alt . '" /></a>';
}
$class = ( $wfolder_image == $wi_new ) ? 'forumlink2-new' : 'forumlink2';
if ($wname != '') $link = '<a href="' . $wpgm . '" title="' . $wdesc . '" class="' . $class . '">' . $wname . '</a>';
if ($link != '') $links .= (($links != '') ? '' : '') . $wlast_post . $link;
Bedenke, dass du alle diese Änderungen bei fast jedem Update neu machen mußt. Und du benutzt ne Beta von IP 2.0, da werden noch einige Updates kommen.