Topics & Posts - Hide/Remove

For support and discussion related to templates and themes in phpBB 3.3.
Finch3X
Registered User
Posts: 3
Joined: Tue Sep 19, 2017 9:35 pm

Topics & Posts - Hide/Remove

Post by Finch3X »

Hi,

Is it possible to hide or remove the Topics & Posts Columns on the front page of the forum?
Screenshot 2024-03-26 at 17-57.png
If so, what file and code do I need to hide or remove?

Thank you,
You do not have the required permissions to view the files attached to this post.
User avatar
warmweer
Jr. Extension Validator
Posts: 11874
Joined: Fri Jul 04, 2003 6:34 am
Location: somewhere in the space-time continuum

Re: Topics & Posts - Hide/Remove

Post by warmweer »

forumlist_body.html (prosilver) (back up that file first)

comment line 19 and 20 to remove column headers
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
comment line 79 and 80 to remove the counts
<dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
<dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>

Disclaimer: this was just a quick search and test on prosilver 3.3.11 (I might have missed something).

BTW: in most cases using your browser's Inspector mode allows you to edit the page build and view the result without touching the phpBB files: that way you can easily identify the sections to edit.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.

Return to “[3.3.x] Styles Support & Discussion”