how do i remove forum icons at the botton?
Page 1 of 1•
how do i remove forum icons at the botton?
how do you remove no new post, new post locked and forum locked like on this forum

Re: how do i remove forum icons at the botton?
What version do you currently have?
phpbb2, phpbb3 or punbb
I will show you how to take them off using the CSS
Regards
Craig
phpbb2, phpbb3 or punbb
I will show you how to take them off using the CSS
Regards
Craig
Re: how do i remove forum icons at the botton?
I really tried not to double post however i couldn't resist lmao
To do this use the CSS section to take away the sections
1. Navigate to
Admin panel\Display\Colors\CSS StyleSheet
2. Add one of the following text and press "Submit"
Phpbb2:
(Hides interlinked Legend bar along with time & date)
Phpbb3:
(Hides legend bar only)
Punbb:
(Hides legend bar only)
regards
Craig
To do this use the CSS section to take away the sections
1. Navigate to
Admin panel\Display\Colors\CSS StyleSheet
2. Add one of the following text and press "Submit"
Phpbb2:
(Hides interlinked Legend bar along with time & date)
- Code:
.gensmall {
font-size : 10px;
display: none
}
.gen,.genmed,.gensmall {
color : #000000;
}
a.gen,a.genmed,a.gensmall {
color: #006699;
text-decoration: none;
display: none
}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color: #dd6900;
text-decoration: underline;
}
Phpbb3:
(Hides legend bar only)
- Code:
ul#picture_legend, ul#privmsgs-menu {
text-align: center;
display: none;
}
ul#picture_legend li, ul#privmsgs-menu li {
display: inline;
margin: 2px 10px;
display: none;
}
ul#picture_legend li img, ul#privmsgs-menu li img {
vertical-align: middle;
display: none;
}
Punbb:
(Hides legend bar only)
- Code:
ul#pun-legend li {
display: none;
margin-right: 20px;
}
regards
Craig
Re: how do i remove forum icons at the botton?
This is located in the CSS already however the CSS i have posted is slightly altered, so typing it into the empty CSS box and submitting it will alter the forum 
regards
Craig
regards
Craig
Re: how do i remove forum icons at the botton?
There is a way through the Admin Panel (normally), seen as it's what I've done on my test board...
Thing is, with so many different Admin Panels, I'm lost and can't find it anymore
Thing is, with so many different Admin Panels, I'm lost and can't find it anymore
Re: how do i remove forum icons at the botton?
Caihlem wrote:There is a way through the Admin Panel (normally), seen as it's what I've done on my test board...
Thing is, with so many different Admin Panels, I'm lost and can't find it anymore
you are right i did it before but i cant find it too
Re: how do i remove forum icons at the botton?
Caihlem wrote:There is a way through the Admin Panel (normally), seen as it's what I've done on my test board...
Thing is, with so many different Admin Panels, I'm lost and can't find it anymore
pssst,
to refresh your memory
Admin panel
General
Messages & Email
Display the caption of the posts status : click no
then click save.

Home


by spook on Sun Jul 20, 2008 5:52 pm










