How to remove replies, views, latest posts and forum image columns on forum.
2 posters
Page 1 of 1
How to remove replies, views, latest posts and forum image columns on forum.
hallo everyone.
I have just started a new forum which is a phpbb 3 version, which I have never used before.
I would really like to know what to delete/replace in templates to remove the columns replies, views, latests posts and forum image column.
and I know that there is this guide but it only works for phpbb 2 not the 3 ^^
So I do hope that someone can help me ^^
Yours profanevalkyrie.
I have just started a new forum which is a phpbb 3 version, which I have never used before.
I would really like to know what to delete/replace in templates to remove the columns replies, views, latests posts and forum image column.
and I know that there is this guide but it only works for phpbb 2 not the 3 ^^
So I do hope that someone can help me ^^
Yours profanevalkyrie.
Re: How to remove replies, views, latest posts and forum image columns on forum.
Are you asking on how to remove the entire column from view?
Guest- Guest
Re: How to remove replies, views, latest posts and forum image columns on forum.
I'm not totally sure what you mean o.o
I want to remove all of this, marked with yellow (don't mind all the other retarded colours)
because I want to make the same "system" like on my old forum newworld.danskforum.net
there you can see that there is no view count, latest replies and such, and those were removed by templates but because the templates is different in phpbb 3 then I do not know what to change ^^
I want to remove all of this, marked with yellow (don't mind all the other retarded colours)
because I want to make the same "system" like on my old forum newworld.danskforum.net
there you can see that there is no view count, latest replies and such, and those were removed by templates but because the templates is different in phpbb 3 then I do not know what to change ^^
Re: How to remove replies, views, latest posts and forum image columns on forum.
AP > Display > Templates > General > Indox_Box
Look for these and remove them:
Look for these and remove them:
- Code:
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
<dd class="lastpost"><span>{L_LASTPOST}</span></dd>
<dd class="topics">{catrow.forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
<dd class="posts">{catrow.forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
<dd class="lastpost">
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» resizing Replies Views Last Posts taps
» Bot auto replies to posts
» How to remove contact buttons from posts & information/options in writing posts?
» Moving latest replies
» Changing latest topics into latest posts?
» Bot auto replies to posts
» How to remove contact buttons from posts & information/options in writing posts?
» Moving latest replies
» Changing latest topics into latest posts?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum