Code: Select all
<dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
<dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
Code: Select all
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
Code: Select all
<dd class="posts">{L_REPLIES}</dd>
<dd class="views">{L_VIEWS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
Code: Select all
<dd class="posts">{L_REPLIES}</dd>
<dd class="views">{L_VIEWS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
Code: Select all
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
<dd class="views">{topicrow.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
hey what exactly does that mean?david63 wrote:Or preferably make a "child" style then you will not have to re-apply those changes with each update/upgrade
Thank for your help.Elias wrote:Here try this out:
Open /styles/prosilver/template/forumlist_body.html
Find and remove:Also, find and remove:Code: Select all
<dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd> <dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
I just tried it out and it worked fine.Code: Select all
<dd class="topics">{L_TOPICS}</dd> <dd class="posts">{L_POSTS}</dd>
I have this issue too i would like the last post column to move futher to the right to allow more space for subfolders