Ich habe das Mod "Collapsed_Catagories_By_Default-2.0.0c" installiert.
Nun habe ich das Mod nach Anleitung wunderbar in Subsilver integrieren können.
Jetzt habe ich nur das Problem für das Style Nosebleed
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
Code: Alles auswählen
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
#-----[ REPLACE WITH ]------------------------------------------
#
Code: Alles auswählen
<td class="catLeft" colspan="2" height="28"><a name="cat{catrow.CAT_ID}"></a> <a href="{catrow.U_VIEWCAT}"><img src="{catrow.I_VIEWCAT}" {catrow.I_SIZE} align="absmiddle" border="0"></a><span class="cattitle"> <img src="{catrow.CAT_FOLDER_IMG}" {catrow.I_SIZE} align="absmiddle" border="0" alt="{catrow.L_CAT_FOLDER_ALT}" title="{catrow.L_CAT_FOLDER_ALT}" /> {catrow.CAT_DESC}</span></td>
#-----[ FIND ]------------------------------------------
#
Code: Alles auswählen
<td class="rowpic" colspan="3" align="right"> </td>
#-----[ REPLACE WITH ]------------------------------------------
#
Code: Alles auswählen
<td class="rowpic" align="center"><span class="gensmall"> {catrow.TOTAL_TOPICS} </span></td>
<td class="rowpic" align="center"><span class="gensmall"> {catrow.TOTAL_POSTS} </span></td>
<td class="rowpic" align="center" nowrap><span class="gensmall"> {catrow.LAST_CAT_POST} </span></td>
Was kann ich damit anfangen? Erste Klasse element??? was soll mir das weiterhelfen?Mike Lothar hat geschrieben:First grade elementary.
kann mir jemand helfen um dieses Problem zu beseitigen?
vielen dank