ups.... dann war ja noch ne Sperre drin - ist wieder raus
Ich poste dir einfach mal, was geändert werden muß, damit daß dabei rauskommt:
--- Öffne ---
\styles\subsilver2\template\forumlist_body.html
--- Suche ---
--- Ersetze mit ---
--- Suche ---
Code: Alles auswählen
<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" nowrap="nowrap">
--- Ersetze mit ---
Code: Alles auswählen
<td class="row2" align="center" width="8%"><p class="topicdetails">{forumrow.TOPICS}</p></td>
<td class="row2" align="center" width="8%"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" width="22%">
--- Öffne ---
\styles\subsilver2\template\viewforum_body.html
--- Suche (2x) ---
Code: Alles auswählen
<td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
--- Ersetze mit ---
Code: Alles auswählen
<td class="row1" width="5%" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
--- Suche (2x) ---
Code: Alles auswählen
<td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
<td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
<td class="row1" width="140" align="center">
--- Ersetze mit ---
Code: Alles auswählen
<td class="row2" width="14%" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>
<td class="row1" width="7%" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
<td class="row2" width="7%" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>
<td class="row1" width="17%" align="center">