how do i remove forum icons at the botton?

View previous topic View next topic Go down

how do i remove forum icons at the botton?

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

blackeye how do you remove no new post, new post locked and forum locked like on this forum blackeye


spook
Forumotion Member

Gender:MaleSagittariusRooster
Posts : 962
Joined : 29 Nov 2006
Age : 26
Language : english
Location : nottingham, uk
Country : http://i42.servimg.com/u/f42/11/52/70/02/flag_e10.png

Back to top Go down

Re: how do i remove forum icons at the botton?

Post by Placehold on Sun Jul 20, 2008 6:10 pm

What version do you currently have?

phpbb2, phpbb3 or punbb

I will show you how to take them off using the CSS

Regards






Craig

Placehold
Moderator
Moderator

Gender:MaleCapricornRat
Posts : 1030
Joined : 16 Apr 2008
Age : 23
Language : English
Location : Scotland
Country : http://www.forumer.com/resources/images/flags/flag_scotland.png

Back to top Go down

Re: how do i remove forum icons at the botton?

Post by Placehold on Sun Jul 20, 2008 6:26 pm

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)


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

Placehold
Moderator
Moderator

Gender:MaleCapricornRat
Posts : 1030
Joined : 16 Apr 2008
Age : 23
Language : English
Location : Scotland
Country : http://www.forumer.com/resources/images/flags/flag_scotland.png

Back to top Go down

Re: how do i remove forum icons at the botton?

Post by Jalokim on Mon Jul 21, 2008 3:20 am

is this in the CSS or must you type it in??

Jalokim
Graphic Designer
Graphic Designer

Gender:MaleCancerSnake
Posts : 2947
Joined : 04 Aug 2007
Age : 19
Language : English,Polish,French,Afrikaans
Location : Poland
Country : http://www.forumer.com/resources/images/flags/flag_poland.png

Back to top Go down

Re: how do i remove forum icons at the botton?

Post by spook on Mon Jul 21, 2008 8:51 am

nice one placehold thumleft

spook
Forumotion Member

Gender:MaleSagittariusRooster
Posts : 962
Joined : 29 Nov 2006
Age : 26
Language : english
Location : nottingham, uk
Country : http://i42.servimg.com/u/f42/11/52/70/02/flag_e10.png

Back to top Go down

Re: how do i remove forum icons at the botton?

Post by Placehold on Mon Jul 21, 2008 11:50 am

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 Smile

regards





Craig

Placehold
Moderator
Moderator

Gender:MaleCapricornRat
Posts : 1030
Joined : 16 Apr 2008
Age : 23
Language : English
Location : Scotland
Country : http://www.forumer.com/resources/images/flags/flag_scotland.png

Back to top Go down

Re: how do i remove forum icons at the botton?

Post by Xcore_007 on Mon Jul 21, 2008 12:18 pm

so nice, i want this code also..

thanks

Xcore_007
Forumotion Member

Gender:MaleLeoMonkey
Posts : 25
Joined : 10 Jan 2008
Age : 28
Language : English
Country : http://i42.servimg.com/u/f42/11/52/70/02/flag_p10.png

Back to top Go down

Re: how do i remove forum icons at the botton?

Post by Caihlem on Mon Jul 21, 2008 12:42 pm

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

Caihlem
Administrator
Administrator

Gender:MaleAquariusCat
Posts : 6567
Joined : 30 Mar 2006
Age : 20
Language : English, French & Female
Location : Home is where the heart is
Country : http://i42.servimg.com/u/f42/11/52/70/02/flag_u10.png

Back to top Go down

Re: how do i remove forum icons at the botton?

Post by spook on Mon Jul 21, 2008 12:54 pm

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

spook
Forumotion Member

Gender:MaleSagittariusRooster
Posts : 962
Joined : 29 Nov 2006
Age : 26
Language : english
Location : nottingham, uk
Country : http://i42.servimg.com/u/f42/11/52/70/02/flag_e10.png

Back to top Go down

Re: how do i remove forum icons at the botton?

Post by Kilsek on Mon Jul 21, 2008 1:23 pm

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.

Kilsek
Forumotion Member

Gender:MaleCapricornRooster
Posts : 2931
Joined : 18 Feb 2007
Age : 98
Language : Elven
Location : Forgotten Realms
Country : http://www.forumer.com/resources/images/flags/flag_usa.png

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum