Delete columns topics and messages on phpBB3
3 posters
Page 1 of 1
Delete columns topics and messages on phpBB3
I was looking at this tutorial (https://help.forumotion.com/t81777-deleting-columns-topics-and-messages) and I was wondering how would I achieve this on phpBB3?
Also, would it be possible to remove the last topic column as well?
I'm guessing it would be some sort of javascript?
Also, would it be possible to remove the last topic column as well?
I'm guessing it would be some sort of javascript?
Last edited by JonnyCode on June 5th 2013, 2:18 pm; edited 1 time in total
JonnyCode- Forumember
- Posts : 34
Reputation : 2
Language : English
Re: Delete columns topics and messages on phpBB3
Add this to adminpanel - design - colors - css tab:
Watchin' u all,
Nostra
- Code:
dd.posts, dd.topics, dd.views, dd.lastpost {
display: none !important;
}
Watchin' u all,
Nostra
Nostra- Forumember
- Posts : 30
Reputation : 3
Language : .it
Location : Neverland
Re: Delete columns topics and messages on phpBB3
Thank you! That worked! Solved.
JonnyCode- Forumember
- Posts : 34
Reputation : 2
Language : English
Similar topics
» Deleting columns "Topics" and "messages"
» Members can't delete messages
» Number of messages/points ect after forums delete
» With this code you can change and delete only certain messages from chat?
» Is there an Admin button to delete all messages from a user?
» Members can't delete messages
» Number of messages/points ect after forums delete
» With this code you can change and delete only certain messages from chat?
» Is there an Admin button to delete all messages from a user?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum