Re: Forenbilder werden von Forenbeschreibungen überlagert
Verfasst: 03.04.2010 17:16
Ich hab das Problem jetzt so gelöst.
Öffne die Datei forumlist_body.html.
Suche:
ersetze mit:
suche:
ersetze mit:
Öffne die Datei forumlist_body.html.
Suche:
Code: Alles auswählen
<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
{forumrow.FORUM_DESC}
Code: Alles auswählen
<!-- IF forumrow.FORUM_IMAGE --><span><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
{forumrow.FORUM_DESC}</span>
Code: Alles auswählen
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS --><br /><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}<!-- ENDIF -->
Code: Alles auswählen
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS --><span><br /><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</span><!-- ENDIF -->