Sorry for my english, I'm german.
My problem concerns the last topic field in the forum overview. I want to make it wider (about 250-300 px). I tried to do this in "forumlist_body.html". I changed:
in:
and I changed:
<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">
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" nowrap="nowrap">
in:
<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" width="300">
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" nowrap="nowrap" width="300">
But nothing happened. (I cleared the cache and updated the template-cache).
So, where I can change the width of the last topic field?
Best regards,
Nelson