Seite 1 von 1

wohin ein abschnitt von icon Categories

Verfasst: 21.06.2003 23:36
von lars
hab alles einbauen,
aber ich stehe ein rästeln:
wohin?

Code: Alles auswählen

# OPEN: templates\subSilver\index_body.tpl

[FIND]: 
<span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span>

[ADD BEFORE]: 
{catrow.CAT_ICON}


------------------------------
[FIND]: 
<span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a>

[ADD BEFORE]: 
{catrow.forumrow.FORUM_ICON}
wo muss ich beide zeile stehen?

Code: Alles auswählen

{catrow.CAT_ICON} und {catrow.forumrow.FORUM_ICON}

Verfasst: 22.06.2003 00:00
von Acid
{catrow.CAT_ICON} <span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span>
{catrow.forumrow.FORUM_ICON} <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a>

Verfasst: 22.06.2003 00:46
von lars
@Acid,
werde nachbauen...danke...

Verfasst: 22.06.2003 11:48
von lars
es klappt gut grafik.
aber ist nix leider in thema sondern ganz oben wo rand stehe.
zwischen "Foren-übersieht" und "Forum".
hmm

Verfasst: 22.06.2003 13:10
von Acid
..poste ma einen Link zu deiner index_body.tpl.

Verfasst: 22.06.2003 13:27
von lars

Verfasst: 22.06.2003 13:36
von Acid
falsch:
{catrow.CAT_ICON} <td class="cat" colspan="2"><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></td>
{catrow.forumrow.FORUM_ICON} <td class="row1" width="100%"><a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />
richtig:
<td class="cat" colspan="2">{catrow.CAT_ICON} <a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></td>
<td class="row1" width="100%">{catrow.forumrow.FORUM_ICON} <a href="{catrow.forumrow.U_VIEWFORUM}" class="nav">{catrow.forumrow.FORUM_NAME}</a><br />

Verfasst: 23.06.2003 09:24
von lars
@Acid, ja klappt es. danke sehr.