Title is all I have to say. Also, how do I identify what my Guests are currently watching.
3 posters
How to change "Administration Panel" Font
Hector Marin- Forumember
- Posts : 41
Reputation : 1
Language : English
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
do you mean the all the font in your admin panel, or just the font for the admin accesses in the footer?
The only way to see guest ip are is to go to your admin panel homepage when they are on the forum, Other then that they can not be identified unless they were to post.
The only way to see guest ip are is to go to your admin panel homepage when they are on the forum, Other then that they can not be identified unless they were to post.
Hector Marin- Forumember
- Posts : 41
Reputation : 1
Language : English
Nope, when you log in as Admin, in the bottom where it says "Admin PaneL" to change the font.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
lol whats the point? only admins can see it.Hector Marin wrote:Nope, when you log in as Admin, in the bottom where it says "Admin PaneL" to change the font.
I guess it can be done with css or even temple edit.
I will have to test a few things on my test forum.. i don't know the css right off hand.
Your using phpbb2?
Hector Marin- Forumember
- Posts : 41
Reputation : 1
Language : English
I have 2 other members as Admin and they are confused where the Admin Panel is since the background is black, and I want to change the "Admin Panel" Font since its black too.
Guest- Guest
You can try something, but it will change all footer text color:
- Code:
#page-footer .gen strong a{
color: #0088FF !important;
}
YoshiGM- Active Poster
- Posts : 1562
Reputation : 146
Language : Spanish & English
Location : Mexico
For the Font Type:
- Code:
#page-footer .gen strong a{
font-family: FONT HERE;
}
Hector Marin- Forumember
- Posts : 41
Reputation : 1
Language : English
Sorry thanks was meant to go to Yoshi and Cody