[RFC] Allow lower case in forum name
[RFC] Allow lower case in forum name
Forum names are always converted to upper case. I think that the forum name should be exactly what we type in the ACP.
Re: [RFC] Allow lower case in forum name
It only happens in pro silver in the blue bar (Like here on area51 with the categories)DavidIQ wrote:I've never seen this behavior...
Re: [RFC] Allow lower case in forum name
Its a style behavior. If you want to change it for your forum, you can simply remove
text-transform: uppercase;
from appropriate selector in css. Many styles change that behavior.Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
- wintstar
- Registered User
- Posts: 108
- Joined: Sun Dec 02, 2012 1:38 pm
- Location: Gießen /Hessen Germany
- Contact:
Re: [RFC] Allow lower case in forum name
++++1aleha wrote:Forum names are always converted to upper case. I think that the forum name should be exactly what we type in the ACP.
Greeting Stephan 
-
- Registered User
- Posts: 165
- Joined: Fri Apr 05, 2013 3:38 am
Re: [RFC] Allow lower case in forum name
Yeah.. but wouldnt that also change the text transformation of other headings like Topics, Posts, Last Posts, etc.. too? I wouldnt mind having the table headings in uppercase but since its a simple css fix, this can be changed easily if required.Arty wrote:Its a style behavior. If you want to change it for your forum, you can simply removetext-transform: uppercase;
from appropriate selector in css. Many styles change that behavior.